Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 11-27-2012 10:43:24

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

show savings as an amount

Is it possible to show the saving on a product as an amount instead of a percentage?

Offline

 

#2 11-27-2012 11:41:42

htw_simon
Member
From: UK
Registered: 11-20-2007
Posts: 83
Website

Re: show savings as an amount

Yes, edit the file {PRIVATE}/ecom/ECOM/includes/pricedisp.php and change:

Code:

$display .= $this->xhtml_encode($savingspct . '%') . '</p>' . $eol;

for this:

Code:

$display .= $this->xhtml_encode($savingsamt) . '</p>' . $eol;

Offline

 

#3 11-27-2012 14:22:34

nigel
Member
From: Peterborough, UK
Registered: 04-27-2008
Posts: 418
Website

Re: show savings as an amount

Thank you, worked great!!

Offline

 

Board footer