emilio_bibo Posted January 17, 2015 Share Posted January 17, 2015 Hi all! First post on this great forum. Add to cart button is not showing in my product grid view anymore. Also, on mobile (tablet), I see the "add to cart" button on a single product on the home page. Here is the shop link: http://wupupa.com/ Thank you for your help! Link to comment Share on other sites More sharing options...
teralite Posted January 19, 2015 Share Posted January 19, 2015 Not sure if its correct but you have a display:none media="all" @media (min-width: 1200px) ul.product_list.grid > li .product-container .button-container { display: none; Link to comment Share on other sites More sharing options...
emilio_bibo Posted January 19, 2015 Author Share Posted January 19, 2015 Hi teralite, Are you talking about the product.tpl file? Actually the weird thing is that if you access my website from a mobile phone, you can see the button, but it's visible only for a product. Link to comment Share on other sites More sharing options...
emilio_bibo Posted January 21, 2015 Author Share Posted January 21, 2015 A little update. All recently uploaded products show the "add to cart" button, but only on mobiles. Link to comment Share on other sites More sharing options...
vekia Posted January 21, 2015 Share Posted January 21, 2015 hello it's a part of css styles remove display:none; ul.product_list.grid > li .product-container .button-container { display: none; } its probably product-list.css file Link to comment Share on other sites More sharing options...
emilio_bibo Posted January 22, 2015 Author Share Posted January 22, 2015 (edited) Hi Vekia, Thank you very much. Almost solved. Now the button appears on some products (exaclty like on mobile). Some products are still without add to cart button --> http://wupupa.com/ Update: still having some troubles, also on recently added products: http://wupupa.com/19_beerdream Edited June 3, 2015 by emilio_bibo (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts