Table of Contents |
---|
...
If the time interval has passed that you expect to see inventory updating and you still don’t see the inventory update, check your season start and end date. If the date that inventory is configured for is outside of the season start and end date range, the inventory will not be pulled from the POS.
Q: My resort uses IBM Watson. How can I send a user from My Account to their email preference page?
A: Aspenware offers two widgets that can be configured to support an embedded page in My Account which can send the logged-in user to that preference center to update their email preferences. The embedded page is developed by the resort, the widgets simply allow the Aspenware commerce administrator to add HTML to each of them to drop that page into an iframe so it can be displayed in My Account.
TML Widgets for My Account
Note |
---|
IMPORTANT: The preference center site’s web.config must be set to ALLOWALL for X-Frame-Options, unless the frame is on the same origin as the store. |
...
.
...
The HTML for the Email Preferences Widget is:
<h4>Update Email Preferences</h4> <iframe width="100%" height="300" id="email-preferences" name="email-preferences"> </iframe>
The HTML content for Email Preferences Javascript is
...
Q: Why I am not seeing my amount remaining on the PDP despite having set the language string properly?
Displaying the amount remaining beneath the shopping cart depends on whether the inventory threshold has been met. This can be adjusted by going to Settings > All Settings > and searching for catalogsettings.dynamicpricingcalendar.inventorymessagethreshold
...