Results 1 to 3 of 3
  1. #1
    Join Date
    Oct 2007
    Location
    MA, USA
    Posts
    385
    Plugin Contributions
    0

    Default Can I change the "From" address in the Order Confirmations?

    Can I change the "From" address in the Order Confirmations?

    I am using GoldMine contact management software to keep track of my customers.

    The way my existing shopping cart works is that it will send the order to my email with the person email address listed in the "From" spot.

    I can easily click on create new account and it will. For all future orders as they come in it will automatically link the order to that customers and lsit the customer number etc etc.

    I need to create customer numbers because I use Quickbooks for invoicing and managing the business financials.

    Also, can I change the "Powered by "Zencart" at the bottom?

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I change the "From" address in the Order Confirmations?

    Did you look at all of the Email Options in the Configuration ... E-mail Options ...

    There are many settings to customize where your emails go to ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  3. #3
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Can I change the "From" address in the Order Confirmations?

    Oops ... scratch that ... you want to change the From address ...

    While this is not a configurable setting via the Admin you could customize the orders.php class and change the From address ...

    Look at the file:
    /includes/classes/order.php

    around line 999 and 1012 and you will see:
    PHP Code:
        zen_mail($this->customer['firstname'] . ' ' $this->customer['lastname'], $this->customer['email_address'], EMAIL_TEXT_SUBJECT EMAIL_ORDER_NUMBER_SUBJECT $zf_insert_id$email_orderSTORE_NAMEEMAIL_FROM$html_msg'checkout'$this->attachArray); 
    PHP Code:
          zen_mail(''SEND_EXTRA_ORDER_EMAILS_TOSEND_EXTRA_NEW_ORDERS_EMAILS_TO_SUBJECT ' ' EMAIL_TEXT_SUBJECT EMAIL_ORDER_NUMBER_SUBJECT $zf_insert_id,
          
    $email_order $extra_info['TEXT'], STORE_NAMEEMAIL_FROM$html_msg'checkout_extra'$this->attachArray); 
    NOTE: classes are cannot be overridden so save the original as well as a copy of your customized file ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

 

 

Similar Threads

  1. How do you change the breadcrumb from "Home" to "Storefront"
    By alterego55 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 5 Oct 2010, 09:06 PM
  2. How can I change the "Order Number" counter?
    By mkalavitz in forum General Questions
    Replies: 3
    Last Post: 10 Feb 2010, 06:00 AM
  3. Incorrect "From" address on Order Confirmations
    By jnms in forum General Questions
    Replies: 1
    Last Post: 24 Sep 2009, 08:20 PM
  4. Replies: 1
    Last Post: 27 Mar 2009, 02:05 PM
  5. How do I remove/hide the "Your IP Address is:" from the cart?
    By PastGenToys in forum General Questions
    Replies: 3
    Last Post: 10 Jul 2007, 06:29 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