Jump to content

[Solved] how to hide "last added product" in shopping cart for PS1.4


Recommended Posts

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

  • 2 weeks later...

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

  • 3 months later...
×
×
  • Create New...