yellowbits
Forum Replies Created
-
ah that would have been a lot easier haha.
ill take a look and see if I can fork I guess!
With no access to src this was difficult but in minified frontent.js I changed
var mt=document.querySelectorAll(".gm-mobile-menu-container .gm-anchor")to work from click instead of touchend.
I don’t recall the changes exactly as minified is tricky for me but it was a simple change to fix 🙂
Forum: Plugins
In reply to: [WPC Show Single Variations for WooCommerce] Importing variable productsOk seems the problem is actually the two fields related to the plugin. When removing these from the import and then running re-init variations, all works fine!!
For anyone else running into this issue, simply omit the following fields from import;
Meta: woosv_add Meta: woosv_enableForum: Plugins
In reply to: [WPC Show Single Variations for WooCommerce] Importing variable productsImported variations are displaying in WooCommerce just fine and showing on the product page…
But still not showing on the category pages with plugin enabled.
Created a new test product and it’s working right away.
update; more testing…
Seems to be an issue with custom meta. When I export without custom meta and re-import the same product it works fine…
- This reply was modified 3 years, 5 months ago by yellowbits.
- This reply was modified 3 years, 5 months ago by yellowbits. Reason: update