tyz6970 Posted August 3, 2004 Posted August 3, 2004 Hi, I really need someone's help. I wish to re-arrange the product page to read as 2 or 3 product in the middle frame and the left frame to be deleted. Product Page Please help>>>>>
Guest Posted August 3, 2004 Posted August 3, 2004 Hi, There is a contribution that will give you a new layout for your product page and then you could remove the left column on each page but this would remove the category links also.
Mary B. Posted August 3, 2004 Posted August 3, 2004 If you want something like this, I accomplished that by installing the Product Listing Column contribution. you could then comment out the following code in every file you find it: <!-- left_navigation //--> <?php require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> Commented out, it looks like this: <!-- left_navigation //--> <?php // require(DIR_WS_INCLUDES . 'column_left.php'); ?> <!-- left_navigation_eof //--> You can move the boxes from the left to the right column by copying the appropriate code from catalog/includes/column_left.php to catalog/includes/column_right.php For example, to move the category box, you would need to copy the following code into column_right.php: ?if ((USE_CACHE == 'true') && empty($SID)) { ? ?echo tep_cache_categories_box(); ?} else { ? ?include(DIR_WS_BOXES . 'categories.php'); ?} They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety. ~ Benjamin Franklin, 1759. տլ
Recommended Posts
Archived
This topic is now archived and is closed to further replies.