On the site i am building I need certain products to not have prices listed, if I leave the price field blank then they are displayed as free. These items will be FOB products, so the price will change depending on the stock ordered. All I need to do is replace the word free whereever it appears on these selected styles.
I have succesfully used the “Solid Code Theme Editor” plugin to change the FREE corner badge in the following two files:
/neighborhood/woocommerce/content-product.php
/neighborhood/woocommerce/single-product/product-image.php
But I cannot find where I need to edit the price that appears below the image and product details, currently it says “Free!” and I need it to say FOB. which file do I edit?