Results 1 to 6 of 6
  1. #1

    Default Contact Us Subject

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

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default 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/.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3

    Default Re: Contact Us Subject

    Quote Originally Posted by afo View Post
    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?

  4. #4
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Contact Us Subject

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

    Code:
    <?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.');
    ?>
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  5. #5

    Default Re: Contact Us Subject

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

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: Contact Us Subject

    Quote Originally Posted by cs_jono View Post
    AHHH I see it now. Thanks so much! You are a legend!
    Only in my own mind.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. v150 Contact Us - Add Subject support thread
    By gjh42 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 9 Jan 2019, 06:04 AM
  2. v150 Change Contact Us Form Subject?
    By pmurray in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 22 Jan 2012, 10:51 PM
  3. Subject missing from Contact Us - captchanumbersubjectcomboinone related ?
    By avjungle in forum All Other Contributions/Addons
    Replies: 4
    Last Post: 22 Feb 2010, 06:09 PM
  4. Add subject field to contact us
    By high2K in forum General Questions
    Replies: 0
    Last Post: 19 Jun 2007, 04:17 PM
  5. Pulldown subject on Contact Us page throwing errors.
    By lukemcr in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 13 Apr 2007, 02:45 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg