ZenCart: Email address (customer signup)

Hi, I have several emails for my website. May I know how do I change the default email (after customer signup) to another email listed on my server for customer sign up?

Also, how do I change it to html format instead of the text format..

Thank you!

Best Answer

  • Claude_SchlesserClaude_SchlesserAdministratorOneAll Team
    edited October 2017 Answer ✓
    Hello,

    the emails are being sent in the customer's preferred format.
    The template that is being used is the default "welcome" email of your ZenCart shop.

    email/email_template_welcome.htm

    You can see it in the function send_confirmation_to_customer here:
    includes/modules/pages/oneallsociallogin/tools.php

    zen_mail (trim ($customer_data ['customers_firstname'] . ' ' . $customer_data ['customers_lastname']), $customer_data ['customers_email_address'], EMAIL_SUBJECT, $email_text, STORE_NAME, EMAIL_FROM, $email_html, 'welcome');

    Welcome!

    Please sign in to your OneAll account to ask a new question or to contribute to the discussions.

    Please click on the link below to connect to the forum with your OneAll account.