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

GreenDragon

Пользователи

3 Followers

Информация

  • Пол
    Мужлина

Recent Profile Visitors

4,858 profile views

GreenDragon's Achievements

Rising Star

Rising Star (9/14)

  • First Post
  • Collaborator
  • Conversation Starter
  • Reacting Well Rare
  • Week One Done

Recent Badges

53

Reputation

  1. Нужно менять в контроллере модуля, который на главной, скорее всего это "Рекомендуемые"
  2. В БД, поле oc_user, вместо oc может быть другой префикс. Меняете данные в полях password и salt с другой БД, от которой знаете пароль. Или ищите на форуме, ггде то згдесь были password и salt от пароля demo P.S. Для пароля demo password: 2b899d71a29310cddd9b605a9cf12f3940cb9600 salt: opg9yTHyC
  3. Зависит от модуля и шаблона. Иногда требуеться адапикция. Подробности пишите в личку...
  4. "Натянуть" просто не полулится. Пришлите все страницы в личку.
  5. Посмотрите в catalog\view\theme\ваша_тема\template\information\information.twig и попробуйте закоментировать <h1>{{ heading_title }}</h1>
  6. Как вариант, все товары переименовать типа: "NAME MODEL 60 белая" и т.д., а в карточке товара перед названием товара добавить вывод названия категории. Но это, если у вас логика названий всех категорий и товаров одинакова. Или использовать для названия в карточке какое то свопотому чтодное поле из SEO. Или создать дополнительное поле для названия в карточке.
  7. https://www.opencart.com/index.php?route=marketplace/extension/info&extension_id=12254&filter_license=1&filter_download_id=31&page=121
  8. {% if (product['attribute_groups']) %} {% for attribute_group in product['attribute_groups'] %} {% for attribute in attribute_group['attribute'] %} {% if attribute['attribute_id'] in ['15', '17'] %} {{ attribute['name'] }} {{ attribute['text'] }} {% endif %} {% endfor %} {% endfor %} {% endif %}
  9. Что бы убрать в выпадаюещём - admin\view\template\common\header.tpl Найти и убрать: <span class="label label-danger pull-right"><?php echo $return_total; ?></span> <span class="label label-danger pull-right"><?php echo $product_total; ?></span> Вычесть вверху - admin\controller\common\headr.php $data['alerts'] = $customer_total + $product_total + $review_total + $return_total + $affiliate_total; Убрать из строчки + $product_total и + $return_total Обновить кэш модификаторов
×
×
  • 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.