AbanteCart Community

Shopping Cart Operations => Support => Topic started by: emanuelben616 on November 24, 2015, 02:58:48 PM

Title: Removing review and view on home page products when hovering
Post by: emanuelben616 on November 24, 2015, 02:58:48 PM
Hi all,
 
   I had this question a while ago but no one answered me maybe this time someone has figured it out and can help me. I want to remove the review and view button when someone hovers over the product on the home page Any help will be highly appreciated.

Thank you in advance!
Title: Re: Removing review and view on home page products when hovering
Post by: yonghan on November 24, 2015, 08:52:43 PM
Hi, please try to remove these codes:

1. line 40-46
 https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl (https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default/template/blocks/product_list.tpl)

2. Line 26 and 196-208 from file
 https://github.com/abantecart/abantecart-src/blob/f32b8b581a89592e948ff24d6d50f81338f76976/public_html/storefront/view/default/javascript/custom.js  (https://github.com/abantecart/abantecart-src/blob/f32b8b581a89592e948ff24d6d50f81338f76976/public_html/storefront/view/default/javascript/custom.js)

3. Line 3 and 18-30 from file
https://github.com/abantecart/abantecart-src/blob/f32b8b581a89592e948ff24d6d50f81338f76976/public_html/storefront/view/default/javascript/custom.response.js  (https://github.com/abantecart/abantecart-src/blob/f32b8b581a89592e948ff24d6d50f81338f76976/public_html/storefront/view/default/javascript/custom.response.js)

Hope it helps

 
Title: Re: Removing review and view on home page products when hovering
Post by: emanuelben616 on November 25, 2015, 10:26:02 AM
thank you for your help!
Title: Re: Removing review and view on home page products when hovering
Post by: kavlito on May 27, 2021, 12:49:18 PM
I've tried this on my custom template, and it doesn't work. Any other suggestions?

Thanks.
Title: Re: Removing review and view on home page products when hovering
Post by: llegrand on May 27, 2021, 01:23:49 PM
custom templates have different coding.

Perhaps  ask the developer of your template for assistance.