Customer Unable to Add or Edit Addresses in Customer Account

Solved

Customer Unable to Add or Edit Addresses in Customer Account

CafelatUK
Tourist
10 0 3

Hi all,

 

I’m having trouble with the customer account page on my Shopify store. Customers can’t add new addresses or edit existing ones properly.

 

The province/state dropdown doesn’t show or update when they select a country in the add or edit address forms. Also, when they try to save, nothing happens.

 

Has anyone faced this issue before or knows how to fix it? Any help would be much appreciated! Thanks!

Accepted Solution (1)

tim
Shopify Partner
4698 573 1700

This is an accepted solution.

I see why it does not work.

Javascript which controls these drop-downs is watching the hidden "template" of the form, but the form you see is a copy of this hidden template and JS ignores it.

 

What I do not understand is how it was working (supposed to work).
Was it ever working before?
I see that the theme version is quite old, so probably it did work earlier?

Then, maybe a theme edit removed the JS code which was used for this?

 

Because it's an old version of the theme, I am afraid theme developers may refuse fixing it...

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com

View solution in original post

Replies 2 (2)

tim
Shopify Partner
4698 573 1700

This is an accepted solution.

I see why it does not work.

Javascript which controls these drop-downs is watching the hidden "template" of the form, but the form you see is a copy of this hidden template and JS ignores it.

 

What I do not understand is how it was working (supposed to work).
Was it ever working before?
I see that the theme version is quite old, so probably it did work earlier?

Then, maybe a theme edit removed the JS code which was used for this?

 

Because it's an old version of the theme, I am afraid theme developers may refuse fixing it...

If my post is helpful, hit the thumb up button -- it will help others with similar problem to find a solution.
I can be reached via e-mail tairli@yahoo.com
CafelatUK
Tourist
10 0 3

Thanks a lot for your help. You’re right, it probably worked before with the older setup. I am switching to a new theme now. Appreciate your time!