Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #37958

    Iain M
    Participant

    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

    #38049

    Alexander
    Keymaster

    Hi 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.

    #42084

    Iain M
    Participant

    Ok, 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

    #42417

    Christian
    Moderator

    Hey Lain,

    Thanks for your feedback. We’ll take note of it as feature request and might include it in a future release. 🙂