Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help Newbie Here...


EnzoRacing

Recommended Posts

Posted

I've just installed OSC and need to make a few changes and i'm not sure how...

 

I want to remove the bestsellers, specials, reviews, languages, currencies from the right side nav bar.

also the new products...

 

Also how do i edit the middle section so i can add my own test...

 

Sorry for all the stupid questions but i dont' know where to look...

 

Thanks in advance.

Posted

Go to catalog/includes/column_right.php

 

and

put// infront of stuff you wish to remove

 

for example

 

 

change

 

include(DIR_WS_BOXES . 'languages.php');

 

 

to

 

//include(DIR_WS_BOXES . 'languages.php');

 

 

this wil remove languages

 

 

same for left column

 

hope that helps

 

 

I've just installed OSC and need to make a few changes and i'm not sure how...

 

I want to remove the bestsellers, specials, reviews, languages, currencies from the right side nav bar.

also the new products...

 

Also how do i edit the middle section so i can add my own test...

 

Sorry for all the stupid questions but i dont' know where to look...

 

Thanks in advance.

Posted
thanks for that...

 

How do i add info to the center of the page...

 

Give me your site link and tell me where exactly you wish to put an information

Archived

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

×
×
  • Create New...