Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

vaggolena

Pioneers
  • Posts

    5
  • Joined

  • Last visited

Posts posted by vaggolena

  1. You can simply not fill in the plain text in the admin in mail manager when you compose your email. However note that all emails can have a plain text alternative anyway embedded in the email. Go to your preferred mail program and find the option to read the email source. You will see that there is always a text alternative. If you don't fill in the plain text, and send the email, and the recipient has his email set to display plain text, then they will see a text rendering of your html email which can be difficult to read.

     

    Yea I figured it might cause more harm than good for that specific reason. Thanks again for taking time to help me out with all these issues.

  2. I'm not clear if you are saying that everyone on your email list gets two emails, or just you, the administrator?

     

    Mail Manager only sends one email. That single email contains both the html and the plain text alternative. You, or the email recipient, uses the mailing program used to read email to choose which alternative displays in your email box.

     

    Exactly, the one who places the order receives both the html and plain text email. Is that for redundant reasons? If so, can I disable the plain text?

  3. open catalog/includes/modules/mail_manager/order_confirm.php

     

    find:

    //send email	
    tep_mm_sendmail($order->customer['firstname'] . ' ' . $order->customer['lastname'], $order->customer['email_address'], STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $output_subject, $output_content_html, $output_content_txt);
    

     

    add directly underneath:

    //send extra email to store owner	
    tep_mm_sendmail($order->customer['firstname'] . ' ' . $order->customer['lastname'], STORE_OWNER_EMAIL_ADDRESS, STORE_OWNER, STORE_OWNER_EMAIL_ADDRESS, $output_subject, $output_content_html, $output_content_txt);
    

     

    Be sure you test this

     

    Jase,

     

    This worked perfectly! Now wondering if there is a way to disable the non-html email to be sent as well after this html email. Each order I place creates the html email with the template and then the standard non html email as well.

  4. No, not as written. But there is a 'test' button that will send the email to the admin.

     

    Thanks for the quick response. The reason I am asking is because the site is a restaurant and they usually get the order confirmations emailed to them and that gets printed afterwards. I realized that with this contribution, the one who places the order gets some nice html emails, but the admin does not.

  5. Jase,

     

    I have to say great contrib and also to thank you for all the support you have provided for this. I do have a question though, is there an option to have a copy of an email sent go to the admin as well?

×
×
  • Create New...