Jump to content

How to add reduction percentage on product-list?


Recommended Posts

Hello Sir/Madam,

Could somebody please teach me how to add the reduction percentage to product-list? I copied the related codes from product.tpl, but it doesn't function-able.

 

-----------------------------------------------------------------------------------------------------------

 

{if $product->specificPrice AND $product->specificPrice.reduction_type == 'percentage'}

<p id="reduction_percent">{l s='Save:'}<span id="reduction_percent_display">{$product->specificPrice.reduction*100}%</span></p>

{/if}

 

-----------------------------------------------------------------------------------------------------------

 

I am using PS1.4.8.3. Please help.

 

Best regards,

Derox

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...