Welcome, Guest ( Customer Panel | Login )




 All Forums
 VPCart Forum
 Customization
 address2 caption
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

hpride
Starting Member

11 Posts

Posted - February 16 2009 :  01:01:16  Show Profile  Reply with Quote
I'm unable to change the caption of xcustomeraddress2 because it is not showing up in Edit Languages like the other default address field does.

Where can I change it?


Anthony

madbug
VP-CART New User

130 Posts

Posted - February 28 2009 :  00:35:57  Show Profile  Reply with Quote
Hi Anthony,

Are you referring to the page "shopcustomer.asp" ? It is actually using "langCustAddress" for the Address caption, if you edit this in language table, it will change both "Address" and "Address 2"

You are able to search the code under "shopcustomerform.asp" page

Locate both lines of code (one is customer form, one is shipping form):

CreateCustRow getlang("langCustAddress") & "2" , "straddress2", straddress2,"No"
end if

CreateCustRow getlang("langCustAddress") & "2" , "shipAddress2", strshipAddress2,"No"
end if

The" langCustAddress & 2" will become "Address 2" caption in the form.

if you want to change the "Address 2" caption only, you can try:

CreateCustRow "New Caption" , "straddress2", straddress2,"No"
end if


cheers!


Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Snitz Forums 2000
0 Item(s)
$0.00