fbpx
Want To Add Extra Images Per Product Variation For Free? Download Now

Setting of version 1

Hi, I have updated the plugin at the version 2.0.10. Some setting, like the name of variant under the swatch image and the selected item with the border and not with the ✔️ symbol are not possibile. Do you know if it is possible to have these setting please? I want also to avoid the button “clear”when i select a variant, is it possible? Thanks. Leonardo

Rezwan Shiblu

Hi Leonardo,

Thanks for reaching out to us.

the name of variant under the swatch image and the selected item with the border and not with the ✔️ symbol are not possibile.

I want also to avoid the button “clear”when i select a variant

Could you please confirm that you want to do this (https://prnt.sc/V67UBZi7v4N2)?

Demo product link: https://wptestbox.com/rezwan/?product=v-neck-t-shirt

And please give me temporary admin access for further investigation.

Looking forward to hearing from you.

Thank you.

 

Hi, sorry I replyed to your email and not with this ticket system. Thanks for the support. I confirm that it is similar to what we need. The name of the SKU of the variant I need to be display fixed under each variant colour. Is it possible?

And I want avoid the symbol when the variant is selected hover the variant swatch image (as it was in the previous version of the plugin).

Thanks

Rezwan Shiblu

And I want avoid the symbol when the variant is selected hover the variant swatch image

=> Please try to add the below CSS code at Appearance > Customizer > Additional CSS.

[data-wvstooltip]:hover:before{
bottom: -145% !important;
}

a.reset_variations {
display: none !important;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents::before{
display: none;
}

he name of the SKU of the variant I need to be display fixed under each variant colour. Is it possible?

=> Currently this feature is not available. You can send a feature request here – https://storepress.fider.io/

Thanks.

 

Thanks for the code. I see that now the product is ok, but the related product have pre selected variant. Also, the pre selected variant is not effective, the swatch on related product doesn’t work anymore also if I try to select another variant.

Rezwan Shiblu

Hi Leonardo,

You are welcome. Please send me your site URL and product URL so I can provide you CSS code for hiding variation swatches from related product section.

Thanks.