pluginswoo
Forum Replies Created
-
You have to update your WooCommerce database!
The previous unfinished action would be removed!Thank you
Could you record me your issue using tool like useloom.com
It helps us to quickly solve your issue.Looking forward to hearing from you soon.
Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Product out of stock, after being orderdCould you disable our plugin and check is it happening with default WoooCommerce or not?
Thank You
Could you share your site link where it’s happening?
I’ll try to fix it for you.Thank you
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Change image when clicking on colorCould you record me your issue using a tool like useloom.com
It helps to quickly understand things easily.Looking forward to hearing from you soon.
Thank you
Could you disable our plugin and check what’s happening there?
WooCommerce shows a dropdown to select attribute variations. Can you see the default dropdown?Looking forward to hearing from you soon.
Thank you
- This reply was modified 5 years, 6 months ago by pluginswoo.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Attribute Name next to Label Demo?Could you check this link now?
http://bit.ly/show-selected-variation-name-beside-labelThank You
- This reply was modified 5 years, 6 months ago by pluginswoo.
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Does not support Variable product linksCould you check this link: https://www.loom.com/share/9cae3aa106e347568e624c33320f472a
It’s working for me? Which theme are you using?
Thank You
Do you mean to have something like this: https://www.loom.com/share/f7e9de698802443482f30a8ab46a558b
Thank You
The error you gave, it is not coming from our plugin. This is our plugin: https://wordpress.org/plugins/woo-variation-gallery/
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Variation show on one columnForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Very Slow SwatchesTo optimize speed. Could you check here: https://www.loom.com/share/b5cc100467b244a8b0ee2297979ff3ea
Thank You
Try the following code
add_action( 'init', 'remove_tab' ); function remove_tab() { remove_filter( 'woocommerce_product_data_tabs', 'add_wvs_pro_preview_tab' ); }Thank You