• Resolved pawelgix

    (@pawelgix)


    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')));
    • This topic was modified 1 year ago by pawelgix.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author acowebs

    (@acowebs)

    We are not using select2 with our plugin, it seems it loading from your theme.

    Anyway we can add this fix out of the box in next releases, Thanks for reporting the issues

Viewing 1 replies (of 1 total)
  • The topic ‘Add to cart stopped working’ is closed to new replies.