• Gratis verzending vanaf € 65,-
  • 9.7 waardering van onze klanten
  • Voor 16:00 besteld,  zelfde werkdag verzonden

Bakplaat blauwstaal met kruis | Pizza Store

Prijsklasse: 18,44 tot 28,75

<?php
global $product;

if (!is_a($product, 'WC_Product')) {
    $product = wc_get_product(get_the_ID());
}

$is_on_sale = false;

if ($product) {
    if (!$product->is_type('variable')) {
        $is_on_sale = $product->is_on_sale();
    } else {
        $variations = $product->get_available_variations();
        foreach ($variations as $variation) {
            $variation_product = wc_get_product($variation['variation_id']);
            if ($variation_product && $variation_product->is_on_sale()) {
                $is_on_sale = true;
                break;
            }
        }
    }
}

// Geef content weer als het product in de aanbieding is
if ($is_on_sale) {
    if ($product->is_type('variable')) {
        $min_regular_price = $product->get_variation_regular_price('min', true);
        $max_regular_price = $product->get_variation_regular_price('max', true);
        if ($min_regular_price === $max_regular_price) {
            echo '' . wc_price($min_regular_price) . '</p>';
        } else {
            echo '' . wc_price($min_regular_price) . ' - ' . wc_price($max_regular_price) . '</p>';
        }
    } else {
        $regular_price = $product->get_regular_price();
        echo '' . wc_price($regular_price) . '</p>';
    }
}
?>
1 klantbeoordeling

68 op voorraad

Bakplaat, geschikt voor deegproducten op hoge temperaturen.
Gemaakt van blauwstaal.

  • Voor 16:00 besteld, zelfde werkdag verzonden
  • Gratis bezorging vanaf €65,-
  • 2 jaar garantie op het hele assortiment
  • Klantbeoordeling 9.7/10

Specificaties

  • Merk Pizza Store

Product reviews

  1. Tine Tuyls

    Tine Tuyls (geverifieerde eigenaar)

    Mooie bakplaten, ze lijken erg kwalitatief, en absoluut niet de duurste!

Een beoordeling toevoegen

Je e-mailadres wordt niet gepubliceerd. Vereiste velden zijn gemarkeerd met *

Dit vind je misschien ook leuk