Fixed: Add Product Bundle Support
-
Hi there,
as I wanted to use the plugin with the WC Product Bundle plugin I debuged an issue that caused the JS running twice per veriable product form in such bundled products.In your plugins
frontend.js
can you please add the following to line 11 right after setting$form
as a constant:if( $form.hasClass('swatches-support')) { return; }
That goes sure that the JS only runs on forms that are not already initialized.
Kind regards,
Philipp
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Fixed: Add Product Bundle Support’ is closed to new replies.