Screen: ShopSite > Commerce Setup > Customize Order System
These examples use a combination of screen shots and formatted text so that you can copy and paste the code into your store. Feel free to modify the code to suit your needs.
This custom field creates a select list on the shipping screen from which customers can tell you how they learned about your store, which can help you spend your advertising dollars wisely. You can change the choices in the list to reflect your advertising methods. The field is not marked as required in this example, but some merchants may want to require customers to provide this information.
<p align="center"><font color="#0000CC" size="3"><strong>How did you hear about our store? </strong></font> <select name="field01" size="1"> <option value="Select One" selected>Select One</option> <option value="Search Engine">Search Engine</option> <option value="Website Link">Website Link</option> <option value="Email">E-mail Ad</option> <option value="Friend or Family">Friend or Family</option> <option value="Other">Other</option> </select>
If any of your customers ever dispute a purchase through a credit card company, the merchant’s position is strengthened if the customer was aware of the store’s shipping and return policies. You can use this custom checkout field to add a required checkbox near the end of the shipping screen that customers must check to indicate that they have read and agree to your store’s policies.
<p align="center"><input type="checkbox" name="field01"> <font color="#0000CC" size="3"> I have read and agree to the <a href="policies.html" target="_blank">store shipping and return policies</a>. </font> </p>
ShopSite Help and Resource Center Last updated: March 01, 2010 Give Feedback |
ShopSite Shopping Cart Software |