AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: emanuelben616 on July 13, 2015, 10:58:11 AM

Title: How to remove the view or write a review button
Post by: emanuelben616 on July 13, 2015, 10:58:11 AM
Hi All,

  Whenever i move my mouse of a product the view or write a review pops up and I don't lie it because it blocks the whole picture. Does anyone know how to remove it? Thank you
Title: Re: How to remove the view or write a review button
Post by: drmoto on December 14, 2018, 03:01:40 AM
I have the same problem. Looking for it in the code, searched through all hovers in the stylesheet, tried removing some, didn't work. This hover is nothing but a nuisance, it only hurts human interaction where customer should be clicking on the image to see product page. Causes you to have to click twice.
Title: Re: How to remove the view or write a review button
Post by: Basara on December 17, 2018, 12:49:43 AM
Hello.
It is easy to hide with JS rules or remove it's DIV from the template
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/pages/product/product_listing.tpl#L55
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl#L56

javascript https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/javascript/custom.js#L201