Mr.Curiosity Posted June 20, 2011 Share Posted June 20, 2011 is there a way to hide "last added product" block in shopping cart?because it looks messy and not necessary important. Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted June 20, 2011 Share Posted June 20, 2011 Of course there is! In themes/your-theme/css/global.css find this line .cart_last_product (around line 1047) and add the following to the css display:none; that will remove the last added product box. Hope that helps you! Marty Shue Link to comment Share on other sites More sharing options...
Mr.Curiosity Posted June 21, 2011 Author Share Posted June 21, 2011 Of course there is! In themes/your-theme/css/global.css find this line .cart_last_product (around line 1047) and add the following to the css display:none; that will remove the last added product box. Hope that helps you! Marty Shue thank you, it works Link to comment Share on other sites More sharing options...
Carolina Custom Designs Posted June 21, 2011 Share Posted June 21, 2011 You're welcome! Glad I was able to help you. Marty Shue Link to comment Share on other sites More sharing options...
ebuildy Posted June 30, 2011 Share Posted June 30, 2011 You should better to edit the template file instead !Go to your theme directory, open the "Shopping-cart.tpl" file :Line 53 you should see {if isset($lastProductAdded) AND $lastProductAdded}, delete the lines until {/foreach}{/if} (line 69 for me) Link to comment Share on other sites More sharing options...
ibe Posted October 1, 2011 Share Posted October 1, 2011 Thanks. It did the job. Link to comment Share on other sites More sharing options...
Recommended Posts