Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Simplifying the Shopping Cart


ALSMonarch

Recommended Posts

Posted

Hi,

 

Does anyone know how I get my shopping cart to just show the number of items in it, without listing what they are?

I'd appreciate the help!

Thanks,

 

Amy

Posted

open up catalog/index.php comment column_right.php + column_left.php e,g

<?php //require(DIR_WS_INCLUDES . 'column_right.php'); ?> this will remove ur right and left columns and if u want only to remove the boxes, like categories, information etc in the column_right.php or column_left.php just open catalog/includes/column_right.php or column_left.php and comment those links also, e,g

// include(DIR_WS_BOXES . 'languages.php');

// include(DIR_WS_BOXES . 'currencies.php');

Archived

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

×
×
  • Create New...