Zen Cart Logo
Forums / General Questions / Incorrect price on checkout

Incorrect price on checkout

Locked

Views: 691

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
21 Dec 2010, 11:10 AM
#1
stevenroennfeldt avatar

stevenroennfeldt

New Zenner

Join Date:
Dec 2010
Posts:
4
Plugin Contributions:
0

Incorrect price on checkout

My items are priced at $14.95 and shipping at $4.55 so the total should be $19.50 but for some reason at checkout it comes to $22.99. Any ideas why this is happening?

Also, how do I change the weight of the products from pounds to kilograms/grams?

http://www.iionzwatches.com/store

21 Dec 2010, 11:48 AM
#2
stevenroennfeldt avatar

stevenroennfeldt

New Zenner

Join Date:
Dec 2010
Posts:
4
Plugin Contributions:
0

Re: Incorrect price on checkout

Silly me, it was in US dollars instead of Australian.

Stock wasn't subtracted and order isn't there.

21 Dec 2010, 11:56 AM
#3
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Incorrect price on checkout

how do I change the weight of the products from pounds to kilograms/grams?

This is not an actual weight thing....It is only a unit thing

1= what ever is set

The tutorial link above right is a resource for these basic often asked questions

I searched for kilograms
https://www.zen-cart.com/tutorials/index.php?article=204

21 Dec 2010, 1:23 PM
#4
stevenroennfeldt avatar

stevenroennfeldt

New Zenner

Join Date:
Dec 2010
Posts:
4
Plugin Contributions:
0

Re: Incorrect price on checkout

Thanks for the super quick response! Only issue is that when I edit the english.php file and upload the file the product page stops working. I've edited it in notepad so how should I edit these php files?

21 Dec 2010, 1:37 PM
#5
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Incorrect price on checkout

Only issue is that when I edit the english.php file and upload the file the product page stops working. I've edited it in notepad so how should I edit these php files?
That indicates a corrupt edit or transfer
Notepad is an acceptable "plain Text" editor

Are you sure that you are including the pair of single quotes

define('TEXT_PRODUCT_WEIGHT_UNIT','lbs');

Try downloading the one from the server that breaks the site
Open it in notepad and chack gor any leading lines or spaces at the top and trailing lines or spaces at the bottom

If found determine what process is adding/corrupting the file
Most likely FTP

21 Dec 2010, 2:43 PM
#6
stevenroennfeldt avatar

stevenroennfeldt

New Zenner

Join Date:
Dec 2010
Posts:
4
Plugin Contributions:
0

Re: Incorrect price on checkout

Weird, still not working...maybe I'll try a different way to upload. My orders aren't showing up, payments are received in paypal so I know that people have gone through with the purchase but no orders are in the Admin area? Do I have to activate it somehow?

21 Dec 2010, 2:54 PM
#7
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Incorrect price on checkout

My orders aren't showing up, payments are received in paypal
In the configuration of the PP module, set logging to on for a time and do a couple of test orders
The logs will indicate any issues