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

userlive

Newbie
  
  • Posts

    3
  • Joined

  • Last visited

Everything posted by userlive

  1. Тот код замените на этот: if (isset($this->request->get['currency']) && (array_key_exists($this->request->get['currency'], $this->currencies))) { $this->set($this->request->get['currency']); } elseif ((isset($this->session->data['currency'])) && (array_key_exists($this->session->data['currency'], $this->currencies))) { $this->set($this->session->data['currency']); } elseif ((isset($this->request->cookie['currency'])) && (array_key_exists($this->request->cookie['currency'], $this->currencies))) { $this->set($this->request->cookie['currency']); } else { if ($this->has('RUB')) { $this->set('RUB'); } else { $this->set($this->config->get('config_currency')); } }
  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.