Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #520442

    Hi,

    woocommerce > variable price > disappears after calculation in tab “Product Purchase Button”

    The price is visible for the 1st second, but disappears, after the “calculation”.
    Just choose another attribute from “Channel” and you will see for yourself.

    Please help.

    Chris

    #520565

    Hi roqetdw,

    Not sure what’s going on there, please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply. You might want to ask this question on a WooCommerce forum or support as well since they probably have a better idea of what the problem is.

    Regards,
    Rikard

    #520602

    Thank you!
    The problem consists also with a “simple product” prices are not shown.

    #520759

    Hi!

    Did you use a custom script or plugin for the calculation effect? There’s an inline style which sets the display to none in the price container. Try to add this in the Quick CSS field:

    #top .main_color .price {
        display: block !important;
    }

    Cheers!
    Ismael

    #520763

    Thank you, i changed it in quick css and now it works!
    Great!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘woocommerce > variable price > disappears after calculation’ is closed to new replies.