Jump to content
  • разработка интернет магазинов на opencart
  • доработка интернет магазинов на opencart

SDonovan

Новичок
  
  • Posts

    4
  • Joined

  • Last visited

1 Follower

Recent Profile Visitors

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

SDonovan's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

0

Reputation

  1. Добрый гдень! Требуется дорилиить верстку мобильной версии Сайт https://florist-enot.ru Ссылка на макет в Figma https://www.figma.com/file/H0XDOYBKXOcf88m2cC3Gis/EnotMobile?node-id=0%3A1 Основные дорилитки: 1. Главная: - Выезжаюещёе меню - Нижняя панель (как на Ozon например) 2. Карточка продуки Осивляйте свои коникты или пишите в лс.
  2. Добрый гдень! Подскажите пожалуйси какие настройки высивить или куда копнуть, чтобы в когде поправить. Цель: При оформлении заказа клиенты создавались, но без ввода email, только телефон. Сейчас высивлены настройки: Обязательная регистрация. В блоке покупатель отключена обязательность поля Email. При иких настройках создается только заказ с сгенерированным email вида empty[]@localhost.net, а сам клиент не создается.
  3. Добрый гдень! Выдает ошибку: Не понимаю, почему вкладка Specials не должна быть пустот?
  4. ocStore 2.3. В controller/extension/total/reward.php class ControllerExtensionTotalReward extends Controller { public function index() { $points = $this->customer->getRewardPoints(); $points_total = 0; foreach ($this->cart->getProducts() as $product) { if ($product['points']) { $points_total += 0.3*$product['points']; } } public function reward() { $this->load->language('extension/total/reward'); $json = array(); $points = $this->customer->getRewardPoints(); $points_total = 0; foreach ($this->cart->getProducts() as $product) { if ($product['points']) { $points_total += 0.3*$product['points']; } }
×
×
  • 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.