Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Showing different left / right columns on the front page.


geobaby

Recommended Posts

Posted

Hi,

 

I added this code into default.php. Is it correct?

 

if (($category_depth == 'nested') or ($category_depth == 'products' || $HTTP_GET_VARS['manufacturers_id'])) {

require(DIR_WS_INCLUDES . 'column_right.php');

} else {

require(DIR_WS_INCLUDES . 'column_right_1.php');

}

 

The result is on http://shop.geobaby.com if you're interested.

----------------------------

Baby Books and DVDS shop for Hong Kong

Archived

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

×
×
  • Create New...