Zen Cart Logo
Forums / General Questions / Contact Us Subject

Contact Us Subject

Locked

Views: 1,613

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
8 Nov 2007, 9:12 PM
#1
cs_jono avatar

cs_jono

Inactive

Join Date:
Oct 2007
Posts:
187
Plugin Contributions:
0

Contact Us Subject

Does anyone know where I can edit the subject line that the contact us page inserts in by itself?

8 Nov 2007, 9:29 PM
#2
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Contact Us Subject

includes/languages/english/YOUR_TEMPLATE/contact_us.php

If it doesn't exist in includes/languages/english/YOUR_TEMPLATE/, copy it from includes/languages/english/.

8 Nov 2007, 9:35 PM
#3
cs_jono avatar

cs_jono

Inactive

Join Date:
Oct 2007
Posts:
187
Plugin Contributions:
0

Re: Contact Us Subject

afo:

includes/languages/english/YOUR_TEMPLATE/contact_us.php

If it doesn't exist in includes/languages/english/YOUR_TEMPLATE/, copy it from includes/languages/english/.

I am not finding any subject line in either of those files. It's not something the customer actually will see but it is something that is sent to us when they send an e-mail. Does that make sense?

8 Nov 2007, 9:41 PM
#4
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Contact Us Subject

The line is in there. I highlighted it below in red.

<?php
/**
 * @package languageDefines
 * @copyright Copyright 2003-2006 Zen Cart Development Team
 * @copyright Portions Copyright 2003 osCommerce
 * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
 * @version $Id: contact_us.php 3149 2006-03-10 07:29:34Z birdbrain $
 */

define('HEADING_TITLE', 'Contact Us');
define('NAVBAR_TITLE', 'Contact Us');
define('TEXT_SUCCESS', 'Your message has been successfully sent.');
define('EMAIL_SUBJECT', 'Message from ' . STORE_NAME);
define('ENTRY_NAME', 'Full Name:');
define('ENTRY_EMAIL', 'Email Address:');
define('ENTRY_ENQUIRY', 'Message:');

define('SEND_TO_TEXT','Send Email To:');
define('ENTRY_EMAIL_NAME_CHECK_ERROR','Sorry, is your name correct? Our system requires a minimum of ' . ENTRY_FIRST_NAME_MIN_LENGTH . ' characters. Please try again.');
define('ENTRY_EMAIL_CONTENT_CHECK_ERROR','Did you forget your message? We would like to hear from you. You can type your comments in the text area below.');
?>
8 Nov 2007, 9:58 PM
#5
cs_jono avatar

cs_jono

Inactive

Join Date:
Oct 2007
Posts:
187
Plugin Contributions:
0

Re: Contact Us Subject

AHHH I see it now. Thanks so much! You are a legend!

9 Nov 2007, 4:06 AM
#6
afo avatar

afo

Totally Zenned

Join Date:
Aug 2004
Location:
New York City
Posts:
6,800
Plugin Contributions:
0

Re: Contact Us Subject

cs_jono:

AHHH I see it now. Thanks so much! You are a legend!

Only in my own mind. :laugh: