Minimum price on product overview page
-
Hi,
I want to show the minimum price on the product overview page (in the WooCommerce loop). How can I achieve this? It should be something like this:
global $product;
$min_price = get_product_meta(‘minimum_price_field’);<?php if( $min_price ): ?>
<span class=”price”>From <?php echo $min_price; ?></span>
<?php endif; ?>Thanks in advance!
Regards,
Alex
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Minimum price on product overview page’ is closed to new replies.