Tweak price display on page
-
Hi guys!
I just updated to the latest woocommerce version and now all products show the lowest to highest price (variable products) on the product page and in category list.Before it only showed the lowest price like I wanted it to.
Can anyone help to get it back that way?This line that makes it: woocommerce/templates/single-product/price.php
<p class="price"><?php echo $product->get_price_html(); ?></p>
That now looks like [low] – [high] and I want it to just show the low price. Thank you
- The topic ‘Tweak price display on page’ is closed to new replies.