Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

szqyqxgs

Newbie
  
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

szqyqxgs's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Week One Done
  • One Month Later
  • One Year In
  • Conversation Starter

Recent Badges

0

Reputation

  1. <script type="text/javascript"> var lz_data = {overwrite:false,111:'<?php echo $_SESSION["name"]; ?>', 112:'<?php echo $_SESSION['Email'];, 115:'<?php echo $_SESSION['phone']; ?>'}; </script> Я хочу спросить, клиент вошел в систему, как я могу использовать php в нижнем колонтитуле, чтобы получить имя клиента, адрес электронной почты, телефон?
  2. But it changes a data format from string to array. Before: "Site name" After: array( '1' => "Site name language 1", '2' => "Site name language 2" ) 2. If they are using standard constructions like $this->config->get('config_name') in model and/or controller, the module should modify them correctly. 3. If they are using another way to get the data, they should add language id: $some_custom_var[$this->config->get('config_language_id')]; --------------------------------------------------------------------------------------------- Excuse me, how to get the store name correctly in the following line of code, how to change it? $mail->setSender(html_entity_decode($this->config->get('config_name'), ENT_QUOTES, 'UTF-8'));
  3. Клиент получает проверочный код, чтобы убедиться, что его адрес электронной почты и номер мобильного телефона верны и действительны
  4. я использую opencart 3.0.3.2 journal one page checkout Я ищу 2 модуля: 1. Модуль проверки электронной почты (я хочу, чтобы пользователь проверял свою электронную почту при регистрации или заказе) 2. Модуль проверки телефона (я хочу, чтобы пользователь проверял свой телефон при регистрации или заказе) изменяют электронную почту и телефон, они должны повторно подтвердить Моя цель - подтвердить, что адрес электронной почты и номер телефона участника действительны до того, как пользователь сделает первый заказ. Если вы можете предоставить такой модуль, пожалуйста, свяжитесь со мной.
×
×
  • Create New...

Important Information

On our site, cookies are used and personal data is processed to improve the user interface. To find out what and what personal data we are processing, please go to the link. If you click "I agree," it means that you understand and accept all the conditions specified in this Privacy Notice.