Table of Contents |
---|
...
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 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). |
Q: I’m trying to update a component code or delete an entry in the inventory pools pulgin, but I’m getting an error with red triangles (see below). What’s wrong?
...
A: In order to prevent errors, you are not be able to update a component code while there are orders that are unprocessed or in an active lock in a shopping cart. You will also be unable to delete an entry in the Inventory Pool plugin when the entry is part of a ready, failed, or processing order. The red triangles are there to prevent admins from editing a configuration where orders are either in process or failed. Once the failed order is cleared out and the inventory sync runs again, the red triangle will go away. You may need to refresh your page to see the update, however.
Insert excerpt | ||||||
---|---|---|---|---|---|---|
|
...