Results 1 to 5 of 5
  1. #1
    Join Date
    May 2016
    Location
    Ohio
    Posts
    416
    Plugin Contributions
    0

    Default Order Confirmation Emails

    Suddenly not getting any confirmation emails... I have payment log and alert enabled so I know when orders come in, but the log doesn't say what the person ordered... zen cart is creating an order as I see it in my admin panel under orders... but just not getting a order confirmation email anymore and have no idea why?

  2. #2
    Join Date
    May 2016
    Location
    Ohio
    Posts
    416
    Plugin Contributions
    0

    Default Re: Order Confirmation Emails

    Another problem popped up again... when I run a test checkout I get:

    Whoops! Your session has expired.
    If you were placing an order, please login and your shopping cart will be restored. You may then go back to the checkout and complete your final purchases.

    If you had completed an order and wish to review it, or had a download and wish to retrieve it, please go to your My Account page to view your order.

  3. #3
    Join Date
    May 2016
    Location
    Ohio
    Posts
    416
    Plugin Contributions
    0

    Default Re: Order Confirmation Emails

    In my includes/functions/sessions.php I have:

    if (!defined('IS_ADMIN_FLAG')) {
    die('Illegal Access');
    }
    if (IS_ADMIN_FLAG === true) {
    if (PADSS_ADMIN_SESSION_TIMEOUT_ENFORCED != 0 && SESSION_TIMEOUT_ADMIN > 900) {
    $SESS_LIFE = 86400;
    } else {
    $SESS_LIFE = (int)SESSION_TIMEOUT_ADMIN;
    }
    } else {
    if (defined('SESSION_TIMEOUT_CATALOG') && (int)SESSION_TIMEOUT_CATALOG > 120) {
    $SESS_LIFE = (int)SESSION_TIMEOUT_CATALOG;
    } else
    if (!$SESS_LIFE = get_cfg_var('session.gc_maxlifetime')) {
    $SESS_LIFE = 172800;

  4. #4
    Join Date
    May 2016
    Location
    Ohio
    Posts
    416
    Plugin Contributions
    0

    Default Re: Order Confirmation Emails

    I wound up reuploading a fresh sessions file, clearing my browser cache, restarting Chrome... and it's all working now O_o

  5. #5
    Join Date
    May 2016
    Location
    Ohio
    Posts
    416
    Plugin Contributions
    0

    Default Re: Order Confirmation Emails

    I forgot to mention I changed email setting from SMTPAUTH to PHP, not sure if that fixed the confirmation email receiving, but it's working now.

 

 

Similar Threads

  1. v154 Order confirmation emails and Contact Us emails not being received
    By jcrewe in forum General Questions
    Replies: 5
    Last Post: 22 Mar 2015, 06:36 PM
  2. v153 Additional Order Confirmation & Order Update emails
    By dchquilling in forum General Questions
    Replies: 2
    Last Post: 13 Oct 2014, 05:04 PM
  3. Help: Not receiving [NEW ORDER] Order Confirmation Emails!
    By RocketFoot in forum General Questions
    Replies: 1
    Last Post: 15 Feb 2011, 05:55 PM
  4. Order confirmation emails
    By Shiftypow in forum General Questions
    Replies: 9
    Last Post: 21 Aug 2008, 07:53 PM
  5. Order Confirmation Emails
    By customilluminations in forum General Questions
    Replies: 1
    Last Post: 21 May 2007, 07:37 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR