Add to cart stopped working
-
After the update, the plugin stopped validating the contents of the Select field correctly.
It is not able to “see” the selected values.For now, I was able to resolve the issue by adding the script:
jQuery('select').on('select2:close', e => e.target.dispatchEvent(new Event('change')));
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add to cart stopped working’ is closed to new replies.