Quote:
Originally Posted by r.jones
This is the code IБ─≥m currently using:
Step 1:
General Settings : User Profile options
Set "First Name" and "Last Name" to Active and Required.
Step 2:
Apply this patch, http://forum.x-cart.com/download.php?id=9 which allows the ship to names to be left blank. Shoppers will see a message: Shipping Address (leave empty if same as billing address). The patch changes only a few lines in two files. The "-" (minus sign) indicates the code that is removed, and the "+" (plus sign) indicates the code that replaces it.
Step 3:
Hide the billing names if javascript is enabled by changing main/register_billing_address.tpl starting at about line 28 from:
...
Step 4:
Add a four (lines end with a semi colon) lines to the check_registerform_fields() function in customer/main/register.tpl:
...
|
This works perfectly for me on X-Cart 4.0.13 Gold. Quick and easy changes.
Thanks
r.jones!