Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Few quick Questions


tmcintosh

Recommended Posts

Posted

I noticed when editing text that you need to switch languages. Does this mean you have to edit the text for each language individually?

 

If the above is true how do I get rid of the other languages and just have english? My store doesn't require different languages so if someone can just tell me how to gid rid of that I don't need the answer to the question above...lol thanks :)

 

 

Also Im in Australia is it possible to setup a local mechant processor here to do the transactions for credit cards? Anyone from Australia please email me or post here.

 

Finally how do I change the OScommerce banner at the top of the index page?

 

Thanks look forward to the advice and help.

 

Todd

Posted

Also is there some place where I can read how to setup the configeration or something? Must be some help pages for this?

 

Please list all places where I can get help for setting up. I have installed it already just need to change everything.

Posted
I noticed when editing text that you need to switch languages. Does this mean you have to edit the text for each language individually?

 

If the above is true how do I get rid of the other languages and just have english? My store doesn't require different languages so if someone can just tell me how to gid rid of that I don't need the answer to the question above...lol thanks :)

 

 

Also Im in Australia is it possible to setup a local mechant processor here to do the transactions for credit cards? Anyone from Australia please email me or post here.

 

Finally how do I change the OScommerce banner at the top of the index page?

 

Thanks look forward to the advice and help.

 

Todd

You can remove the additional languages in your admin section under localization. You can remove the box by removing or commenting out the following line in your column_right.php file

 

include(DIR_WS_BOXES . 'languages.php');

 

If you are wanting to change the banner you can do that in the admin section if you are wanting to change the logo you can do that in the header.php file. Look for the following line

 

<tr class="header">

<td valign="middle"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce') . '</a>'; ?></td>

 

 

As far as where to look for how to make other changes I would recommend reading through the DOCS and this forum both. Sometimes the search does not narrow things down as well as you might want but the info is there and many times I have found useful info while looking for something else.

The Knowledge Base is a wonderful thing.

Do you have a problem? Have you checked out Common Problems?

There are many very useful osC Contributions

Are you having trouble with a installed contribution? Have you checked out the support thread found Here

BACKUP BACKUP BACKUP!!! You did backup, right??

Archived

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

×
×
  • Create New...