Product List Price From Discount: Xx€ (Xx%) To Discount Xx%

Hi, as my title says in a product that even it has a promotion or there is a list price (so it has a discount)

i would like the discount label to be like this:

from

Discount: xx€ (xx%)

to

Discount: xx%

can some one help me? :)

i have cs-cart 4.8.2.SP2

Hi, as my title says in a product that even it has a promotion or there is a list price (so it has a discount)

i would like the discount label to be like this:

from

Discount: xx€ (xx%)

to

Discount: xx%

can some one help me? :)

i have cs-cart 4.8.2.SP2

Hello!

Please send the screenshot of the current label.

i changed the label if it confuses you, also its in greek

sorry did not upload it

md_discount_price.jpg

sorry did not upload it

Hello,

You need to create the following file:

design/themes/responsive/templates/addons/my_changes/hooks/products/product_data.post.tpl

with the following content:

{capture name="list_discount_`$obj_id`"}
{if $show_price_values && $show_list_discount && $details_page}



{if $product.discount}
{__("you_save")}: {$product.discount_prc}%
{elseif $product.list_discount}
 {__("you_save")}: {$product.list_discount_prc}%
{/if}

{/if}
{/capture}

Also make sure that the 'My changes' add-on is active.

Hello,

You need to create the following file:

design/themes/responsive/templates/addons/my_changes/hooks/products/product_data.post.tpl

with the following content:

{capture name="list_discount_`$obj_id`"}
{if $show_price_values && $show_list_discount && $details_page}



{if $product.discount}
{__("you_save")}: {$product.discount_prc}%
{elseif $product.list_discount}
 {__("you_save")}: {$product.list_discount_prc}%
{/if}

{/if}
{/capture}

Also make sure that the 'My changes' add-on is active.

i tried it, cleared cache, cleared templates cache, cleared total cache (?cc&ctpl), deleted var/cache folder, cleared browser's cache.. none worked

i shall mention (if it makes any difference) that the version we currently is an upgrade from v.4.3.4 that we used until 2 monthes ago

What theme do you use?

i tried it, cleared cache, cleared templates cache, cleared total cache (?cc&ctpl), deleted var/cache folder, cleared browser's cache.. none worked

As far as I see your store has 4.8.2 version now. We try our way at clear CS-Cart 4.8.2 version and it works. We can look through your server in order to discover the issue for absolutely free if you provide us with the temporary FTP at manager@cs-market.com.

As far as I see your store has 4.8.2 version now. We try our way at clear CS-Cart 4.8.2 version and it works. We can look through your server in order to discover the issue for absolutely free if you provide us with the temporary FTP at manager@cs-market.com.

sent you,

What theme do you use?

the default one and we saved it with another name,

sent you,

the default one and we saved it with another name,

We have solved the issue and mailed you with the details.

We have solved the issue and mailed you with the details.

thank you so so much ! :)

We have solved the issue and mailed you with the details.

hi, the issue is part fixed..

https://mariedore.gr/endumata-megala-megethi/shop-by-category/pantelonia-megala-megethi/gomore-panteloni-mauro-leather-riga.html

when a customer visits the product it shoes as it should. but if he choose another option (number 3 for example) it comes like it was.

can please some one help me finish this please?