Confirmation Page, Thank You Page, and E-Mail Receipt Templates:
Page Title, Header and Footer

ShopSite has merchant-definable fields specifically for the title of the Confirmation Page, Thank You Page, and E-Mail Receipt, and fields for the header and footer of each page.

Confirmation Page Example: Title, Header, and Footer

  • The [-- ConfirmationHeader --] tag returns the contents of the "Text at the top of the Confirmation screen" field. This field can contain any combination of plain text and HTML and JavaScript, or anything the merchant wants to put in that field (or nothing). The [-- ConfirmationFooter --] tag is the same for the "Text at the bottom of the Confirmation screen."
  • There isn't a text field in the back office that works well for the title of the confirmation page. In this example, the title is hard-coded as "Confirm Your Order."

Thank You Page Example: Title, Header, and Footer

  • The [-- Store.SC_ThankYou --] tag returns a text string that the merchant can modify, but the default value is "Thank You!" It works well for the page title.
  • The [-- ThankYouHeader --] tag returns the contents of the "Text at the top of the Thank You screen" field. This field can contain any combination of plain text and HTML and JavaScript, or anything the merchant wants to put in that field (or nothing). The [-- ThankYouFooter --] tag is the same for the "Text at the bottom of the Thank You screen."
  • The [-- ThankYouReturnStore --] tag produces a "Return to Store" button. You can place this button anywhere on the Thank You page.
  • The [-- STORE.SC_YourReceipt --] tag returns the "Here is a copy of your receipt" text string. The merchant can modify the text.

E-Mail Receipt Example: Title, Header, and Footer

  • The [-- Store.SC_ThankYou --] tag returns a text string that the merchant can modify, but the default value is "Thank You!" It works well for the receipt title (although most e-mail programs don't display the title of HTML messages).
  • The [-- ThankYouHeader --] tag returns the contents of the "Text at the top of the Thank You screen" field. This field can contain any combination of plain text and HTML and JavaScript, or anything the merchant wants to put in that field (or nothing). You can use it as a header for the E-Mail Receipt.
  • The [-- ThankYouReturnStore --] tag produces a "Return to Store" button. You can place this button anywhere on the E-Mail Receipt.
  • The [-- STORE.SC_YourReceipt --] tag returns the "Here is a copy of your receipt" text string. The merchant can modify the text.
  • The [-- ReceiptFooter --] tag returns the contents of the "Text at the bottom of the email receipt" field, which makes a good footer.
Next: Confirmation & Thank You Order #