More Vendors Button not working
-
Hello, Thanks for the nice plugin.
In Single Product Multi Vendor mode, the “more vendors” button does not work. this is due to wrong element ID in your JS.dc-woocommerce-multi-vendor\assets\frontend\js\single-product-multiple-vendors.js line 67:
change #tab_singleproductmultivendor to #tab-singleproductmultivendor like below:$(‘.singleproductmultivendor_tab a, #tab-singleproductmultivendor’).click();
and update the minified js file.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘More Vendors Button not working’ is closed to new replies.