Discounted prices are not updating when a product has multiple options
complete
Tobe Osakwe
When a product has multiple options (ex. Size AND Color), selecting a combination of those options results in the app not recognizing which variant is actively selected.
The cause: our app was written under the assumption that each "variant selector" item on a page corresponded to a single variant. This is not always the cause.
The possible fix: We've noticed that at least 1 affected theme has a "product form" on its product pages, with a hidden input that corresponds to the ID of the actively-selected variant.
By detecting this element, and listening for changes to its value, we may be able to detect variant changes most reliably.
Tobe Osakwe
complete
Tobe Osakwe
in progress
Tobe Osakwe
For a potential workaround, if you have a developer on your team, you can fire a "Variant Change Event" when a new variant is selected:
I just wrote a JavaScript code snippet you can add to your product template's code in your theme:
Regarding the timeline, I don't have an exact ETA yet, but I'll make sure to keep you updated on our progress.
Best,
Tobe :)