Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How 2 remove Language/Currency Options?


rhouseholder

Recommended Posts

I will only to shipping to the US so I would really like to totally remove the Language and Currency options off of my home page. I have removed the other selections under the admin control panel, but I want to remove it completely from the page.

 

Any help would be much appreciated!

 

Thanks,

Randy

Link to comment
Share on other sites

Ok what you have to do is go to :

 

Catalog > includes > column_right.php

 

in that file just comment out the line that say

 

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

include(DIR_WS_BOXES . 'currencies.php');

 

"

 

This is done by adding //

at the end of the day the code will be good

Link to comment
Share on other sites

Ok what you have to do is go to :

 

Catalog > includes > column_right.php

 

in that file just comment out the line that say

 

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

    include(DIR_WS_BOXES . 'currencies.php');

 

"

 

This is done by adding //

 

 

Wow! That was a quick responce.. thank you

 

I'm using the following template, so would it be the same:

http://osc.template-help.com/8814/index.php

 

Also..

 

1) How can I rename my "PayPal" payment option to read "PayPal or Credit Card"?

 

2) If I'm only using 1 shipping option and 1 payment option, how can I keep it from having the "This is your best choice" wording... Just say "Shipping" and "Payment:?

 

Thank you so very much!

Randy

Link to comment
Share on other sites

OK.. I figured out the first part.... now what about:

 

1) How can I rename my "PayPal" payment option to read "PayPal or Credit Card"?

 

2) If I'm only using 1 shipping option and 1 payment option, how can I keep it from having the "This is your best choice" wording... Just say "Shipping" and "Payment:?

 

 

 

Thanks!

Randy

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...