grammawalt Posted January 22, 2007 Share Posted January 22, 2007 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! :-)) Marty Hollingsworth thecookieandmuffinshoppe.com Link to comment Share on other sites More sharing options...
MJP Posted January 22, 2007 Share Posted January 22, 2007 relax :D 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'); Link to comment Share on other sites More sharing options...
grammawalt Posted January 22, 2007 Author Share Posted January 22, 2007 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! :-( Marty Hollingsworth thecookieandmuffinshoppe.com Link to comment Share on other sites More sharing options...
MJP Posted January 22, 2007 Share Posted January 22, 2007 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'); Link to comment Share on other sites More sharing options...
jasonabc Posted January 23, 2007 Share Posted January 23, 2007 Go into your Admin Tool > Localization > Languages and delete the languages you don't want. Jason My Contributions: Paypal Payflow PRO | Rollover Category Images | Authorize.net Invoice Number Fix Link to comment Share on other sites More sharing options...
grammawalt Posted January 23, 2007 Author Share Posted January 23, 2007 thank you soooooooo much, Jason...it worked!!!! Marty Hollingsworth thecookieandmuffinshoppe.com Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.