Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Shopping Cart sidebar-- need to modify


jennyfeet

Recommended Posts

Posted

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!

Posted

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

Posted
Thank you so much Colin!!

My pleasure!

 

Hope that's what you were looking for :rolleyes:

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...