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

VanyaZ

Новичок
  
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

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

VanyaZ's Achievements

Newbie

Newbie (1/14)

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

Recent Badges

2

Reputation

  1. У кого не отображается на opencart 2.3 ПВЗ на карте при разрешении ниже 768(смартфоны) надо в файле /catalog/view/javascript/shipping/shiptor.js : строку - objectManager.add(data); перенести сразу после: $.post('index.php?route=extension/shipping/shiptor/points', { shipping_method: $('[name="shipping_method"]:checked').val() }).done(function(data) { if (data) {
  2. Всем привет! Версия Опенкари 2.3: в мобильной версии совсем не отображает пункты выдали на карте. В предыдуещёй версии 3.3.1 это рилиило, но им кластеры некликабельны были. Когда бугдет исправлено?
    рилииет на 2.3.0.2.3 но надо добавить аргументы в вызовы функций <![CDATA[ $var_currency = array(); $currency_code = !empty($this->session->data['currency']) ? $this->session->data['currency'] : $this->config->get('config_currency'); $var_currency['value'] = $this->currency->getValue($currency_code); $var_currency['symbol_left'] = $this->currency->getSymbolLeft($currency_code); $var_currency['symbol_right'] = $this->currency->getSymbolRight($currency_code); $var_currency['decimals'] = $this->currency->getDecimalPlace($currency_code); $var_currency['decimal_point'] = $this->language->get('decimal_point'); $var_currency['thousand_point'] = $this->language->get('thousand_point'); $data['currency'] = $var_currency; $options = $this->model_catalog_product->getProductOptions($result['product_id']); $this->document->addScript('catalog/view/javascript/opt_in_cat.js'); ]]>
×
×
  • 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.