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

Eli Yehuda

I can not see below each product different samples and colors to choose from

Hakik Zaman

Hi Eli,

Thanks for reaching out to us. From our inspection, you are using JetWooBuilder to create a shop template for your store.

Please follow the official video by JetWooBuilder: https://www.youtube.com/watch?v=cHj7T9jm6RA

Or please check this guideline: https://www.loom.com/share/96e49f5ff69942b3b54d327c4d185bc3

And Implement this code: https://gist.github.com/ahmedeshaan/28852324145d7b83770cfba6880a2f0a

and check this video to classes: https://www.loom.com/share/d52d41b05ba24656bea184f0bc0cbf0a
.wvs-pro-product, .jet-woo-products__item
Note: You should use a plugin (on scroll load product plugin) to avoid facing speed issues in near future.

Thank you

Eli Yehuda

I would be happy if you put my code on the site
I do not quite understand it

Hakik Zaman

Hi Eli,

Please check your shop page now- https://flipflops.co.il/shop/

Please don’t turn this off. Swatches hook is embedded with add to cart button (as per WooCommerce structure).

Thank You

Eli Yehuda

Now you can see the examples but there is another problem that was not there before I do not need the select options

Eli Yehuda

I’m really sorry
But if you can help me download the button select options

Hakik Zaman

Hi Eli,

I have added the below code to hide the Select Options button at Appearance > Customize > Additional CSS 

.wvs_add_to_cart_button.wvs_ajax_add_to_cart {
   display: none !important;
}

Please check your link- https://flipflops.co.il/shop/ and let me know if it resolves your issue.

Thank You