Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Moving the information box to different position


Guest

Recommended Posts

Posted

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

Posted

Thanks

Thats worked fine for me....

 

 

Thanks

  • 2 months later...
Posted

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?

  • 1 year later...
Posted
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

  • 8 months later...
Posted

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?

Posted

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.

Archived

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

×
×
  • Create New...