You can edit the Gift Certificate template (Mercandising > Custom Templates > Advanced > Gift certificates ) and in the secton
- Code: Select all
[-- DEFINE GIFT_CERTIFICATE_EMAIL --]
there will be something like this
- Code: Select all
[-- STORE.GiftCert_ToRedeemCutPaste --]:<br>
<h3>[-- STORE.OUTPUT_URL --]/index.html</h3><p>
The first template tag, [-- STORE.GiftCert_ToRedeemCutPaste --], is the line of text that will display. You can change that on Preferences > Store Text > Gift Certificate. Or you could just remove the tag and enter the text that you want to send.
In the second line the [-- STORE.OUTPUT_URL --] is the authorized url for your store followed by the page name you want the shopper to go to. You could replace all of that with what ever url you want the gift certificate recipient to go to.