Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Additional boxes on the right column


Guest

Recommended Posts

Hi

 

Could somebody visit www.childrenseducationaltoys.co.uk. I want to place a best seller box under the Specials.

 

I also would like to place the option to change language and currencies on the top of the nav bar.

 

I would be grateful if somebody could tell me how I can make these changes please?

 

Thank you

Andrew

Link to comment
Share on other sites

  • 6 months later...

modify the code of includes/column_right.php

 

Find this line

 

include(DIR_WS_BOXES . 'best_sellers.php');

 

 

 

and replace this line with following

 

 

 

include(DIR_WS_BOXES . 'specials.php');

 

 

 

also replace above line with

 

 

 

include(DIR_WS_BOXES . 'best_sellers.php');

 

 

 

also you nave to include following two line in includes/header.php

 

for changing language and currency.

 

include(DIR_WS_BOXES . 'languages.php');

 

include(DIR_WS_BOXES . 'currencies.php');

 

 

 

 

Satish

 

 

 

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...