Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

changing some features


markvellagera

Recommended Posts

I need to know how to remove the following from my oscommerce:

 

Removing Shopping Cart and Reviews from the right column

Removing What's New and Information from the left column

Removing New Products for ... from the bottom

 

I also need to know hot to make the small image below the text instead of to the right

 

thanks

Link to comment
Share on other sites

so in includes/ folder you have left_column.php and right_column.php files, you open it and inside you will see few lines of code like

 

require(.. or include(..

 

you will see line for each box, just put // infront of it, like

 

require(DIR_WS_BOXES . 'whats_new.php');

 

to

//require(DIR_WS_BOXES . 'whats_new.php');

Link to comment
Share on other sites

so in includes/ folder you have left_column.php and right_column.php files, you open it and inside you will see few lines of code like

 

require(.. or include(..

 

you will see line for each box, just put // infront of it, like

 

require(DIR_WS_BOXES . 'whats_new.php');

 

to

//require(DIR_WS_BOXES . 'whats_new.php');

Link to comment
Share on other sites

thanks you were really helpful - I also need to know how to remove the New Products for May from the bottom of the page too. And how to make the small image below the text instead of to the right for each product entry.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...