Tagged: Product page, woocommerce
Hi there.
i just wanted to know if there is an easy way to hide the ‘shipping’ time information (24h, 1 week, not available)…
i can chose a variety of options in the product details of the woocommerce product, but i have no oissibility to hide it…
the main reason is that the product is a seat/spot in a workshop (virtual) – and its booked during sucessful payment/checkout.
thanks
my best regards
Pedro
Hi Pedro,
Can you post the link to your shop please?
Regards,
Josue
yes sure.
please take a look here:
http://richblack.de/kurs-buchen/basic/
you will see right below the tax ‘Lieferzeit: sofort lieferbar’ (shipping time: in stock)’
since this is a virtual product – there is no need for that line.
thanks for looking into it
Pedro
Try adding this code to the Quick CSS:
div.shipping_de.shipping_de_string {
display: none;
}
Cheers!
Josue