Jump to content

Drack

Members
  • Posts

    175
  • Joined

  • Last visited

  • Days Won

    20

Posts posted by Drack

  1. ok find th solution I think,

     

    Inside this

    email_welcome = We thank you for confidence that you us testified by recording you like new customer on site {{store_name}}. we have well took into account your request of inscription for the opening of an office account near our network.<br /> you will receive an email notifying the creation of your account, after validation of your request by our service customers, with the whole of information allowing you to connect and carry out your purchases on {{store_name}}<br /><br /> you will be able under privileged customer to then profit from exceptional prices on the whole of our articles by connecting you on your space customer of {{store_name}}. <br /> for any help on our services, do not hesitate with to contact our support: {{store_owner_email_address}}

     

    In

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

     

    you have that : (line 537 and 566)

    $template_email_welcome_catalog = CLICSHOPPING::getDef('email_welcome');

     

    replace by

    $template_email_welcome_catalog = CLICSHOPPING::getDef('email_welcome', ['store_name' => STORE_NAME, 'store_owner_email_address' => STORE_OWNER_EMAIL_ADDRESS]);

     

    reset the language and try.

    If yes, like I think @ClicShopping look often the forum, it can make a little update on the github

     

    • Like 2
  2. 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