Gift Certificate Template
Custom Gift Certificate Templates give you the ability to design the appearance of the Gift Certificate ordering form, as well as how a digital or printed gift certificate looks.
A gift certificate template is a combination of HTML and ShopSite custom template tags. You can use any text or HTML editor to create a gift certificate template but keep in mind that the gift certificate template has three different sections. The first section is for the gift certificate ordering page. The second section is for the gift certificate email receipt. The third section is for the gift certificate printed receipt. You can design and setup the code for all three sections and include the code for all three sections in the same file.
Once you have setup the code you are ready to begin adding ShopSite tags to make your code a working ShopSite template. Start by placing the tags below around the three sections of your gift certificate template. The first tag goes before your code for the gift certificate order page and the second tag goes at the end of the code for the gift certificate ordering page. Repeat this format for the other 2 sets of code, putting the 3rd and 4th tags around the code for the email and the 5th and 6th tags around the code for the printable gift certificate.
[-- DEFINE GIFT_CERTIFICATE --]
[-- END_DEFINE GIFT_CERTIFICATE --]
[-- DEFINE GIFT_CERTIFICATE_EMAIL --]
[-- END_DEFINE GIFT_CERTIFICATE_EMAIL --]
[-- DEFINE GIFT_CERTIFICATE_MAIL --]
[-- END_DEFINE GIFT_CERTIFICATE_MAIL --]
Next: Gift Certificate Title, Header and Footer 
