ALSMonarch Posted October 9, 2006 Posted October 9, 2006 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
ashrafzia Posted October 9, 2006 Posted October 9, 2006 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');
Recommended Posts
Archived
This topic is now archived and is closed to further replies.