Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #273039

    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

    #273397

    Hi Pedro,

    Can you post the link to your shop please?

    Regards,
    Josue

    #273454

    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

    #273457

    Try adding this code to the Quick CSS:

    div.shipping_de.shipping_de_string {
        display: none;
    }

    Cheers! 
    Josue

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.