Table of Contents |
---|
Tip |
---|
This feature is supported for: Resorts that use RTP|One as their POS. |
Warning |
---|
This feature is not supported for: Resorts that use Siriusware as their POS. |
Setup Checklist
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
1. POSTASKS | Set up required POS codes for any payment form you are configuringTasks | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
| ||||||||||||||||||||||||||||||
2.COMMERCE TASKSCommerce Tasks | |||||||||||||||||||||||||||||||
Ensure that the Additional Payments Plugin is installed.
|
| ||||||||||||||||||||||||||||||
Configure Additional Payment
|
| ||||||||||||||||||||||||||||||
Update Messaging for Additional Payments on Payment Step
|
|
Prerequisite Tasks
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
POS Tasks
Set up a general component called AW Additional Payment Component.
If using Stored Value:
Set up a stored value product header in RTP|One and send this new header code to your Aspenware Representative.
Price the header at $0 and make it available for a long date range (i.e. out to 2050).
Don’t add any header rules.
The header needs to be set up for the Aspenware/Online sales location
Obtain existing stored value payment method code and send the new payment method code to your Aspenware Representative.
Obtain new GL stored value
Do admin for stored value to make payment methods available for use at nop location
If store value is not desired, but guests have stored value on their accounts, use the HTML Widget to hide. Add to temporary CSS widget -
...
stored-value, .stored-value + .or {
display: none !important;
}
If using Gift Cards and Vouchers:
Set up gift card product header code.
Obtain the existing gift card payment method code
Set up new GL gift card clearing account
Set up voucher product header code.
Obtain existing voucher payment method code
Set up new GL voucher clearing account
Admin for gift cards to make payment methods available for use at nop location
Admin for vouchers to make payment methods available for use at nop locationclearing account. This must be a unique and new GL clearing account. Send the new GL clearing account to your Aspenware Representative to use for creating the GL export report.
Attach the new GL clearing account to the newly created stored value product header (created in step a).
Aspenware will add the header code and payment method code (created above) to the Unity rtp-config.json file.
If using Gift Cards
Set up a gift card payment product header in RTP|One and send this new header code to your Aspenware Representative.
Price the header at $0 and make it available for a long date range (i.e. out to 2050).
Don’t add any header rules.
The header needs to be set up for the Aspenware/Online sales location
Obtain existing gift card payment method code and send the new payment method code to your Aspenware Representative.
Obtain new GL gift card clearing account. This must be a unique and new GL clearing account. Send the new GL clearing account to your Aspenware Representative to use for creating the GL export report.
Attach the new GL clearing account to the newly created gift card payment product header (created in step a).
Aspenware will add the header code and payment method code (created above) to the Unity rtp-config.json file.
If using Vouchers:
Set up a voucher payment product header in RTP|One and send this new header code to your Aspenware Representative.
Price the header at $0 and make it available for a long date range (i.e. out to 2050).
Don’t add any header rules.
The header needs to be set up for the Aspenware/Online sales location
Obtain existing voucher payment method code and send the new payment method code to your Aspenware Representative.
Obtain new GL voucher clearing account. This must be a unique and new GL clearing account. Send the new GL clearing account to your Aspenware Representative to use for creating the GL export report.
Attach the new GL clearing account to the newly created voucher payment product header (created in step a).
Aspenware will add the header code and payment method code (created above) to the Unity rtp-config.json file.
Share the following report with accounting contact(s) at the resort to see how accounting flows with alternate payments. If questions arise, connect with Kevin Vogle (k.vogle@aspenware.com)
View file | ||
---|---|---|
|
To see an example of how alternate payments will display within a transaction, review the following screenshot.
If using alternate payments:
Install Nop4U
Create Work with your Aspenware Representative to create a GL export report with additional payment clearing accounts along with credit account.
Commerce Tasks
Ensure the Additional Payments plugin is installed by going to Configuration > Local Plugins. If the plugin has the Uninstall button listed like the example below, it is installed. If it looks different from the example below, contact your Aspenware Representative to install this plugin on your test and live shops.
...
Detailed Setup Guide
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
1. Configure Additional Payment
Go to Aspenware Commerce > Additional Payments and enter the following:
Allow Multiple Additional Payments: Check to support accepting more than one voucher or gift card value to be entered in a single order. If restricting guests to using only one voucher or gift card per order, leave this unchecked.
Enabled Payment Types: Check each additional payment that should be turned on for your shop: Vouchers, Gift Card and Stored Value. Keep in mind that RTP|One pre-work (detailed above) is required before paying with any of these methods will work.
...
2. Update Messaging For Additional Payments on the Payment Step
Most additional payments editable content is built on the premise that both Gift Cards and Vouchers are enabled (in the step above). For example, even if you're not using Gift Cards, that’s fine, but in order to customize the messaging, it is required to have both Vouchers and Gift Cards enabled in the plugin (Detailed above).
First, to update the messaging below the Apply button, configure the HTML widget titled ‘Gift Card and Voucher Help’ using the detailed instruction guide for HTML widgets: Configuration and Library: HTML Widgets
Second, to update messaging on the payments page for alternate payments, configure the following language strings using the detailed instruction guide for language strings: Language Strings Library
Resource name | Value | Description |
---|---|---|
account.login.checkout.payment.storedvaluebalance | You have <strong>${balance}</strong> in snow cash available. Apply this to your order? | Display stored value balance to use for guest if available. |
account.login.checkout.payment.storedvaluelabel | Stored Value | Stored value header if stored value is configured for shop and guest has available stored value balance. |
account.login.checkout.payment.vouchergiftcardplaceholder | Gift Card or Voucher | Placeholder text inside the Voucher/Gift Card entry box |
Info |
---|
NOTE: If the messaging changes you made don’t take, ensure that both Gift Cards and Vouchers are enabled (in the step above). For example, even if you're not using Gift Cards, that’s fine, but in order to customize the messaging, it is required to have both Vouchers and Gift Cards enabled in the plugin (Detailed above). |
Common Troubleshooting
Q:
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...