View Single Post
  #53  
Old 03-07-2005, 05:44 PM
 
CopperB CopperB is offline
 

Advanced Member
  
Join Date: Jan 2005
Posts: 58
 

Default

I have this MOD working on my sire right now but wanted to change it a little bit.

Rather than have the "check box" show up at the bottom of the skin1/main/register_billing_address.tpl I would like to put it at the top of the skin1/main/register_shipping_address.tpl except I don't know java at all and am not sure what to change in this code so it pulls the info from the register_billing_info.

Code:
{* ======== COPY BILLING TO SHIPPING MOD ======= *} <TR> <TD align="right"></TD> <TD></TD> <TD nowrap> <input type="checkbox" name="copyb" onclick=javascript:copybilling(this.form);>Use {$lng.lbl_billing_address} as {$lng.lbl_shipping_address} </TD> </TR> {* ======== COPY BILLING TO SHIPPING MOD ======= *}

Any Java experts out there?
__________________
CopperB

XCart Gold -> v4.0.11
PHP -> v4.3.10
MySQL -> v4.0.22
Apache -> v1.3.33
Smarty -> v2.6.3
Reply With Quote