Bekijk de onderstaande video om te zien hoe je onze site als een web app op je startscherm installeert.
Opmerking: Deze functie is mogelijk niet beschikbaar in sommige browsers.
add_action('woocommerce_single_product_summary', 'custom_out_of_stock_notice', 6);
function custom_out_of_stock_notice() {
global $product;
if (!$product->is_in_stock()) {
echo '<div style="color: white; background: red; padding: 10px; font-size: 20px; font-weight: bold; text-align: center; margin-bottom: 20px;">Let op: VERKOCHT / NIET OP VOORRAAD</div>';
}
}
We gebruiken essentiële cookies om deze site te laten werken, en optionele cookies om de ervaring te verbeteren.