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 07-14-2007 19:49:11

sppars
Member
Registered: 01-25-2006
Posts: 301

Mistake in Defult Custom Sale: Total Of X Save Y Percent

Thought this would save someone else a headache and some time:

If you are using the "Total Of X Save Y Percent" custom sale and can't seem to get it to work, you need to change:

Code:

     $this->globals('ecom.customsale',$sale_amount);

to:

Code:

     $this->globals('ecom.total_customsale,$sale_amount);

Offline

 

#2 07-20-2007 12:52:01

webmaster
Administrator
From: York, PA
Registered: 04-20-2001
Posts: 19798
Website

Re: Mistake in Defult Custom Sale: Total Of X Save Y Percent

Thanks for the post.  This was addressed in the last update (but was a change that wasn't automatically applied due to the custom nature of those scripts).


Nick Hendler

Offline

 

#3 10-12-2009 17:49:41

Lin
Member
Registered: 09-26-2008
Posts: 61

Re: Mistake in Defult Custom Sale: Total Of X Save Y Percent

Hi where/which file is the code that I need to change please? sorry I am using version 5.1

Last edited by Lin (10-12-2009 17:55:06)

Offline

 

#4 10-12-2009 23:42:28

sppars
Member
Registered: 01-25-2006
Posts: 301

Re: Mistake in Defult Custom Sale: Total Of X Save Y Percent

That change only applied to version 6.

Offline

 

Board footer