Add to quote button on gallery thumbnail
-
Hello! I’ve installed your base theme and i’ve added an “add to quote” plugin by yith (free version). I’ve set the page to catalog mode.
Due to a client request I need to make changes to the theme that exceed the given configuration options. Would you be so kind as to help me add a button like the one inside each product single page (to add the product to the quote list), to each product thumbnail in the gallery view?
I’ve attached a picture of what I need.
Thanks!
Attachments:
You must be
logged in to view attached files.
Hi,
Sorry, but there is no such option in our theme and WooCommerce by default. It may require additional code customization but we don’t have an instruction for this. It is out of our theme support scope.
Regards
Thanks a lot for your quick response. I have one new question, my products get the “quote” (cotizar) button duplicated. Would you be so kind as to help me with this problem.
I’ve attached a picture of the problem.
Thanks!
Attachments:
You must be
logged in to view attached files.
Hi,
Could you please send us a link to your website where we can see this issue?
Kind Regards
Hi!
I send you the link to the product we’re you can see the problem.
Thanks!
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
.clear + .yith-ywraq-add-to-quote {
display: none;
}