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?