Zen Cart Logo
Forums / Upgrading from 1.3.x to 1.3.9 / tpl_modules_address_book_details.php shows drop and input

tpl_modules_address_book_details.php shows drop and input

Locked

Views: 1,576

Results 1 to 10 of 10
This thread is locked. New replies are disabled.
13 Mar 2007, 3:07 AM
#1
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

tpl_modules_address_book_details.php shows drop and input

See pic, it seems the code is always going to show both Drop-Box and Input field if drop box is selected, otherwise it shows neither. In tpl_modules_address_book_details.php 1.3.7

13 Mar 2007, 3:16 AM
#2
ajeh avatar

ajeh

Oba-san

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

Re: tpl_modules_address_book_details.php shows drop and input

You are missing a class in the stylesheet ...

13 Mar 2007, 3:21 AM
#3
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

Re: tpl_modules_address_book_details.php shows drop and input

Doh!.

Would that also be causing States to be missing from the Create Account page ?

13 Mar 2007, 3:22 AM
#4
ajeh avatar

ajeh

Oba-san

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

Re: tpl_modules_address_book_details.php shows drop and input

What version of Zen Cart are you running?

Clean install or an upgrade?

How did you install or upgrade your site?

13 Mar 2007, 3:33 AM
#5
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

Re: tpl_modules_address_book_details.php shows drop and input

1.3.0.1 updating to 1.3.7, spent four days on it so far, fairly customised template.

Using Kdiff, Dreamweaver, copy of site to new domain and database copied.

13 Mar 2007, 3:55 AM
#6
ajeh avatar

ajeh

Oba-san

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

Re: tpl_modules_address_book_details.php shows drop and input

Make sure that you upgraded and added all new files from v1.3.7 ...

Then compare the stylesheet ... there was something new added to manage the hidden input box correctly ...

13 Mar 2007, 7:21 AM
#7
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

Re: tpl_modules_address_book_details.php shows drop and input

Pretty sure i've merged everything now. Swapping to 'default contemporary green' template shows it working, although it is a 1.3.5 template and it looks wrong, ugly etc. I can't select "default template" from the list.

13 Mar 2007, 7:41 AM
#8
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

Re: tpl_modules_address_book_details.php shows drop and input

wait up, am I supposed to be merging the CSS from /classic/ or /template_default/

13 Mar 2007, 8:11 AM
#9
tez avatar

tez

New Zenner

Join Date:
Jun 2006
Posts:
56
Plugin Contributions:
0

Re: tpl_modules_address_book_details.php shows drop and input

I found the CSS in /classic/ template. I guess I missed it!

.hiddenField {
	display: none;
}
.visibleField {
	display: inline;
}
14 Mar 2007, 4:39 AM
#10
ajeh avatar

ajeh

Oba-san

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

Re: tpl_modules_address_book_details.php shows drop and input

Thanks for the update for the missing class to make your addresses function properly ... :smile: