jennyfeet Posted July 27, 2004 Posted July 27, 2004 I'd like to remove the product listing from the Shopping Cart sidebar-- I want to keep the title "Shopping Cart" there as a link to the cart, but I when a customer adds a product to their cart I don't want the title of that item to appear in the sidebar. Any ideas on how to do this? Thoughts are greatly appreciated, thanks!
Guest Posted July 27, 2004 Posted July 27, 2004 Open up catalog/includes/boxes/shopping_cart.php At top Replace $cart_contents_string = ''; With /*$cart_contents_string = ''; At bottom Replace new infoBox($info_box_contents); With new infoBox($info_box_contents);*/ This will uncomment most of the code, which will leave you with just the shopping cart header and link Hope that helps
Guest Posted July 27, 2004 Posted July 27, 2004 Thank you so much Colin!! My pleasure! Hope that's what you were looking for :rolleyes:
Recommended Posts
Archived
This topic is now archived and is closed to further replies.