Jump to content

Can Cube Cart Calculate Sale Items?


Guest SCC-Solutions

Recommended Posts

Guest SCC-Solutions

OK.. Got an issue using the old sale items thing on my cube cart.

I have an item marked in there for £2.50 which I have placed into the sale for £1.50. So you are saving £1.00

Well thats what I make it anyway.

However cubecart seems to think that you are saving £1.50 and not £1.00 and adds it to your cart for £1.50 aswell.

In the admin section under general settings, for the sale percentage i have put 0 and the sale mode is Individual Sale Prices per item....

Have i missed something or is just the fact that it just cant add up??

Help please

Thanks

Aaron

Link to comment
Share on other sites

Guest SCC-Solutions

Does anybody have the answer to my problem?

How about the developers, you guys should know why this is occuring... Dont you?

Just anxious to get this fixed before my shop goes live.

Thanks very much

Link to comment
Share on other sites

Hello,

I had the same issue with the 3.0.0. I'm not sure if someone posted the answer but when I uploaded the 3.0.1 version as a fresh install the problem was solved.

:rolleyes:

Link to comment
Share on other sites

Guest SCC-Solutions

Hmm, thats the version (3.0.0) i am running, but my hosting provider has only just upgraded to this version, and I doubt they will be running another upgrade any time soon.

My other hosting provider however is running version 2.0.7 so maybe I might just transfer it all over to this version and see if I get the same problem.

I cant see that this problem has been posted elsewhere in this forum so I have listed it into the bug report too.

Wasnt this tested before it was rolled out to people?

How do I download 3.0.1 if I dont own my servers?

Thanks

Link to comment
Share on other sites

Guest SCC-Solutions

Hello me again.. :o

Just wondered if the mods out there could possibly help me with my issue.

I am desparate to get this sorted.!!!! :mellow:

Link to comment
Share on other sites

Guest vrakas

Try this i found posted in here

partial solution to this problem.

In the file /upload/includes/boxes/saleItems.inc.php on line 57, if you change the following:

$salePrice = salePrice($saleItems[$i]['price'], $saleItems[$i]['sale_price']);

to

$salePrice = $saleItems[$i]['price']-$saleItems[$i]['sale_price'];

then the correct saving will be shown.

Unfortunately this only works if you select the "Individual Sale Prices per item" option in your admin section.

Hope this helps :mellow: and let me know

PS it worked for me fine Check This Link Out

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...