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!
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
thank you for your help!
I've tried this on my custom template, and it doesn't work. Any other suggestions?
Thanks.
custom templates have different coding.
Perhaps ask the developer of your template for assistance.