Results 1 to 6 of 6
  1. #1
    Join Date
    Dec 2007
    Posts
    11
    Plugin Contributions
    0

    Default How do I turn off Order Confirmations to customers?

    Hi All
    I would like to know if there is a way that I can stop the first email confirmation
    being sent to customer or edit that first email to remove the money part of it (sub total, Shipping, Tax and total

    once the order is made the customer confirms the order and an email is sent to cust.

    is there a way to stop until I edit or just have them receive the order and not the totals
    some orders the shipping will be different and the taxes will be removed so I dont want them to get confused on what the cost is gonna be. I do have the order edit mod and that works fine

    when I update the order then i can select notify customer of update then they receive the totals and all

    I would try the mods for tax exempt but I read they have problems with the mod dont wanna take chances

  2. #2
    Join Date
    Mar 2006
    Location
    Australia
    Posts
    289
    Plugin Contributions
    3

    Default Re: How do I turn off Order Confirmations to customers?

    Hi there
    I think all you need to do is to diable ZC from sending emails. Admin > email optios > Send Emails

  3. #3
    Join Date
    Dec 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: How do I turn off Order Confirmations to customers?

    Hi wolfsz thanks for replying
    I was thinking that that would disable all email and not send any
    would I be able to notify customers of udates when I edit an order

    I will give it a shot

    Thanks again

  4. #4
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: How do I turn off Order Confirmations to customers?

    /includes/classes/order.php
    This section adds the order-total details to the email.
    If you don't want that, remove it.
    Code:
        //order totals area
        $html_ot .= '<td class="order-totals-text" align="right" width="100%">' . '&nbsp;' . '</td> ' . "\n" . '<td class="order-totals-num" align="right" nowrap="nowrap">' . '---------' .'</td> </tr>' . "\n" . '<tr>';
        for ($i=0, $n=sizeof($order_totals); $i<$n; $i++) {
          $email_order .= strip_tags($order_totals[$i]['title']) . ' ' . strip_tags($order_totals[$i]['text']) . "\n";
          $html_ot .= '<td class="order-totals-text" align="right" width="100%">' . $order_totals[$i]['title'] . '</td> ' . "\n" . '<td class="order-totals-num" align="right" nowrap="nowrap">' .($order_totals[$i]['text']) .'</td> </tr>' . "\n" . '<tr>';
        }
        $html_msg['ORDER_TOTALS'] = '<table border="0" width="100%" cellspacing="0" cellpadding="2">' . $html_ot . '</table>';
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  5. #5
    Join Date
    Dec 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: How do I turn off Order Confirmations to customers?

    hello again

    tried them both and it didnt work thanks for the reply DrByte
    but that didnt work what did happen is that my emails stop sending
    dont know why
    after that, I reinstalled the file that I backed up, and now still I get no emails
    as a customers test orders
    I do get order confirmations to admin but I cannot send out or let customers receive their confirmation

    any clues

    thanks

  6. #6
    Join Date
    Dec 2007
    Posts
    11
    Plugin Contributions
    0

    Default Re: How do I turn off Order Confirmations to customers?

    My bad
    the emails are coming in it just took a day they must have been having trouble at hosting server but everything is working fine.
    I deleted order total area and it works good thanks DrByte and thanks wolfsz

    now the spanish language side
    can I do the same there and where do I edit it

    when I place order in spanish version my confirmation comes
    with that info on totals

 

 

Similar Threads

  1. Allow customers to turn on or off images
    By Dave_mck in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jan 2014, 09:51 PM
  2. Turn off order reciept emails
    By cmos in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2010, 05:26 PM
  3. Quick Re-Order - How To Turn Off?
    By imacamper in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Nov 2009, 06:44 AM
  4. Turn off customer notifications doesnt turn them off?
    By deanparkr in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 3 Dec 2008, 04:40 PM
  5. Add To Cart: how can I turn off the text *Mixed OFF
    By rstevenson in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Apr 2007, 06:51 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