-
AuthorPosts
-
April 28, 2014 at 4:22 am #37958
Hi,
my woocommerce set-up on the shop and category pages only has an “add to cart” button on product image mouseover, can I add a button for “product details” or “go to product” as well, because not everyone wants to add to cart at this stage…without visiting the product pages…
thanks,
Iain
April 28, 2014 at 9:47 am #38049Hi there,
There isn’t an option for this in X or WooCommerce, however you could simply remove that button entirely with this CSS (Customizer > Custom > CSS)
.woocommerce li.product .entry-header .button, .woocommerce-page li.product .entry-header .button.add_to_cart_button { display:none; }
Otherwise you could look into modifying the WooCommerce templates in a child theme. But this would be custom development and a bit outside the scope of support we can offer here.
May 8, 2014 at 7:52 am #42084Ok, thanks, I think I will remove it, as I think it is a bit pushy at that stage to expect an ADD to cart before people have gone further into the product.
re the functionality that is possible on shop image mouseover, please have a look at this theme demo..
http://demo.yithemes.com/bazar/
when you mouseover the image it gives a range of options, making it very customer friendly and useable..
perhaps you could consider similar functionality to give the ecommerce aspect some oomph..
cheers,
Iain
May 8, 2014 at 9:01 pm #42417Hey Lain,
Thanks for your feedback. We’ll take note of it as feature request and might include it in a future release. 🙂
-
AuthorPosts