enriquevi Posted May 17, 2016 Share Posted May 17, 2016 I have Prestashop 1.5.3.1 and I can’t see the “add to cart” button. I have tried the following:1. Catalog mode: OFF (Preferences/products of my Prestashop backoffice) 2. I reinstalled the cart module 3. In modules/homefeatured/homefeatured.css I have changed:#featured-products_block_center li .ajax_add_to_cart_button {display: none;}to#featured-products_block_center li .ajax_add_to_cart_button {display: block;}or#featured-products_block_center li .ajax_add_to_cart_button {}And#featured-products_block_center li span.exclusive {display: none;}to#featured-products_block_center li span.exclusive {display: block;}or#featured-products_block_center li span.exclusive {}Nothing has worked.Any other ideas?Thanks Link to comment Share on other sites More sharing options...
NemoPS Posted May 18, 2016 Share Posted May 18, 2016 Custom template? Can you share a link to your site? Link to comment Share on other sites More sharing options...
enriquevi Posted May 18, 2016 Author Share Posted May 18, 2016 On 5/18/2016 at 8:56 AM, Nemo1 said: Custom template? Can you share a link to your site? I have deactivated personal information module to hide the shopping cart icon http://www.medisportgasteiz.com Link to comment Share on other sites More sharing options...
NemoPS Posted May 20, 2016 Share Posted May 20, 2016 My suggestion is to open product-list.tpl in the theme folder, locate{if ($product.id_product_attribute == 0 || (isset($add_prod_display) && ($add_prod_display == 1))) && $product.available_for_order && !isset($restricted_country_mode) && $product.minimal_quantity <= 1 && $product.customizable != 2 && !$PS_CATALOG_MODE}And remove the conditions one by one, to see which one hides the button Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now