Ship to separate address by default
Bruce,
That seems to do the trick. The separate delivery address box is now ticked by default. From Checkout Page 0 of the Design tab, I changed the code to:
<input type="checkbox" <actinic:variable name="InvoiceSeparateCheckStatus" /> name="SEPARATESHIP" checked="checked" value="YES" />
Thank you!
Bruce,
That seems to do the trick. The separate delivery address box is now ticked by default. From Checkout Page 0 of the Design tab, I changed the code to:
<input type="checkbox" <actinic:variable name="InvoiceSeparateCheckStatus" /> name="SEPARATESHIP" checked="checked" value="YES" />
Thank you!
Comment