Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help important


yungpot

Recommended Posts

Posted

On the default oscommerce index page. Theres a welcome, message, and then it shows a list of cart items. does anyone know where the cart items can be edited in the php files? Im trying to get rid of it. thanks

Posted

I don't quite understand your question...

 

In the default, the contents of the customer's cart shows up in the right column of the page. If you wish to move (or remove) this, edit catalog/includes/column_right.php and find the line:

 

  require(DIR_WS_BOXES . 'shopping_cart.php');

 

Move this to where you want (or remove it).

Archived

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

×
×
  • Create New...