Choose how to order custom fields that have been added to the checkout page

Custom text and form fields can be added to your checkout page via the SHOPPING > SETUP OPTIONS > NOTIFICATIONS area.

When these form fields appear in the order notification, they will not be in the same order as they appear on the checkout page. To set the order of the fields add a hidden input field to the page, then add the fields in order to the value attribute e.g. 

<INPUT TYPE=HIDDEN NAME=PARAMS VALUE="inp1,inp2,inp3,etc">

Index Previous Next