SEO, Internet Marketing (eMarketing) and Joomla Web Design
Home Joomla 1.5 Web Development Virtuemart 1.1.2 Percentage Price Discount no decimal 2 digits
Virtuemart 1.1.2
Percentage Price Discount no decimal 2 digits
Tuesday, 21 October 2008 15:40

Question: How do I make the price discount percentage only show 2 digits vs 4 digits?  For example, we have items with a discount price of 43.12%.  We would prefer to just show 43%.

Answer:  Open price.tpl.php in components > com_virtuemart > themes > default > templates > common

Look for this code around line 40:

echo $discount_info["amount"]."%";

Change to:

echo round($discount_info["amount"])."%";

 

Add your comment

Your name:
Subject:
Comment:
  The word for verification. Lowercase letters only with no spaces.
Word verification:
Sign up for eNews




+ Suggested tags