We have been facing issues with the feature “Auto Convert Dropdowns To Label” where on enabling it we cannot see the attributes selection as buttons on the product page. The dropdown stays as the normal default version.
]]>Hello everyone, I wanted to ask if it’s possible to create something similar to the screenshots below. We run an online jewelry shop that also offers watches and perfumes. We’re now looking to add a feature for perfumes similar to other online shops, where the unit price calculation is included in the variation field. Is this achievable?
]]>Hi
When you try to create a new attribute from the edit product page nothing happens, and appear an console error:
The console error:
Uncaught Error: Template not found: #tmpl-tawcvs-input-tax
template https://holyspiritmakeup.com/wp-includes/js/wp-util.min.js?ver=6.6.2:2
<anonymous> https://holyspiritmakeup.com/wp-content/plugins/variation-swatches-for-woocommerce/assets/js/admin.js?ver=2.2.2:128
jQuery 10
<anonymous> https://holyspiritmakeup.com/wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js?ver=9.3.1:1
jQuery 13
]]>
Variation image is not switching on safari and firefox. It’s working properly on chrome.
]]>Hello,
I configured the plugin correct, added attributrs and created variable products with these attributes including uploaded variation pictures.
When chooising an attribute on the shop page (color for instance) i want the picture to switch to the variation image without the user have to go into the product page. Why is this not working? Am I missing anything?
Best regards
In August 2023 we contacted AOVUP via email, about an issue where this plugin does not show out of stock variations. To solve this issue you added a setting “Still showing the invalid attribute’s as selectable” to the plugin. This fixed the problem for us.
We have recently noticed that this setting is not working, out of stock variations are not showing when this setting is enabled. The version we are using is 2.2.1. Maybe the setting has broken in a newer version?
We can provide a link example, but will not do this on a public forum. We have completed a conflict test, so we are sure it is not other plugins causing the problem.
Thanks
]]>Hi,
When I update WooCommerce an incompatibility is generated. When choosing the product variation, the buy button is not available, what I do to temporarily resolve it is to rollback Woocommerce and the plugin works normally again
Please declare support for WooCommerce HPOS tables (and make the plugin compliant, if that’s required).
]]>I have translated with Weglot a product with the variations, but they don’t work. In the other language they work correctly. Because it can be?. Thanks greetings.
]]>Hi there.
Out of the blue, the plugin seems to not work properly anymore. When i change or update the images of the product attributes i need, they didn’t change. Where the images are missing they remains missing. I checked my database, finding out that simply when i load a pictsure the cfvsw_image meta value isn’t updated too.
How can i solve this without changing manually every broken url ?
Thanks.
]]>I’ve got 2 problems:
https://video.intcultcom.com/recordings/H2YvPVtYCQyxInrqfVM1
2. I need to change the default swatch appearing, but nothing I’ve tried seems to change the initial swatch on load. How do I set the default variation swatch selection?
Thank you!
]]>Hi, we have a technical issue with your plugin.
Since we last updated our theme, Porto, to version 6.7.3, we noted that there are some issues when inserting a new product. What happens is that under the ‘Attribute’ tab inside the ‘Data product’, every attribute appears twice, one in English (your plugin) and one in Italian (taken from our theme I suppose). Below is an example of what I mean:
The attribute “Stampa” is an image type under your options, and as you can see it appears twice. The attribute “Taglia”, instead, is left unselected into your type options, and appears only once, as it should. Disabling your plugin solves this issue, but obviously removes the possibility to view colors and images.
Are you aware of this issue? I’ve used your plugin for a long time and I’ve never encountered it. Could you please solve it, or at least give me an advice on how to proceed?
Thank you very much for your work,
Intimo Verdeacqua
With the pro version of this plugin, is it possible to add prices to individual attributes globally or at the product level, rather than to the full variation?
I saw this capability referenced in the article below:
https://woosuite.com/woocommerce/add-price-to-attribute/
Thank you!
]]>Hello.
There is a way to always be selected labels? And when you click on selected label, label steal be selected.
]]>Hello,
I have tired to upload the products to the site through a CSV file format. while importing the variable product the variations are not showing as what we set on the variation swatches plugin. it’s showing the default dropdown. the variation swatches not working for importing products from CSV files. but when am trying to create a product manually then the variation swatches work fine. kindly please check the issue. we need to solve the issue ASAP.
Here am attaching the example of CSV file kindly please check it.
Thanks,
]]>Hello team,
We are using the RabbitLoader plugin for Core Web Vitals performance optimization. We see that the color swatches are not working in this case.
We went ahead and debug the JavaScript handlers and see that all handlers are correctly getting invoked when the color option is clicked. Here is the recording of the debug session done by the RabbitLoader team- https://drive.google.com/file/d/1y5l0Q72_LKCSqUtB2piBn6G6joQauKoy/view?usp=share_link
We would like to understand what changes are required either on “Variation Swatches for WooCommerce” or “RabbitLoader” or both to make it work.
Thank you.
]]>Hey
I sure could need a bit of help… I’m trying to tweak your CSS a bit to my liking:
Remove border around swatches:
Adding this removes swatch border but also the select border??
/********** Swatch Layout - Before ************/
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce div.product form.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.archive form.cart.variations_form .tawcvs-swatches .swatch-show-more:before,
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch:before,
.woocommerce.single-product form.cart.variations_form .tawcvs-swatches .swatch-show-more:before {
border: 0px solid #ddd;
}
Can I just remove the permanent border?
How can I change border color for selected items?
Can I make swatches circular round?
Can I center my swatch image, so that it is not partially cut at swatch border?
Prod. page:
The page I need help with
Swatch title appears low in relation to swatches. Can I horizontal center align to the swatch span? Alternative and maybe better: Title above respective swatches, everything centered and width 100%
The Sober theme code…. What does it actually do? Here rewritten for TT3..
/*** Custom CSS for Twenty Twenty 3 theme ***/
.woocommerce.theme-twenty-twenty-three div.product form.cart.variations_form .variations .variable {
width: 90%;
}
@media (max-width: 768px) {
.woocommerce.theme-twenty-twenty-three div.product form.cart.variations_form .variations .variable {
width: 100%;
}
}
.woocommerce.theme-twenty-twenty-three div.product form.cart.variations_form .line-hover {
cursor: default;
}
.woocommerce.theme-twenty-twenty-three div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image {
text-align: center;
}
.woocommerce.theme-twenty-twenty-three div.product form.cart.variations_form .tawcvs-swatches .swatch-item-wrapper .swatch-image img {
width: 100%;
height: auto;
}
table.variations {
overflow: visible !important;
}
table.variations .label {
margin-bottom: 10px;
}
.swatch-radio {
width: 100%;
}
.swatch-radio input[type=radio] {
width: auto !important;
height: auto !important;
}
]]>
Hey
I set up my swatches over a long time, and everything died, when Elementor Pro was terminated.
I no longer have a colour picker under colour. I can also not apply images and the ones I used to create a no longer linked.
After Dactivate and then acitivate of swatches, problem remains…
]]>Hi, plugin is great, but…
When plugin is active in Oxygen Builder (for any page or template) I’m always see this error:
Uncaught SyntaxError: Identifier ‘viwpvs_frontend’ has already been declared on line #1 in https://domainname.com/?ct_builder=true&ct_inner=true&oxygen_iframe=true
How to resolve this?
]]>I use the Pro version. On Swatches > Advanced > Attribute Behavour, I have selected “Blur with cross”.
This becomes a problem because it now shows both “disabled” and “out of stock” variations, but both are “blur with cross”.
However, I do not want “disabled” to be shown at all. Only “out of stock” will show, but “blurred with cross”.
How can I make “disabled” variations not show at all?
]]>Hello,
We love using your plugin. However, it seems that the plugin creates a 50×50 and 100×100 copy for each uploaded image. How can I cancel this?
Thank you
]]>We have updated the latest version of the plugin. After that the existing functionality is broken. I don’t know the reason behind it. can you please check?
]]>I am using plugin to filter products with ajax.
After trigger ajax filtering, swatches on archive page like colors doesnt work.
i’ve tried sth like this, but it didnt work
jQuery(document).ajaxComplete(function(){
jQuery('.wvs-archive-box').each(function () {
jQuery(this).wc_variation_form();
});
});
I am getting error:
Uncaught TypeError: jQuery(…).wc_variation_form is not a function
Hi,
I don’t know how long this problem has been going on, but I just got alerted by one of my clients about a problem with their site. The price is no longer shown on the archive pages of the product groups.
After some research it appears that the price is placed in the HTML mark-up. This is set to display: none
and visability: hidden
. This styling is applied by “/plugins/variation-swatches-for-woocommerce/assets/css/frontend-list-products.css
”
So I assume there is an alternative way of showing the price, but I can’t find any documentation for this. Can anyone help with this? For now I just made the price visible by overriding the CSS.
]]>Hi there,
The color swatches can’t be selected, in any product. If I change to the default dropdown selection it works fine. Any ideia what might be the problem?
I’m using Sober theme, WP 6.0.1 and Variation Swatches 2.1.6.
Thank you!
Dear Developer,
I’ve noticed that your plugin creates a warning in the log file. Could you check it out?
PHP Notice: Undefined index: variation_swatches_disabled in /home/***domain***/wp-content/plugins/variation-swatches-for-woocommerce/includes/class-admin.php on line 213
Recent changes with radio option borders, images, and prices look really bad on some websites. Those changes should not be applied by default.
Example
Hi,
I have a problem when I select a variant on the product page from mobile: the relative image is not selected.
By disabling the plugin and selecting the variant from the drop-down menu, the image is selected correctly.
The problem does not occur on related products (on the same page) or on the shop page.
Error form debug console:
Uncaught TypeError: i is null
wc_variations_image_update https://xxxxx/wp-content/themes/blocksy/static/bundle/16.77acfd70b6fcd8af9bf0.js:1
onFoundVariation https://xxxxx/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js?ver=6.4.1:1
Thank you for any advice you will give me
Paolo
Hi,
I have an issue with the selection of the product color and sizes only on mobile.
For example on first click on color I see no change or mark, on second click on size, I see a mark only on the color and no change on size, when selecting second size I see the mark on the color and first size but nothing on second size.
Hi there, thank you for your wonderful plugin.
I have a problem with the “Attribute behaviour” function with a blur with cross.
It works on the product page well but doesn’t work on the quick view.
You can see the symptom with the following product page and category page.
https://gbk.co.nz/b2b/shop/mobile-phone-case/universal-wallet-case/uni16b-universal-wallet-bk-bueno-premium-silicon-case-xxl/
You can try a quick view:
(UNI16B) XXL Size Universal Wallet BK Premium Silicon Case
https://gbk.co.nz/b2b/product-category/mobile-phone-case/universal-wallet-case/
I am using a Porto theme ( https://themeforest.net/item/porto-responsive-wordpress-ecommerce-theme/9207399 )
Thank you for your consideration, look forward to hearing from you soon.
Kind regards
J