OSCOMMERCE SUPPORT CALL 702-453-3332

 

Help - Search - Members - Calendar
Full Version: Removing Flags
osCommerce Community Support Forums > osCommerce Online Merchant v2.x > Installation and Configuration
grammawalt
O.K. - so here's the deal...
I'm technically challenged and for some reason or other thought I'd be able to figure out how to create a shopping cart with osCommerce...I was oh, so WRONG! But, I'm going to try and forge ahead because I'm really tired of Miva.
So - here's question #1 of what I'm sure will be many...on my product page there are three flags and I can't figure out how to get rid of them. I'm one by one eliminating countries in the Location section, but for heaven's sake that'll take until next week. I'm not an HTML programmer so I can't go in and eliminate code...I need for some multiple choice buttons to push.
Can anyone out there help me? And if I get to the point where I'm going to be doing alot of screaming...is there anyone I could farm this out to?
Thanks in advance for any help you can give me...and for letting me vent! :-))
MJP
relax biggrin.gif

go to the catalog/includes/colum_right.php file and near the bottom comment out the languages.php file as such:

if (substr(basename($PHP_SELF), 0, 8) != 'checkout') {
//include(DIR_WS_BOXES . 'languages.php');
include(DIR_WS_BOXES . 'currencies.php');
grammawalt
but that looks alot like "code" - and I wouldn't have a clue as to where to put it, even if I could understand what it said! :-))

i did get all of the countries deleted (except United States) - all that and the flags are still there! :-(
MJP
QUOTE (grammawalt @ Jan 22 2007, 03:33 PM) *
but that looks alot like "code" - and I wouldn't have a clue as to where to put it, even if I could understand what it said! :-))

i did get all of the countries deleted (except United States) - all that and the flags are still there! :-(

I know the flags are still there. They will be there until you do as I posted. It's painless and simple. just add the 2 forward slashes before:

//include(DIR_WS_BOXES . 'languages.php');
jasonabc
Go into your Admin Tool > Localization > Languages and delete the languages you don't want.
grammawalt
thank you soooooooo much, Jason...it worked!!!!
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2008 Invision Power Services, Inc.