Group: Forum Members
Last Active: Thu 12 May 2016
Posts: 50,
Visits: 86
|
Im trying to change the default labels on the delivery address dropdown from name, company, street address to just name.
I have tried everything I can think of but can't find the labels. Looking at the output, its all JavaScript generated so I could change:
\',\'\')', 0) to \')', 0)
<select id="ctl00_cntMain_UC_ShippingAddress_ddlAddresses" onchange="setTimeout('__doPostBack(\'ctl00$cntMain$UC_ShippingAddress$ddlAddresses\',\'\')', 0)" name="ctl00$cntMain$UC_ShippingAddress$ddlAddresses"><option value="743" selected="selected">Name,Company United Kingdom</option> <option value="NEW">New</option> </select>
If I knew where it was stored.
Can anyone help please?
Thanks
H4 Interactive is a North Wales based Web Design and Development Agency specialising in e-commerce systems and content managed websites
|
Group: Administrators
Last Active: Tue 3 Dec 2013
Posts: 99,
Visits: 1,400
|
Please see my reply in the other thread. Cheers.
|