evoltuionnet Posted July 16, 2004 Posted July 16, 2004 i want to display the latest products, specials, new products in the center, between the left and right columns. instead of placing them on the left or right columns, i want them in the middle. pls help me on this.
Guest Posted July 16, 2004 Posted July 16, 2004 osCommerce already has new products box in the center of default page. Place the following code where ever you want to display the specials box in your page: include(DIR_WS_BOXES . 'specials.php'); What's new box: require(DIR_WS_BOXES . 'whats_new.php'); And remove these lines from /includes/column_right.php or /includes/column_left.php
Recommended Posts
Archived
This topic is now archived and is closed to further replies.