Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Removing Country Flag & Products Model


paulb104

Recommended Posts

Hey :)

 

I've figured out how to remove the Spanish and German languages, but I'm still seeing the British flag indicating that the page is English.

 

Also, I cannot find the instructions on how to remove the "Products Model" in the product editing page.

 

Thanks!!!!!!

 

Paul

Link to comment
Share on other sites

Hello

you need to comment it out, in catalog > includes > colum_right.php find this line around 44 include(DIR_WS_BOXES . 'languages.php');

add // in front of it

//include(DIR_WS_BOXES . 'languages.php'); like this.

It will stop the box from showing

Sometimes you're the dog and sometimes the lamp post

[/url]

My Contributions

Link to comment
Share on other sites

Hello

you need to comment it out, in catalog > includes > colum_right.php find this line around 44 include(DIR_WS_BOXES . 'languages.php');

add // in front of it

//include(DIR_WS_BOXES . 'languages.php'); like this.

It will stop the box from showing

 

I did that already but that's not what I was referring to.

 

In the "New Product" page, three items (Name, Description, and URL) have the flag, and I'd like to remove it.

 

Again, I also want to remove the "Products Model" entry. I have absolutely no use for it and it's really become a pain to work with.

Link to comment
Share on other sites

  • 3 months later...

Yeah, I'd like to know how to remove the flag too. No offense to anyone but my company and all my customers are American and it doesn't make any sense to have a British flag displayed above every product!

Link to comment
Share on other sites

Yeah, I'd like to know how to remove the flag too. No offense to anyone but my company and all my customers are American and it doesn't make any sense to have a British flag displayed above every product!

 

What version are you using, looking in the code for products_new.php from rc2a there is nothing to do that, the only place is as detailed by fimble.

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

I'm using v2.2 rc2

 

 

Perhaps this is an issue with the products_new.php file in that version, have you tried replacing it with the one in rc2a?

Sam

 

Remember, What you think I ment may not be what I thought I ment when I said it.

 

Contributions:

 

Auto Backup your Database, Easy way

 

Multi Images with Fancy Pop-ups, Easy way

 

Products in columns with multi buy etc etc

 

Disable any Category or Product, Easy way

 

Secure & Improve your account pages et al.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...