WooCommerce/BeBuilder - Price not updating for variations
Hi,
so I just started building my custom product page. I've created the layout using all the available WooCommerce Elements for BeBuilder but now I face a pretty stupid issue:
My Product with Variants is not updating the price. It's always showing the price range (45,00 - 69,00€), no matter what I select.
How do I fix this?
Comments
Okay, small update: I found the "price" class has display: none, which is why it's invisible. How can I make this work?
Fixed it using this in custom css:
.woocommerce-variation-price .price {
display: inline !important;
}
Hi,
I am happy to see that you handled it.
In the future, please always attach a link to your website so we can check it out. If the page is offline(localhost), then our help will be limited. You will have to contact us when the page is online. Also, please make sure that the page is not under maintenance before you provide us with the link.
It is always a good idea to also attach a screenshot showing your issue.
Thanks