Fast Flow provides guests with a streamlined purchase flow that does not require login to enable selling assigned products. Guests will enter or scan their Media number to validate they have active media. This allows the option to skip login during checkout but still matches the product purchase to the correct account in the POS system. When combined with Selective Guest Checkout, Aspenware Fast Flow becomes a streamlined flow with the fewest steps to purchase yet.
Setup Checklist
This section is a comprehensive and high level summary of all tasks and prerequisites required for this feature to function properly. This section is purposed for use after an administrator is familiar with configuring this feature as an “audit” checklist. For detailed set-up instructions, jump down to “Prerequisite Tasks” and “Detailed Setup Guide” and then follow up with this checklist to ensure all steps are completed.
POS Tasks (RTP|One Only) | |
| PREREQUISITES |
Infrastructure Tasks | |
| PREREQUISITES |
Aspenware Commerce Tasks | |
| PREREQUISITES |
1. Configure Fast Flow product REQUIRED
2. Enable Aspenware’s Selective Guest Checkout on the Fast Flow product OPTIONAL 3. Add Attributes to the product if using. OPTIONAL 4. Enable “Group Member” assignment on the product detail page. OPTIONAL 5. Set the product to Autofulfill REQUIRED | DETAILED SETUP |
Prerequisite Tasks
This section describes all requirements that must be completed before you can begin setting up this feature. Once these tasks are complete continue to the next section.
POS Tasks
Deploy stored procedure with specific validation rules to POS - Fast Flow uses a stored procedure in the POS to validate if the pass number entered is eligible. This eligibility is based on settings in the stored procedure which can be customized to look for specific active media, specified age ranges, etc. This ensures the resort is only allowing guests that meet their criteria to purchase the Fast Flow product.
NOTE: Aspenware has custom-built stored procedures for Fast Flow that can be shared with the resort. If capable, resorts can edit these on their own. But for complex changes and initial setup the resort may request Aspenware Professional Services for assistance.
Create a Rule in RTP|One that links to the stored procedure (provided by Aspenware. Then create a prompt that links to the newly created Rule- See steps 1 and 2 in this RTP|One Stored Procedure help guide: https://aspenware.atlassian.net/wiki/spaces/AE/pages/1347977269/RTP+One+Guide+Validated+Prompt+Setup
NOTE: The prompt code is required for Aspenware Commerce to run the stored procedure when a guest inputs their pass number on the PDP.
Configure a product header that these Fast Flow products will book - To complete any order to the RTP|One a product header must be configured. Set this up like any standard product to be sold from Aspenware Commerce to RTP|One.
(Optional) Add Age Rules to the RTP|One product header - Only add if the products that will be sold through the Fast Flow configuration have age restrictions.
IMPORTANT: The stored procedure will use the age rules set in RTP|One to determine who is eligible for Fast Flow assignment and will NOT use the age rules set in Aspenware Commerce. An exception to this is if the “Group Member” assignment is set up on the PDP. In this case follow standard Aspenware Commerce age rule configuration Configuration: Age Rules.
Infrastructure Tasks
Install and enable the Fast Flow Plugin -
Go to Configuration > Local Plugins and change the “Group” filter to “Aspenware.”
Locate the “Fast Flow Plugin” and click Install.
Restart the application by clicking the green Restart application to apply changes button.
Once complete, ensure the application is installed and enabled
(Optional) Enable Aspenware Commerce’s Selective Guest Checkout (see link for setup):
NOTE: Fast Flow often works alongside Aspenware’s Selective Guest Checkout feature to enable guests to make purchases without logging in (they can log in if desired). If a guest opts to skip the login and creates a guest account during checkout, then the guest’s purchase will be associated with multiple accounts in the POS (ie: the account already in the POS system that has media AND the guest account they created during checkout).
Additionally, there will not be an “assignment step” in checkout for Fast Flow products. If a guest is also purchasing a non-Fast Flow product that requires assignment during checkout, the Fast Flow product will not be displayed on the assignment screen.
Aspenware Commerce Tasks
Configure Fast Flow Plugin Settings and Language Strings - The settings defined in the Fast Flow plugin will cascade down to all Fast Flow products unless more specific settings are set up at the product level.
Go to Aspenware Commerce > Fast Flow to customize the adjustable languages and settings.
NOTE: These settings can also be defined at the product level, if defined at the product level then these settings will be overwritten for that specific product.
Languages:
Language Name | Location & Stored Proc Tokens | Image Example (click to expand) | Language String (if viewing content through the Language Editor Screen) |
---|---|---|---|
Title | Fast Flow box, text bolded at the top of the box | aspenware.fastflow.title | |
Sub-title | Fast Flow box below the bolded Title text | aspenware.fastflow.subtitle | |
Textbox Placeholder | Fast Flow box’s entry field text that is displayed before any text has been populated in the field Directly above Fast Flow box’s entry field after text has been input in the entry field | aspenware.fastflow.textbox.placeholder | |
Button Validate Text | Fast Flow box’s button text before a validation has been attempted | aspenware.fastflow.button.validate.text | |
Button Validated Text | Fast Flow box's button text after a validation has succeeded | aspenware.fastflow.button.validated.text | |
Button Invalid Text | Fast Flow box's button text after a validation has failed | aspenware.fastflow.button.invalid.text | |
Message Validated Text | Fast Flow box's bottom text after a validation has succeeded. Tokens that can be returned on validate from the stored procedure:
| aspenware.fastflow.message.media.assigned | |
Message Invalid Text | Fast Flow box's bottom text after a validation has failed. Tokens that can be returned on invalid from the stored procedure:
| aspenware.fastflow.message.invalid.text | |
Message Media Assigned Text | Fast Flow box's bottom text after a product has been added to cart. Tokens that can be returned after product assignment from the stored procedure:
| aspenware.fastflow.message.media.assigned | |
Qr Code Validated Text | Fast Flow pop-up when the QR code scan returns a successful value | aspenware.fastflow.qrscan.validated.text | |
Qr Code Invalid Text | Fast Flow pop-up when the QR code scan returns an invalid value | aspenware.fastflow.qrscan.invalid.text | |
N/A | Fast Flow box's bottom text will display “Please select a date” when the product is date-based on and no date has not been selected. Note: This is hard-coded and the text cannot be changed. |
Settings:
Store-wide Setting | Use | Setting (if viewing content through the All Settings Screen) |
---|---|---|
RTP Prompt Code | Sets the defaut prompt code that will be used for all Fast Flow products that do not have a Fast Flow Prompt Code defined at the product-level. | productassignmentsettings.promptcode |
QR Code Regex (Value In Group 1) | Sets the defaut Regex that will be used for all Fast Flow products that do not have a Regex defined at the product-level. This is an optional setting only required if using QR codes that have values that are not the guest’s exact media#. See notes below for more info. | productassignmentsettings.qrcodeformat |
(Optional) Define the QR Code Regex - A QR code, like a bar code, is an encoded piece of data. The data in a QR code can be alphanumeric, numeric, or binary. The “QR Code regex” (or “regular expression”) specifies how to parse the data within the QR code. Resort’s QR codes may include URLs, pass media values, or other information related to the guest or resort. For example, the QR Code below contains the following URL: https://coppercolorado.com/media-scan?16142028098375385829=UID&mediaType=light
For this example, to properly capture only the RFID# 1614202809375385829; the Regex required to parse this is:
media[iI][dD]=([^&#]*)
NOTE: For more information on regex please visit https://regex101.com/r/hT67tA/1. If your resorts need technical assistance, reach out to support@aspenware.com and Aspenware can help establish the Regex.
IMPORTANT: Resorts utilizing the QR scanner on the Fast Flow PDP will REQUIRE use of Regex so that the scanner can trigger validation using the proper pass media values within the QR code (e.g. RFID).
Ensure that the products to which you are assigning Fast Flow Functionality to are set up in Aspenware Commerce - Create a typical standard Core product as documented: Configuration: Product Shell
Detailed Setup Guide
This section describes all required steps to set up the feature after prerequisite tasks have been completed.
Configure Product for Fast Flow
(Optional) Enable Aspenware’s Selective Guest Checkout on the Fast Flow product
(Optional) Enable “Group Member” assignment on the PDP
Set Product to Autofulfill
(Optional) Construct a URL that includes media ID and date (If using QR Code flow)
1. Configure Product for Fast Flow
From Catalog > Products, select the desired product and choose to Edit.
Scroll towards the bottom of the product editor page and expand the dropdown Additional Product Settings.
Under the Fast Flow header, complete the following:
Is Fast Flow enabled?: Check this setting to enable Fast Flow on the product.
Is Pass Scanner enabled?: Check this setting to enable the QR code scanning on the PDP. Uncheck this setting to disable QR code scanning on the PDP.
RTP Prompt Code: Optionally overrides the plugin-level prompt code for this specific product. The prompt code should align with the prompt code associated with the stored proc in RTP.
QR Code Regex (Group 1 Value): Optionally overrides the plugin-level Regex value for this specific product. Review the Fast Flow Plugin settings section above for more details on Regex use and setup.
Title: Optionally overrides the plugin-level Title text for this specific product.
Sub-title: Optionally overrides the plugin-level Sub-title text for this specific product.
Textbox Placeholder: Optionally overrides the plugin-level Textbox Placeholder text for this specific product.
2. (Optional) Enable Aspeneware’s Selective Guest Checkout on the Fast Flow product
Fast Flow will most often be used with Aspenware’s Selective Guest Checkout feature. This enables guests to complete their orders without requiring the guest to log in when only Selective Guest Checkout defined products are in their cart. To enable, follow the steps outlined in Selective Guest Checkout documentation: Configuration: Selective Guest Checkout
NOTE: When Fast Flow and Selective Guest Checkout features are combined and a guest opts not to log in, their order will show under two accounts in the POS. The order will appear under the account that has the media assigned to it and the order will also appear under the Guest Account they created during checkout.
Merges can be used to decrease the number of guest accounts in the POS. Fast Flow does not require the use of Aspenware’s Selective Guest Checkout feature but will often be used to increase the speed of checkout.
3. (Optional) Enable “Group Member” assignment on the PDP & add age rules if required
Aspenware’s Fast Flow feature works alongside RTP|One configured Age Rules. If a product is configured with Fast Flow and has age restrictions on the product header being sold in RTP|One, then upon entry of the media ID, the customer whose media ID is entered will be checked for both media and age eligibility. If the customer is not eligible, they will be returned invalid with an error message indicating why.
See configuration for “[Assigned To]” in the following link:Configuration: Product Attributes
NOTE: Aspenware Age Rules will not be used for Fast Flow age restrictions, only age rules configured in RTP|One will be applied to Fast Flow products.
4. Set Product to Autofulfill
Follow the Autofulfill guide here: Configuration: Autofulfill/Finalize Sale to set the product to autofulfill.
5. (Optional) Construct a URL that includes media ID and date (If using QR Code flow)
When passing in a media ID in the URL for a product detail page, so that a guest doesn’t need to manually enter their media ID but it is pre-loaded for them, the date attribute must also be included with the media ID in the URL. Below is an example of such a URL: https://cycle-a.aspenwarecommerce.net/s/lift-tickets/p/add-on-premier-pass-w-fast-flow?2130=2021-07-21&mediaId=16142026970374355581
To include a date in the URL do the following:
Navigate to the product editor page in the admin.
Scroll down to the attribute table and select Edit next to the “Start Date” attribute
Note the number at the end of the URL: this is the Start Date attribute mapping ID
When constructing URLs that pass in the date use the attribute mapping ID and the date in the following format: attributemappingid=year-month-day
example: 2130=2021-07-21
Like this page? Click the like button below. Don't like this page and/or want to give feedback about this page, leave a comment below and Aspenware will address to improve this article.