Gift Certificate Required Form Tags

[-- SC_JAVASCRIPT --]
[-- ShopSiteMessages --]
[-- SC_FORM --]

The Gift Certificate page uses JavaScript for some functions, so you must include the [-- SC_JAVASCRIPT extras --] tag and needed <script> tags inside the HEAD in your first section, the gift certificate screen section, of your gift certificate template. The code would look similar to:

To add a gift certificate to the shopping cart requires an HTML form. You must include the [-- SC_Form --] tag -- which produces the opening <form> tag with the necessary attributes -- near the top of the <body> section of the template, and you must put a </form> tag near the end.

The [-- ShopSiteMessages --] tag will produce any error messages, such as telling the customer that they must select a shipping option. It will not produce anything if there are no errors or messages for the customer.

Next: Gift Certificate Message >>