Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to get rid of Currency & Language Box ?


kitchenniche

Recommended Posts

Hi,

 

I searched the whole forum but i did not find an answer to my question:

 

Is there an easy way to get rid of the Currency Box and the Language Box ? I only use english and canadian dollars so i don't need those boxes anymore.

 

Thanks very much in advance

 

Sandra

HIM - Dark Light - Out on 26/09/05
Link to comment
Share on other sites

Hi,

 

I searched the whole forum but i did not find an answer to my question:

 

Is there an easy way to get rid of the Currency Box and the Language Box ? I only use english and canadian dollars so i don't need those boxes anymore.

 

Thanks very much in advance

 

Sandra

 

 

Just comment out or delete the call for the boxes in includes/column_right.php

Link to comment
Share on other sites

Wow, that was easy. thanks a lot.

 

Hi, friends!

 

I also would like to get rid of this boxes, plus the shopping cart, since I'll only use the shop as a online catalog of DVDs.

 

Sorry my ignorance, but how do I "comment out" them? What should I delete, whithout messing up the rest of the page? :blush: :huh:

 

Thanks in advance!

 

Best regards from Brazil,

 

Teo Alcantara

Link to comment
Share on other sites

Hi, friends!

 

I also would like to get rid of this boxes, plus the shopping cart, since I'll only use the shop as a online catalog of DVDs.

 

Sorry my ignorance, but how do I "comment out" them?  What should I delete, whithout messing up the rest of the page?  :blush:  :huh:

 

Thanks in advance!

 

Best regards from Brazil,

 

Teo Alcantara

 

Dear friends;

 

This is just so that other people with the same doubt as myself can benefit from what I've learned.

 

Turns out that it's actually very easy! :D In Php, if you want the browser to skip something, all you have to do is insert a /* at the begining of the part you want to ommit and */ at the end.

 

So, if you want the browser NOT TO DISPLAY the language and currency box, all you have to do is open the "includes/column_right.php" file in your favorite editor (I use Dreamweaver) and insert the above mentioned characters so it will end up looking like this:

 

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

include(DIR_WS_BOXES . 'currencies.php');*/

 

Hope it's well explained! :thumbsup:

 

Best regards from Brazil,

 

Teo Alcantara

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...