View Single Post
  #2  
Old 08-10-2009, 11:35 AM
 
Shamun Shamun is offline
 

X-Adept
  
Join Date: Jun 2009
Location: North Carolina
Posts: 841
 

Default Re: How to use superscript in the price?

skin1/customer/main/product.tpl

find these lines:
Code:
<span class="product-price-value">{include file="currency.tpl" value=$product.taxed_price tag_id="product_price"}</span> <span class="product-market-price">{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price tag_id="product_alt_price"}</span>


Replace with

Code:
<span class="product-price-value"><sup>{include file="currency.tpl" value=$product.taxed_price tag_id="product_price"}</sup></span> <span class="product-market-price"><sup>{include file="customer/main/alter_currency_value.tpl" alter_currency_value=$product.taxed_price tag_id="product_alt_price"}</sup></span>
__________________
- Shane Munroe
Reply With Quote