Modular Merchant
QuickCode™ Glossary
{ORDER-MEMOS}
QuickCode Tag Glossary Home
See also:
Knowledge Base
Articles in this category:
{IF-ORDER-CONTAINS-SUBSCRIPTION-PRODUCTS-BEGIN}

{IF-ORDER-CONTAINS-SUBSCRIPTION-PRODUCTS-END}

{IF-ORDER-HISTORY-BEGIN}

{IF-ORDER-HISTORY-END}

{IF-PAYPAL-WPS-ELIGIBLE-BEGIN}

{IF-PAYPAL-WPS-ELIGIBLE-END}

{IF-USING-PAYPAL-WPS-BEGIN}

{IF-USING-PAYPAL-WPS-END}

{ORDER-MEMOS}

{URL-PRINTABLE-ORDER-RECEIPT}

Orders > {ORDER-MEMOS}
<< {IF-USING-PAYPAL-WPS-END} {URL-PRINTABLE-ORDER-RECEIPT} >>
{ORDER-MEMOS} Updated: 04/25/2013

The {ORDER-MEMOS} QuickCode Tag displays the contents of any [url]memos[/url that are associated with a particular order or subscription. Each order or subscription may have multiple different memos, and if so, this QuickCode Tag will display the contents of all of the memos associated with that particular order or subscription.

Orders
An order memo may be manually added to an order by a store admin, using the Order Memo section of the Order Editor.

The Product Editor also includes an Order Memo option. If content is entered in a product's Order Memo option, that content will automatically be added to the order memo for any order which contains that product.

Subscriptions
A memo may be manually added to a subscription by a store admin, using the options in the Order Memo for this Product section of the Subscription Editor.

If an order memo was associated with the original order that triggered the creation of the subscription, that order memo will not be retained by the subscription, and so will not be displayed by the {ORDER-MEMOS} QuickCode Tag for future subscription transactions. However, when a store admin manually adds a memo to the subscription, the admin may select the Retain Memo checkbox, in which case that new memo will be retained by the subscription, and so will be displayed by the {ORDER-MEMOS} QuickCode Tag for future subscription transactions.

Requirements / Prerequisites

 The {ORDER-MEMOS} QuickCode Tag is compatible the following order-related HTML templates and email templates:

HTML templates

  • checkout_receipt.tpl
  • checkout_receipt_print.tpl
  • packing_slip.tpl

Store-generated email message templates

  • SID 100: Order Receipt
  • SID 101: Notification of Declined Order
  • SID 104: New Order Notification
  • SID 202: Notification of Declined Subscription Invoice
Example of Use
  1. IF any of the compatible templates listed above contain the following:
    Code
    {IF-ORDER-MEMOS-BEGIN}
    Please review this important message regarding your order:
    {ORDER-MEMOS}
    {IF-ORDER-MEMOS-END}

     
  2. AND the order contains the product Scary Squash, which prior to the order was edited by a store admin, to add the following content to the Order Memo option in the Product Editor; OR after the order was placed, a store admin edited the order, to add the following content to the Order Memo option in the Order Editor:
    Example
    Thank you for preordering a Scary Squash! This delightful seasonal vegetable will become available in the fall. Preorders will be shipped in early October, and a shipping update will be emailed once your new Scary Squash is on the way.

     
  3. THEN the storefront page or email message which uses the template which contains the code from step 1, will display the following result:
    Example
    Please review this important message regarding your order:
    Thank you for preordering a Scary Squash! This delightful seasonal vegetable will become available in the fall. Preorders will be shipped in early October, and a shipping update will be emailed once your new Scary Squash is on the way.
Source Code Source Code Updated:
When a web page using a template that contains this QuickCode Tag is viewed in the storefront, the {ORDER-MEMOS} QuickCode Tag is changed into the source code below prior to the web page being displayed.
LOG IN TO ADD COMMENTS
  Copyright © 2001 - 2024 Modular Merchant™. All rights reserved.
Modular Merchant | Privacy Policy | Legal Statement | Terms of Service | Contact Us | Site Map