Known issues
When loading a product page with a selection of SKUs by parameter (URL), the price is not correctly updated
When loading a product page with a selection of SKUs by parameter (URL), the price is not correctly updated
ID:
Backlog
Published on 8/17/2017
•
Last update on 12/22/2022
Summary
When you access a product page with a change (more than one SKU) with the querystring parameter "idsku={{idSku}}", the system marks the SKU as selected (in the skuRichSelection and skuSelection control).
However if the SKU selected (from the parameter) is unavailable (out of stock / not deliverable), when the user selects another available SKU in the SKU selector, price details are not shown.

Simulation
- Access the page of a product with a change in SKU, supplying the parameter "idsku" in the URL (QueryString). Select an unavailable SKU.
- In the SKU selection control (
skuSelection
orskuRichSelection
), select another available SKU. - The price of this second SKU will not be rendered correctly.
Workaround
- Create an SKU selection control using JavaScript (without using our native control).
- Never use selection by parameter (querystring) for an unavailable SKU.