Hi there,
do you use some plugin for variations?
Hi there.
Since then, didn’t not using any variations plugins.
Even if i use one now it still the same because it won’t show variations beside its just blank mean both “use or not any plugins” showing the same result.
But it has add to cart/order button as usual.
Not sure whether my theme or woocommerce or this plugins itself.
Hi there,
Could you share a set of screenshots about this issue, please ? Our plugin works fine with the variations.
Hi,
in the screenshots you shared, we see the “select” field is customized (by your theme or any other plugin), so probably it’s not initialized in the Quick View, so it’s not correctly shown.
Please could you provide us the URL of your site, so we’ll be able to check for that?
nonono.
i already said i already tried both with and without custom “SELECT” field. both result the same.
In the picture above, i already enable custom field since the result is still same in quick view.
Please read again what i am writing above.
https://shop.desastre.com.my/shop
Hi,
we’ve just checked your site: the issue is due to the fact your theme hides the select of the variations.
You can fix this issue by adding the following code snippet to Appearance > Customize > Additional CSS:
#yith-quick-view-content .variations_form select{
visibility: visible !important;
}
Please try this solution and let us know if everything works fine!
yes its work.
Thank you very much.
I’ll let the developers know about this.
Thanks.