Always display variable price on product page.
-
So the variable price is hidden down below all the options until an option is selected and the inline style below changes from “display: none;” to “display: block;” and displays the price.
<div class="woocommerce-variation single_variation" style="display: none;"> </div>
Is it possible to make the style “display: block;” permanently?
I have a product where the base price is the lowest price but doesn’t show until the option “as shown” is selected, that is just our base model, without extra options so its ok if displays at all times.
thanks!!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Always display variable price on product page.’ is closed to new replies.