Zen Cart Logo
Forums / General Questions / Checkout doesn't work when you change address

Checkout doesn't work when you change address

Locked

Views: 3,012

Results 1 to 17 of 17
This thread is locked. New replies are disabled.
25 Jul 2006, 8:21 PM
#1
aeolidia avatar

aeolidia

Zen Follower

Join Date:
Mar 2005
Posts:
166
Plugin Contributions:
0

Checkout doesn't work when you change address

See http://www.adorneya.com/

Checkout works just fine, unless you decide to change your shipping address on the first step.

If you do change the shipping address on the first step, it takes you to a page that shows your new address, but then no shipping options below, just the message box and the "continue" button. When trying to continue, you are bounced back to step 1, because you haven't chosen a shipping option.

Zen Cart Version 1.3.0.2
PHP Version: 4.4.2 (Zend: 1.3.0)
Database: MySQL 4.1.19-standard
Server OS: Linux 2.4.21-27.ELsmp

Is this a bug with 1.3.0.2 or something wrong with just this site?

Thanks!

25 Jul 2006, 8:26 PM
#2
aeolidia avatar

aeolidia

Zen Follower

Join Date:
Mar 2005
Posts:
166
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

Just a note that I've looked at this a bit more, and if I use the second address, I can never get shipping choices during checkout, and if I switch back to the first one, it works fine. There seems to be a problem recognizing any addresses other than the original one entered when registering.

25 Jul 2006, 8:59 PM
#3
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

Yes - this is a previously-reported bug we're working on.

28 Jul 2006, 12:43 AM
#4
mxhess avatar

mxhess

New Zenner

Join Date:
Mar 2005
Posts:
19
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

I did find a way around this.. granted that it's half-arsed..

after adding the shipping address and losing the shipping methods.. go to 'my account' and edit/re-save the shipping address.. then back to checkout and bam-o.. it works.. pretty wild..

Just thought that I'd add my little 'observance' to this in the insignificant hope that it helps somehow..

4 Aug 2006, 6:33 PM
#5
aeolidia avatar

aeolidia

Zen Follower

Join Date:
Mar 2005
Posts:
166
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

I have an addition to this one: If you have two addresses in your account, tax is calculated based on the default address, rather than the address you're checking out with, which is obviously problematic if one of the addresses is in the shop's state and one isn't. Any news on this one? :)

5 Aug 2006, 2:13 AM
#6
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

That could be related to the bug, or it could be a result of how you have your Tax Basis configured.... Admin->Configuration->My Store->Tax Basis (product) and (shipping)

20 Aug 2006, 12:50 AM
#7
aeolidia avatar

aeolidia

Zen Follower

Join Date:
Mar 2005
Posts:
166
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

Some more info on this, if it helps. I think this is the same bug. My client tested her site and reported this back to me:

"The only problem I ran into is that when you enter the shipping address in the Check out: Step 1 - Delivery Information Page it doesn't calculate any tax on the new address. However, if you enter the exact same address into the address book and select it from there during check out it calculates the tax rate perfectly.

I've also noticed (and I'm not sure if this is related) that you can enter invalid addresses if you enter them in the Check out Step 1 page. For instance, you can enter the prov. as British Columbia and the Country as USA. If you try and enter this same invalid address into the address book directly it doesn't accept it and propmts you to choose a State."

Thanks!

20 Aug 2006, 4:19 AM
#8
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

Yes - same issue. Fix will be included in next release.

28 Aug 2006, 2:55 PM
#9
mxhess avatar

mxhess

New Zenner

Join Date:
Mar 2005
Posts:
19
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

Any chance on a patch before then? this bug has caused us to lose numerous sales..

5 Sep 2006, 3:57 PM
#10
djc8000 avatar

djc8000

New Zenner

Join Date:
Aug 2006
Posts:
6
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

DrByte:

Yes - same issue. Fix will be included in next release.

just installed v1.3.5 and i still have this issue... any news?

27 Sep 2006, 2:47 AM
#11
nydave avatar

nydave

New Zenner

Join Date:
Sep 2006
Posts:
3
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

Since the The user CAN select a New Address from the Address Book Entries, I have implemented a simple work around to this problem. I modifed the file tpl_modules_checkout_new_address.php located in the /includes/templates/template_default/templates/ directory by REPLACING the form with a message and a link to the page to 'Add a New Address Book Entry' to prevent the user from adding a new shipping address on the form since it does not work.

Here is the modified code in file tpl_modules_checkout_new_address.php:

<div class="centerColumn" id="checkoutNewAddress"> <font color="blue" size="1"> <legend> <?php echo "To Change the Address, you must Select it from one of your Address Book Entries listed below. <br><br> Use the following link if you need to Add a New Address to your Address Book. <br><br></font> <a href='http://YOUR_DOMAIN_NAME/index.php?main_page=address_book'> <font color='red'><b>Click here To add a New Shipping Address to your Address Book.</b></font></a><br><br>"; ?> </legend> <br class="clearBoth" /> </div>
27 Sep 2006, 2:50 AM
#12
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

for which version of Zen Cart ?

27 Sep 2006, 3:44 AM
#13
nydave avatar

nydave

New Zenner

Join Date:
Sep 2006
Posts:
3
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

Zen Cart 1.3.0.2

27 Sep 2006, 3:48 AM
#14
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

the problem with selecting the right zone when changing addresses during checkout was fixed in v1.3.5

27 Sep 2006, 4:03 AM
#15
nydave avatar

nydave

New Zenner

Join Date:
Sep 2006
Posts:
3
Plugin Contributions:
0

Re: Checkout doesn't work when you change address

DrByte:

the problem with selecting the right zone when changing addresses during checkout was fixed in v1.3.5

djc8000 in the post above said - just installed v1.3.5 and i still have this issue... any news?

I am not ready to go through the pain of the upgrade yet - think I'll wait until all the kinks are worked out.

I do want to thank ALL the people that have helped create this awsome program !!!

27 Sep 2006, 7:50 AM
#16
paulm avatar

paulm

Totally Zenned

Join Date:
Nov 2003
Posts:
1,878
Plugin Contributions:
5

Re: Checkout doesn't work when you change address

I just visited someones shop to review, and I think i found a related issue:

It seems that 1.3.5 defaults the zones to the shops default country (or maybe just to USA?) when a customer tries to edit the address.

So as a Dutch customer I get the Netherlands as country combined with the USA states dropdown, when I try to edit the address. And then after choosing one of the USA states (since I have no other option) the only way to edit the province/state is to switch to another country first, and then switch back to the Netherlands.....

(included a screenshot which hopefully clarifies it a bit)

edit: tried to include screen shot but ...

27 Sep 2006, 7:52 AM
#17
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Checkout doesn't work when you change address

paulm:

I just visited someones shop to review, and I think i found a related issue:

It seems that 1.3.5 defaults the zones to the shops default country when a customer tries to edit the address.
Yes. Noted. Solution nearing completion.