Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents

...

1. POS Tasks

  • Configure Product Header Codes or DCIs for scanning by native POS scanners.

    Status
    colourRed
    titleRequired

    1. For Siriusware, set up the product as a “Regular Item” that creates an access record.

    2. For RTP|One, set up the Product Header as an access product.

Status
colourYellow
titlePrerequisite

2. Infrastructure Tasks

  • Ensure scanners are configured for both test and production and test this functionality end to end.

    Status
    colourRed
    titleRequired

Status
colourYellow
titlePrerequisite

3. Commerce Tasks

  • Assign ‘Send Print-at-Home Notification’ product classification to the product.

    Status
    colourRed
    titleRequired

  • Configure the ‘OrderPlaced.PrintAtHomeCustomerNotification’ email template through Content Management>Message Templates.

    Status
    colourRed
    titlerequired

Status
colourYellow
titlePrerequisite

  • Configure 'ordersettings.orderidprefix.' The value here must match the value that is configured for the Order Processor Order ID.

    Status
    colourYellow
    titlerequired

  • SIRIUSWARE ONLY: Set "OrderProcessing.SendExternalPrintAtHomeNotification" to TRUE

    Status
    colourRed
    titlerequired

Status
colourYellow
titlePrerequisite

  • Assign Print at Home Notification to product.

    Status
    colourRed
    titleRequired

Status
colourGreen
titleDetailed Setup

...

  • There is a new product classification called ‘Send Print-at-Home Notification’. When assigned to a product, this is meant to trigger sending a follow-up email if the product is purchased with a QR code for the Axess Code of the Ticket. This uses a new OrderPlaced.PrintAtHomeCustomerNotification message template that includes a %Order.Barcodes% message token. If you wish to use print at home functionality, contact your Aspenware representative to ensure these items are all in place for your test and production sites.

  • To configure the print at home email template go to Content Management>Message Templates and Edit to edit the ‘OrderPlaced.PrintAtHomeCustomerNotification’ email template. 

    • To edit the email HTML, go to Tools>Source Code and adjust the HTML from there in the Source code window. In the body portion of the email template, paste the following code and customize as desired. Do not remove the %Order.Barcodes% message token.

      Code Block
      <p style="margin: 0;">Hello %Order.CustomerFullName%,</p>
      
      <p>Below is the voucher for your RESORT ticket.</p>
      
      <p>Add details on redemption.</p>
      
      <div class="”block”" style="text-align: center;">%Order.Barcodes%</div>
      
      <p>Order Number: PK%Order.OrderNumber% <br /> Date Ordered: %Order.CreatedOn% <br /><br /> %Order.Product(s)%<br /> <br /> Terms of print at home tickets here.</p>
      
      </td>
      
  • Additional styling can be applied to information within the %Order.Barcodes% table using email CSS, using the following div classes.

  • For more details on email configuration, refer to https://hub.aspenware.net/main/Configuration:-Emails.1251868693.html

...

Insert excerpt
Setting, Language String and/or HTML Widgets for this feature
Setting, Language String and/or HTML Widgets for this feature
nopaneltrue

Settings

  • Go to Configuration > Settings > All Settings and search for 'ordersettings.orderidprefix.' The value here must match the value that is configured for the Order Processor Order ID. Ask your Aspenware Representative what your Order Processor Order ID is if you are unsure.

  • SIRIUSWARE ONLY: In Aspenware Commerce, under Configuration> Settings> All Settings, locate  "OrderProcessing.SendExternalPrintAtHomeNotification"

    1. If this is set and the value is TRUE, then the print at home email will be sent from the Status function and not the Order Processor. This should be true for Siriusware resorts.

...

1. Assign Send Print at Home Notification

  • From Plugins>Product Classifications>Add Assignment, select the desired category and product.

  • If print at home functionality is only desired for a particular attribute combination, check the desired product attribute values that are associated to print at home products. If the entire product should be set up as a Print-at-Home product, do not check any of the attribute options.

...

  • In the Classification table, click the Assign checkbox for the Send Print at Home Notification classification.

  • Click Add.

  • Make sure you have your product set to be auto fulfilled in the Aspenware Commerce using the guide in httpsOverview: //hub.aspenware.net/main/Overview:-Autofulfill%2FFinalize-Sale.1181155452.html

...

...