pluginswoo
Forum Replies Created
-
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Double showing price and “selThank you for reaching out to us. Please kindly do a plugin compatibility check by doing these steps to identify the error :
=> Deactivate all of your additional plugins except WooCommerce and WooCommerce Variation Swatches Plugin.
=> See if the problem persists. If the problem resolved, you can tell which plugin might be the culprit of this error by activating your additional plugins one by one.
Looking forward to hearing from you soon.
Thank you
I guess, it’s issue of WoooCommerce. Check this video till the end: https://www.loom.com/share/810ab7752e4f4f51b1f05b87bae0a174
The settings Hide Out of stock variations, but it doesn’t hide the all out of stock variation.
Please report this to WooCommerce Support.
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Plugin Enqueue and CSSI am sorry there is a mistake in the previously given code. Try the following
add_filter( 'disable_wvs_enqueue_scripts', function(){ // Load only product page. Return true to disable. return !is_product(); } );Thank You
- This reply was modified 6 years, 1 month ago by pluginswoo.
Forum: Plugins
In reply to: [Additional Variation Images Gallery for WooCommerce] Plugin Not workingForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Plugin Enqueue and CSSTry the following filter
add_filter( 'disable_wvs_enqueue_scripts', function(){ // Load only product page. Return true to disable. return !! is_product(); } );Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] Color Variation Not ShowingHere you created attribute called pattern: https://prnt.sc/rsxhps
But in product you have linked attribute called colors: https://prnt.sc/rsxigaBoth should be the same attribute.
Thank You
Add code copying from the following link in functions.php
It will help.
Thank You
What is your current version of swatches?
WordPress version?
And WooCommerce Version?
Thank You
Forum: Plugins
In reply to: [Variation Swatches for WooCommerce] WordPress 5.4 CompatibilityForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Add to cart disappearForum: Plugins
In reply to: [Variation Swatches for WooCommerce] Advertising unacceptableAdd code copying from the following link in functions.php
It will help.
Thank You