Table of Contents |
---|
Q: How do I configure a product that is only available on one or a couple of days of the season with inventory? (i.e. camps, seasonal programs, events, etc.)
...
The widget names are Email Preferences Widget and Email Preferences Javascript.
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
<script>// <![CDATA[ $(document).ready(function () { if (window.frames && window.frames['email-preferences']) { let emailPreferenceUrl = 'https://staging.thredbo.com.au/shop-email-preferences-embed/?email= ' + storeSettings.User.Email window.frames['email-preferences'].location.replace(emailPreferenceUrl) } }) // ]]></script>
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
Info |
---|
NOTE: Settings for threshold with dynamic pricing savings (as opposed to the dynamic pricing calendar) display only work for inventory (i.e. amount remaining overall for a given day not for amount remaining in tiered pricing (at a certain price). |
Insert excerpt | ||||||
---|---|---|---|---|---|---|
| ||||||
Insert excerpt | ||||||
|