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
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
Thank you!
The problem consists also with a “simple product” prices are not shown.
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
Thank you, i changed it in quick css and now it works!
Great!