ps_emailalerts icon indicating copy to clipboard operation
ps_emailalerts copied to clipboard

Fix JS bug in submit: incorrect variable caused missing variant selection

Open saidaLachgar opened this issue 8 months ago • 0 comments

Questions Answers
Description? Fixes a JavaScript bug where an incorrect variable name caused the product reminder submission to ignore the selected product variant. This resulted in reminders being sent without specifying which combination (e.g., size/color) the user wanted to be notified about. The issue occurs on the product page when combinations are available.
Type? bug fix
BC breaks? no
Deprecations? no
Fixed ticket? not sure.
How to test? On a product with combinations, go to the front office and try to subscribe for an out-of-stock variant. Before the fix, the reminder would be submitted without specifying the variant. After the fix, the correct variant should be included in the submission and the reminder handled accordingly.

saidaLachgar avatar Jul 31 '25 14:07 saidaLachgar