Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Infobox Help


evoltuionnet

Recommended Posts

Posted

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.

Posted

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

Archived

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

×
×
  • Create New...