Pricing Code being displayed on homepage
-
On our site homepage, the pricing section for each product displays ‘coding’ text, such as:
2017 Spiral Bound Atlas
var msrp_status = “always”;var msrp_description= “Retail”;
Retail: $14.99
$9.99I’ve looked at the HTML block in this section and see:
<h2 class=”woocommerce-loop-product__title”>2017 Spiral Bound Atlas</h2>var msrp_status = “always”;var msrp_description= “Retail”;<span class=”price”><span class=”woocommerce-Price-amount amount”><span class=”woocommerce-Price-currencySymbol”>$</span>9.99</span></span>
You can see this for the moment at https://aaaohiotestbench.com/
This text does not appear on the category or product pages, only on the homepage. Could you advise?
- The topic ‘Pricing Code being displayed on homepage’ is closed to new replies.