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

fanatic

Users
  • Posts

    4,905
  • Joined

  • Last visited

Everything posted by fanatic

  1. а если в каком модуле вместо status допустим status_module тогда модуль не выведется думаю нужно мониторить модули и изменить название поля отвечающего за вывод
  2. файл catalog/view/javascript/common/js строка 160 $('#content').parent().before('<div class="alert alert-success"><i class="fa fa-check-circle"></i> ' + json['success'] + ' <button type="button" class="close" data-dismiss="alert"><span class="pe-7s-close"></span></button></div>'); закоментировать
  3. вставлять код(в данном случае калькулятор) через текстовый редактор, плохая идея.
  4. как вариант - min-height для блока с названием
  5. из коробки. при редактировании дата добавления не изменяется изменяется дата редактирования
  6. обновить модификаторы, почистить кеш может какой кешер в шаблоне
  7. $product_category = $this->model_catalog_product->getCategories($product_id); foreach ($product_category as $prodcat) { if($prodcat['main_category'] == 1){ $category_info = $this->model_catalog_category->getCategory($prodcat['category_id']); $data['catprod_name'] = $category_info['name']; $data['catprod_href'] = $this->url->link('product/category', 'path=' . $category_info['category_id']); continue; } }
  8. есть модификаторы, которые добавляют опциям =
×
×
  • 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.