Zen Cart Logo
Forums / General Questions / I can not change the shipping address

I can not change the shipping address

Locked

Views: 1,284

Results 1 to 8 of 8
This thread is locked. New replies are disabled.
10 Oct 2007, 1:43 PM
#1
colorlens4less avatar

colorlens4less

New Zenner

Join Date:
Oct 2007
Posts:
12
Plugin Contributions:
0

I can not change the shipping address

I want to change the shipping address when I order, but everytime said" You must select a country from the Countries pull down menu." but I already select it, what happen, thanks!

10 Oct 2007, 1:44 PM
#2
colorlens4less avatar

colorlens4less

New Zenner

Join Date:
Oct 2007
Posts:
12
Plugin Contributions:
0

Re: I can not change the shipping address

colorlens4less:

I want to change the shipping address when I order, but everytime said" You must select a country from the Countries pull down menu." but I already select it, what happen, thanks!

my web site: https://www.colorlens4less.com

10 Oct 2007, 3:33 PM
#3
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I can not change the shipping address

You are missing at least 2 classes in your stylesheet:

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}

Depending on the version of Zen Cart that you are running, this should fix this issue ...

12 Oct 2007, 11:39 AM
#4
colorlens4less avatar

colorlens4less

New Zenner

Join Date:
Oct 2007
Posts:
12
Plugin Contributions:
0

Re: I can not change the shipping address

thanks for your reply. could you please let me know update which file i need, thanks! ^_^

13 Oct 2007, 9:49 PM
#5
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I can not change the shipping address

I would put the missing stylesheet classes in your stylesheet for your template that you created ... :smile:

/includes/templates/your_template_dir/css/stylesheet.css

18 Oct 2007, 2:04 AM
#6
colorlens4less avatar

colorlens4less

New Zenner

Join Date:
Oct 2007
Posts:
12
Plugin Contributions:
0

Re: I can not change the shipping address

Ajeh:

I would put the missing stylesheet classes in your stylesheet for your template that you created ... :smile:

/includes/templates/your_template_dir/css/stylesheet.css

thanks for your help. i can not solve my problem with address. i already add the code to css, but .... it is same problem,

18 Oct 2007, 4:10 AM
#7
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: I can not change the shipping address

Sounds like code is out of date then ...

Are you using the current Zen Cart v1.3.7.1
http://www.zen-cart.com/forum/showthread.php?t=69769

19 Oct 2007, 4:55 AM
#8
colorlens4less avatar

colorlens4less

New Zenner

Join Date:
Oct 2007
Posts:
12
Plugin Contributions:
0

Re: I can not change the shipping address

Ajeh:

Sounds like code is out of date then ...

Are you using the current Zen Cart v1.3.7.1
http://www.zen-cart.com/forum/showthread.php?t=69769

I using V1.3.7, thanks!