Jump to content

Drack

Members
  • Posts

    179
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Drack

  1. hello @Miguel Ventura,

     

    Look a little the problem,

    ClicShopping\Sites\Shop\Pages\Account\Actions\Create  and process.php

    you have : (supprose you want receive an information when the customer create an account)

              if (EMAIL_INFORMA_ACCOUNT_ADMIN == 'true') {
                $email_subject_admin = CLICSHOPPING::getDef('admin_email_subject', ['store_name' => STORE_NAME]);

     

    In english language there is a little duplication of admin_email_subject

     

    ==> Remove the last

     

    You must have only

    admin_email_subject = New Customer registrer on {{store_name}}

    Go to your admin tools / Editors / Define language and reset the language

     

    Make a test to create a new account.

     

    Just a question : Your problem is only {{store_name}} or this is the email you do not receive correctly ?

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use