Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Flags


grammawalt

Recommended Posts

Posted

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

Posted

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');

Posted

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

Posted
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');

Archived

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

×
×
  • Create New...