Guest Posted January 14, 2005 Posted January 14, 2005 Hi, i would like to know how can i move information box so that it is placed directly under categories box....So the order of box will be starting from the top: Categories first Information second Manufacturers third Whats new fourth Quick find last thanks I am using osCommerce 2.2-MS2
ArcadieN Posted January 14, 2005 Posted January 14, 2005 just change the order of the require(DIR_WS_BOXES . 'search.php'); require(DIR_WS_BOXES . 'information.php'); of the file colum left , colum right at catalog/include/ if you wanna know more about boxes http://www.oscommerce.info/kb/osCommerce/Catalog_Area/Boxes bye best regards :) ArcadieN :)
gavinmcmillan Posted March 17, 2005 Posted March 17, 2005 Ok i have a similar question, im wanting to move the specials box into the place where the whats new this month box is. i dont want the whats new this month box at all. could you explain how you do this aswell?
Guest Posted August 9, 2006 Posted August 9, 2006 Ok i have a similar question, im wanting to move the specials box into the place where the whats new this month box is. i dont want the whats new this month box at all. could you explain how you do this aswell? to hide the "what's new box" just encase the code that displays it with these symbols, which turn the code into notes or comments, instead of functional code /* require(DIR_WS_BOXES . 'whats_new.php'); */ or // require(DIR_WS_BOXES . 'whats_new.php'); in whichever file your boxes are (either column_left.php or column_right.php) the boxes appear in the order that their codes appear in your column_left(or_right).php files, so to change their order of apprearance in the cart, switch around their positions in code
simon-b Posted April 18, 2007 Posted April 18, 2007 Anyone know how to move the information box contents into the header area and get them to display horizontally along with the Cart Contents, Checkout and My Account links?
all4money Posted April 18, 2007 Posted April 18, 2007 Can anyone help me? Something is up with my information pages. For all of my information pages shipping and returns, privacy, conditions of use, and contact us it isn't showing up on the actual page. It is showing up at the very top above where it says for example shipping and returns it isn't showing up on the actual shipping and returns page. Meaning when I type in my shipping and returns it is showing up all the way at the top above where it says shipping and returns.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.