check box for "same as billing address"
Thank heaven for this form. I am not a developer so you guys are a great help to me.
For those who have added the check box and can't get the user data to show up in the billing section for Mozzilla, but works in IE....
Add quotes around to the javascript call , as follows:
{* ======== 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 ======= *}
|