Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A: The new QR code tokens are available across every message template, however, have only been tested within the order confirmation email. As the token rendering is based on specific products being purchased Aspenware cannot guarantee that the QR code will display when applied to different email templates.

Q: I’m getting a bad URL I use the Vouchers.EmailVoucher template. What’s wrong?

A: This has to do with the use of the %Store.URL% token. If the StoreURL includes a “/”, then the email template should not include a “/”. The store URL can be found by going to Admin > Configuration > Stores. In a nutshell:

  1. Scenario 1: Resort uses %Store.URL%

    1. If that includes a "/" in it --> don't include the "/" in the template

    2. If that doesn't includes a "/" in it --> do include the "/" in the template

  2. Scenario 2: Resort manually overrides the token and uses their own URL (not recommended)

    1. Based on that will determine if the / is needed or not

...