Viewing 1 replies (of 1 total)
  • You can do something like this:

    1) Create a folder called ‘woocommerce’ in your theme folder. Make sure you are working with a child theme first!

    2) Create a subfolder within the ‘woocommerce’ folder called ‘single-product’.

    3) Copy the file called price.php from the WooCommerce plugin folder by going to the main plugin folder -> templates -> single-product and putting it in the ‘single-product’ folder.

    4) change this line that says:

    <p class="price"><?php echo $product->get_price_html(); ?></p>

    to a line similar to this:

    <p class="price">Starting at $<?php echo $product->get_price(); ?></p>

Viewing 1 replies (of 1 total)
  • The topic ‘Eliminate 'Price Range', please help’ is closed to new replies.