Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

contact_us.php question, plus a couple more things.


Guidingfoot

Recommended Posts

:-)

Greetings All! My first time here as a member.

 

 

FYI: I have osCommerce Description: (v2.2ms2-060817)

build installed.

 

I was looking at the contact_us.php file.

 

I want to change the wording in there of this:

 

ENQUIRY TO THIS: INQUIRY.

 

I see that the word "ENQUIRY" is located many places through out the file.

 

Question:

 

Do I need to change that word in every spot I find it, in the file to the other word so to keep the code uniformly intact throughout?

 

Because I'm seeing it in there many more places then just one spot.

 

Question:

 

Depending on your answers. Are there any other files besides the contact_us.php file, this word would also be needed to adjust?

 

Next Matter:

 

I have a couple things I am working on to figure out.

 

1. You know when a customer signs up for an account, and after they do. They get an Email welcoming them to the store.

 

Question:

 

What file is it do I need to adjust the welcome message they recieve in there Email?

 

2. I don't use FAX machine stuff.

 

I want to be able to remove all options regarding faxes, sign up, customer account editing ALL traces of it in the entire program, Admin included. Etc Etc...

 

Question:

 

What all files and so forth would I find these that apply, and more so what line/wording would I need to look for that needs changing?

 

THANK YOU GREATLY FOR YOUR HELP! :-)

 

Guidingfoot

Link to comment
Share on other sites

Those definitions are in

 

1) Includes\languages\english\contact_us.php

 

2) Includes\languages\english\create_account.php

 

 

Thank you for your fast responce.

 

However, I don't think that quite answers my questions above.

 

RE:

 

1. You know when a customer signs up for an account, and after they do. They get an Email welcoming them to the store.

 

Question:

 

What file is it do I need to adjust the welcome message they recieve in there Email?

 

I do not seem to see anything in contact_us.php regarding question 1.

 

RE:

 

2. I don't use FAX machine stuff.

 

I could use a tad-bit more help defining this.

 

I looked in the create_account.php, but I have no idea what the code looks like, and when I do, just what is it I need to remove, but in adition to that. Surely there must be more then just one spot besides only in the create_account.php file?

 

Not to seem unthankfull, one aught to be a bit more informative VS a non-informative responce such as that one.

 

:-P

 

Again thanks ;-)

 

Guidingfoot

 

And any that can help me with the first matter. :-)

Link to comment
Share on other sites

There are 2 contact_us.php files. The one is in the root directory, the other (the definition file) is in Includes\languages\english folder.

 

You will find this in there

define('ENTRY_ENQUIRY', 'Enquiry:');

 

So edit Enquiry to whatever you like.

 

The same applies to the create_account.php.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...