Jump to content

"Difficulty Hiding Product Prices in Source Code - Seeking Assistance"


devtechni

Recommended Posts

On the back office of my site, I have deactivated the display of product prices. However, I have noticed that they still remain available in the source code through meta and var tags. I have searched in the product.tpl file, but despite my attempts, I have not found a solution.

<meta property="product:pretax_price:amount" content="1156.5" />

<meta property="product:price:amount" content="1156.5" />

var productBasePriceTaxExcl = 1156.5;

var productBasePriceTaxExcl = 1156.5;
var productBasePriceTaxExcluded = 1150;
var productBasePriceTaxIncl = 1156.5;
var productHasAttributes = false;
var productPrice = 1156.5;
var productPriceTaxExcluded = 1150;
var productPriceTaxIncluded = 1150;
var productPriceWithoutReduction = 1156.5;
 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...