Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

First Timer has a few Questions


mjfontec

Recommended Posts

Hi All,

 

Just discovered and installed the software yesterday. I'm hoping someone can assist me with the following customizations:

 

1. I have a book publishing website so I'd like to change 'Manufacturers' to Authors. Could that be done easily?

 

2. I'd like to remove the language and currency from the homepage, is there an easy way?

 

3. I'd like to turn off the 'review' option, can I do that?

 

4. In the admin, I'd like to remove the 'Post Code' option as most of the users are from the US. Can this be done?

 

5. I'd like to have the country default to the US.

 

6. I'd like to have the State option automatically show the drop down box.

 

Thanks in advance for any assistance.

 

Regards,

Mike

Link to comment
Share on other sites

To get you going:

 

- change Manufacturers in includes/languages/english.php.

 

- open the file the laguage is being displayed in (includes/left_column.php or right_column.php) and remove the line of code that has languages in it.

 

Jack

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

All of My Addons

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

No prob getting the languages/currency removed, but could not get the Manufacturers to rename to Authors? Any other ideas along with the other questions I had?

 

Thanks

Mike

 

To get you going:

 

- change Manufacturers in includes/languages/english.php.

 

- open the file the laguage is being displayed in (includes/left_column.php or right_column.php) and remove the line of code that has languages in it.

 

Jack

Link to comment
Share on other sites

could not get the Manufacturers to rename to Authors? Any other ideas along with the other questions I had?

To change the Manufacturers as Jack stated above go to your includes/languages/english.php

Find the code below. It should be on line 76. Aleast it is on mine.

('BOX_HEADING_MANUFACTURERS', 'Manufacturers')

 

Then simply change the text 'Manufacturers' to in the last part to whatever you choose.

('BOX_HEADING_MANUFACTURERS', 'Authors')

 

------------------------------------

5. I'd like to have the country default to the US.

Im new to this aswell but if your asking what I think then in your admin>Configuration click over the word Country then click Edit on the right side of the page. There you can change and save your country.

 

If thats not what your asking Im sorry just trying to help.

Link to comment
Share on other sites

Thanks, I was able to get Manufatcturers changed to Authors.

 

Anybody know how I can remove the Post Code option? Also, how can I make the country show up as US and the State have the drop down box?

 

One more question, what wysiwyg editor do you all recommend?

 

Thanks

Mike

 

 

To change the Manufacturers as Jack stated above go to your includes/languages/english.php

Find the code below. It should be on line 76. Aleast it is on mine.

('BOX_HEADING_MANUFACTURERS', 'Manufacturers')

 

Then simply change the text 'Manufacturers' to in the last part to whatever you choose.

('BOX_HEADING_MANUFACTURERS', 'Authors')

 

------------------------------------

 

Im new to this aswell but if your asking what I think then in your admin>Configuration click over the word Country then click Edit on the right side of the page. There you can change and save your country.

 

If thats not what your asking Im sorry just trying to help.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...