Code

Discussion on WooCommerce Product Variations Swatches

Discussion on WooCommerce Product Variations Swatches

Cart 4,581 sales
Recently Updated

villatheme supports this item

Supported

This author's response time can be up to 1 business day.

360 comments found.

Hi guy, i use your plugin, but now the variation description can’t show on the product page, how to do resolve it?

If it not use your plugin, it can be shown.

I doubt this could be a conflict with theme, or another plugin. As I checked and the issue does not happen on our site: https://prnt.sc/etN8izGdSxtq Could you please check this problem with only WooCommerce and our plugin activated?

Thank you.

OK, I will try it. Thank you

is this possible? selection mens-shirt then it only shows the color grey in 6 sizes see: https://nimb.ws/y8dNbF then the same product i select a hoodie, i get a other color and sizes, and ofcourse the price is changed: https://nimb.ws/MHpWyF

Hi,

This feature is managed by WooCommerce. If you create different variations without using “Any ‘attribute’”, but with specific attribute, then when you select one attribute, it’ll only show the matching other attributes of the variation. https://prnt.sc/kjlAGBAqne5w

Best regards.

Hi, I purchased your plugin few hours ago JUST because it have conditional setting about Custom Attributes swatches.

My requirement is simple and it should work with your plugin. I have large products list and can not alter them manually, so used your swatches plugin to work with custom attributes.

Your plugin works for assigned attribute – but problem in Custom Attribute.

I am attaching screenshots. These are my product page custom attributes, and setting in your plugin about Images to render, and Custom Attribute tab setting.

https://ibb.co/frBFSgw https://ibb.co/7GSgqBG https://ibb.co/xX0FSwy

Please reply & help. Thanks in Advance.

This is the site where it is not displaying . Because this “Colour” is custom attribute , as these are migrated products. Not working for > https://vapr.a2hosted.com/products/18650-battery-wraps/

It is working for product with assigned attributes (not Custom) -> https://vapr.a2hosted.com/products/geek-vape-aegis-hero-45w-pod-kit/

KimVT Author Team

Then you only need to go to the plugin settings to enable “Use global attributes” option then go to Products to sync Variation attributes following this documentation without reimporting products.

Yes Kim. I did same & it worked. Many thanks.

KimVT Author Team

You’re welcome.

Thanks for this new update sir! Keep up the good work.

Thank you so much for your encouragements.

Hello do you have any admin demo to check? Currently we have 400 attributes in our pa_color and we would like to check how fast we can add the images with your plugin.

KimVT Author Team

There’s no such feature now, unfortunately.

I’m trying to do the import using wp all import plugin. I can set the image from there. The attribute will update and I can see in the meta data the image but will not work with your plugin unfortunately

KimVT Author Team

Sorry, we have not tested that yet.

If you have any problems with our plugin, please create a ticket here https://villatheme.com/supports/forum/plugins/woocommerce-product-variations-swatches/

Thanks

How to remove ” VIllaTheme ” on top admin bar ? , I would call it spam ad cuz it forwards to dev website and can’t disable it :/

Hi,

Thank you for your feedback. We’ll consider optimizing this soon, as we’re doing our best for our user’s experience.

Best regards.

does this plugin support multi sku barcodes ?

Hi,

Thank you for reaching out to us. I’m not sure I understand your question. Do you mean you used multi sku barcodes for your WooCommerce variable products, and are wondering if our plugin can still customize the variations of those items that use multi sku barcodes?

If that’s the case, you can test it with our plugin – the free version: https://wordpress.org/plugins/product-variations-swatches-for-woocommerce/

Best regards.

Thanks for the new update! Keep up! ;-)

Thank you your that! Have a wonderful day!

Why can’t I just update this plugin from my dashboard?

Hi,

It’s because the Item Support and the “Auto-update” duration are expired. They last for 6 months from purchase.

In this case, you can keep update the plugin with the following instruction: https://villatheme.com/knowledge-base/how-to-update-villatheme-plugins-from-envato/

Best regards.

Ok, support I know but auto update?

Then this is YOUR policy? I have plug in the longer than 6 months lying and may still update the plugin automatically from the dashboard.

Apparently I have overlooked to read your fine print!

The Auto-update feature is an additional service we provide along with the Item Support. The plugin is guaranteed to update for a lifetime without any extra fee, it’s Envato policy.

Best regards.

After the latest update, it automatically uninstalled the plugin from our wordpress and it gave some error in the plugin saying that it is now going to deactivate…please be more careful as we need it to work 24/7!

i’ve sent the url to your e-mail provided above

KimVT Author Team

I have no idea why you have that error but I think it occurs when you install all plugins, not just ours. Please try this https://www.wpbeginner.com/beginners-guide/step-by-step-guide-to-install-a-wordpress-plugin-for-beginners/#:~:text=Manually%20Install%20a%20WordPress%20Plugin%20using%20FTP

If the above method does not help, please send your wp admin to our support email, we will help you check it.

manual installation worked. Thank you!

Added hook from support ticket is a little off (at least i would asume so.

The line added on line 466 in includes/frontend/frontend.php you added is

$terms = apply_filters( ‘viwpvs_frontend_get_product_terms’, $terms, $product, $terms );

But should be

$terms = apply_filters( ‘viwpvs_frontend_get_product_terms’, $terms, $product, $attribute );

As the addition was requested in the support period but was shipped after my support period expired and you don’t reply to the regular mail address, that was the only way to contact you.

KimVT Author Team

Hello,

Sorry, you contacted us during our vacation so we were unable to respond promptly.

About the above change, it’s the same as in your ticket https://snipboard.io/IosvLi.jpg

Best regards

Hello, I know that it is the same hook, but as you can see in the ticket I need the $attribute variable for the wc_get_product_terms function to work. But the $attribute variable is missing in the hook and instead the $terms variable is used twice which doesn’t make sense at all :) .

Thats the reason why I think the correct hook should be including $attribute.

KimVT Author Team

Sorry, you did not say like that in your ticket so I keep the change the same as I responded to you in your ticket. And according to your ticket, you use an foreach loop to process terms https://villatheme.com/supports/topic/feature-addition-hide-not-purchasable-attributes/ so the change is as desired, it’s not duplicated. You don’t need to use the wc_get_product_terms again so the $attribute variable is not needed.

The first $terms is the one you can change via the filter and the second $terms is like the original terms that can not be filtered which always holds the result of wc_get_product_terms( $product->get_id(), $attribute, array( 'fields' => 'all', ) )

The above filter is used like this: add_filter('viwpvs_frontend_get_product_terms',function ($terms, $product, $original_terms){ return $terms; },10,3);

Hi how I can use variations like as checkbox with your plugin?

I look for all settings, but its only like radio

Hi,

Please disregard my reply above, currently the Checkbox display type is not available.

Best regards.

Hi, is this possible use variations like as checkbox with your plugin?

Hi,

Please disregard my reply above, currently the Checkbox display type is not available.

Best regards.

I submitted a request for support and received no reply???

I am using woocommerce in catalogue mode. This plugin is not working to show swatches on my items, does it have to be a variable item? Even when I try that it does not work? I do not want to show a price anywhere. Also, will your plugin work with ‘add to quote’ plugins and if so, which one/s.

Hi,

Thank you for reaching out to us. We did receive your topic on our Support Forum and reply right after since Feb 17th. Did you not have the notice of our reply?

However, I checked your site, it’s not a WordPress site. Please keep me updated on the topic you created.

Regarding the compatibility with an “add to quote” plugin, our plugin has not been checked with one before, so we can’t say for sure, unfortunately.

Best regards.

Would this plug-in add image swatches for all existing variations on a site globally, they are not set up as archives, they are unique to each product. But the variations have images. Just want to select from clickable images off the variations, rather than a drop down list. thanks,

HI,

Yes, with our plugin, you can set the image swatches for any global attributes you select. I supposed you’re referring to the “Custom attribute” which is made in a particular product. Yes, our plugin can also customize custom attributes.

You can regard our documentation of this part here: https://docs.villatheme.com/woo-product-variations-swatches/#configuration_child_menu_4067

Best regards.

Thats great thank you, just purchased and tested, all seems to work well.

Yes. For any questions while using our plugin, don’t hesitate to let us know. You can make a support ticket on our Forum. This Support Forum: https://villatheme.com/supports/forum/plugins/woocommerce-product-variations-swatches/ Follow this guide to create a ticket: https://villatheme.com/knowledge-base/how-to-create-tickets-on-villathemes-forum/

Have a great day!

It should display and change product images on hover!... Why is this not added yet? Nobody wants to select all variations and then the image of the product changes to the selected variation, other plugins are more friendlier, it should change image when someone hovers on the image variations. Please add this feature!

Thank you,

Hi,

Thank you for the feedback. Other than changing the image to variation image, you can also change to image set for attribute. Changing image when hovering over is not available, we will consider if we can add it in our future updates.

Best regards.

Hello, how can I see the quantity in stock for the selected variation in Product List view?

Hi,

The option to see the quantity of in stock items on product list is not available yet. We will consider adding this option in the future updates.

Best regards.

i buy it last week and its broke my website its not safe at all and icontact the support to cancel it and refuned me my money they say we cannt its scam be carful

Hi,

In the support ticket you created, you mentioned that you purchased our item by accident, so we can’t issue a refund in this case.

About your site being broken, we can’t access your site so we can’t confirm your site status is caused by our plugin. If you need support, please keep us updated on the support ticket you create. We will check further.

Best regards.

Hi, It was asked 8 months ago, but maybe there is an improvement. I am asking again. Is it compatible with Dokan?

KimVT Author Team

Hello,

Products published by vendors are displayed the same as other products so there’s no problem displaying swatches of variable products in the frontend https://snipboard.io/GvZsXx.jpg . However, vendors cannot configure variation swatches, only the site admin can.

Best regards

Thank you very much for the answers. Finally; 1-) For the plugin to work, should the free plugin also work? 2-) What is the file size in mb (megabytes) for the pro plugin?

KimVT Author Team

1. The two versions are dependent plugins so you only need to install one version.

2. It’s about 1.24 MB for the current version of the pro plugin.

Best regards

Pre-sale question – I host on GoDaddy and use Godaddy staging site, As of now, GoDaddy staging sites do not use the same domain as primary domain ( they say this is changing in future). For Elementor Pro I have to manually switch my license to staging site, I can deactivate license and then reactivate on staging site. I don’t want to buy license for staging site as GoDaddy says this may change in near future as they move to new site name scheme. In this scenario I cannot use your product in staging and it seems if I clone Primary domain to Staging then your product will not function and this will defeat purpose of a staging site. Can you confirm?

Hi,

We provide the support of removing key and license on a domain. Please regard this article for which situations are supported: https://villatheme.com/knowledge-base/plugin-license-and-key-removal-on-a-domain/

For us to make sure the domains you want to switch license are staging and live domains, we’ll observe the logo, product, domain URL, design… And if they’re different, we’ll consider them 2 independent sites. If you need to switch key between 2 live sites, we’ll provide support in case the current domain stops working.

Best regards.

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey