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

chukcha

Users
  • Posts

    20,544
  • Joined

  • Last visited

Everything posted by chukcha

  1. это пример реализации на js с применением методов jquery
  2. foreach $currency as $currencies) { if ($currency['code'] == $this->session->data['currency'] { $data['price'] = $this->currency->format($this->tax->calculate($product_info['price'], $product_info['tax_class_id'], $this->config->get('config_tax')), $this->session->data['currency']); } else { $data['price_product'][$currency['code']] = $this->currency->format($this->tax->calculate($product_info['price'], $product_info['tax_class_id'], $this->config->get('config_tax')), $currency['code'] ); } } Просто показан пример
  3. да-да Т.е. описать самому и показать пример - сложно
  4. код не мой, и он не идеален ((есть на офсайте) нет. Спорное утверждение ДА!!!! НЕ МОЙ это приватный метод расширения (есть на офсайте) Кто первый того и тапки
  5. Представим У вас есть пакеты mymodules - mod1, mod2 и тд и все в одном пространстве (mymodule) Но установить вы их не можете - файл существует (модуля), Не проще ли имя пространства указывать в install.json? И получается что mymodules1 mymodules2 Пока не знаю, хорошо или плохо, но как пример пакета opencart - все в одном
  6. событием view/after public function eventAdminViewMarketplaceExtensionAfter(&$route, &$data, &$output) { if ($this->config->get('module_como_extension_improve_status')) { ob_start(); ?> <script> $('#input-type').attr('size', $('#input-type option').length) $('.card-body').addClass('row'); $('fieldset').first().addClass('col-lg-3 col-md-3 col-sm-12'); $('#extension').addClass('col-lg-9 col-md-9 col-sm-12'); $('.input-group-text').html('<i class="fas fa-filter"></i>'); </script> <?php $html = ob_get_clean(); // Insert before </body> $this->insertString($output, '</body>', $html, 'before'); } } Правда, это вставка кода. Но суть та же (или парсинг) с заменой
  7. можно, конечно, а можете и сами, ведь в списке вам известен параметр фильтра, и на его основе вытащить id option value
  8. на демке - да так сделано Совместил две возможности модуля (бесконечную прокрутку и кнопку показать еще)
  9. https://demo3.slasoft.kharkov.ua/catalog/zapchasti-elektrotehnika/
×
×
  • 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.