Purpose: When creating a gift registry, the registrant is able to preview the email that is sent to their friends. This template controls the layout of the email preview.
Note: The actual text of the Gift Registry Invitation email that is delivered an be edited in the Settings ->Design ->Emails section of the 3dcart Online Store Manager.
Code Blocks
Note: It is important to preserve the commented tags to ensure the software performs correctly.
[TITLE] [giftregistry_preview-email] <!--START: CATEGORY_HEADER--> [CONTENT] <!--END: CATEGORY_HEADER--> [giftregistry_preview-email-from] [email] [giftregistry_preview-email-subject] [subject] [giftregistry_preview-email-message] [emailbody] <!--START: CATEGORY_FOOTER--> [CONTENT] <!--END: CATEGORY_FOOTER-->
Note: Code blocks and their respective variables will only work with specific template pages.
Variables
Note: Some of these variables are inserted from the “Gift Registry Invitation E-mail” template found in Settings ->Design ->Emails.
- [TITLE] – Used by the Software to inserts the Store’s Title for the pop-up page.
- [giftregistry_preview-email] – Displays the Title of the “Gift Registry – E-mail Preview” heading. (See Settings ->Design ->Store Language)
- [giftregistry_preview-email-from] – Displays the Title of the “From” line on the email preview. (See Settings ->Design ->Store Language)
- [email] – Inserts the Registrant’s email address information.
- [giftregistry_preview-email-subject] – Displays the Title of the “Subject” line on the email preview. (See Settings ->Design ->Store Language)
- [subject] – Inserts the emails Subject line. (See the “Gift Registry Invitation E-mail” in Settings ->Design ->Emails.)
- [giftregistry_preview-email-message] – Inserts the Title of the “Message” heading on the page. (See Settings ->Design ->Store Language)
- [emailbody] – Inserts the body of the email message. (See the “Gift Registry Invitation E-mail” in Settings ->Design ->Emails.)