Jump to content

Discount percentage instead of amount


Recommended Posts

Hello,

I want to switch from the standard discount Amount showing on product in the list, to showing the Percentage. PS 1.7.6

Is there any option in Back-Office?

I have been trying to search for that place in Classic Theme, ended in this file, and only God knows from where these flags come from:
/templates/catalog/_partials/product-flags.tpl:
 

Quote

 

{block name='product_flags'}

<ul class="product-flags">

{foreach from=$product.flags item=flag}

<li class="product-flag {$flag.type}">{$flag.label}</li>

{/foreach}

</ul>

{/block}

 

 

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