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

m899

Users
  • Posts

    945
  • Joined

  • Last visited

Everything posted by m899

  1. этот например для 1,5 http://theqdomain.com/ocstore/opencart_mods/modifications/jqlistedit
  2. Сделать категории со 2ого уровня раскрытыми и добавить 3 и 4 уровень. opencart 1.5.1
  3. Webracer прав, достаточно исправить в catalog/language/russian/common/header.php и catalog/language/russian/checkout/cart.php
  4. Хорошую корзину на ajax присмотрел: http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2603&filter_download_id=19&page=2&sort=e.date_modified&order=DESC
  5. Что бы не создавать новую тему напишу тут. Как сделать уведомление что товар добавлен в корзину было зеленым цветом? в catalog/view/javascript/common.js стр.166 изменил attention на success if (json['success']) { $('#notification').html('<div class="success" style="display: none;">' + json['success'] + '<img src="catalog/view/theme/default/image/close.png" alt="" class="close" /></div>'); $('.success').fadeIn('slow'); $('#cart_total').html(json['total']); $('html, body').animate({ scrollTop: 0 }, 'slow'); } в product.tpl у кнопки корзины добавил <a onclick="addToCart('<?php echo $product_id; ?>');" id="button-cart" class="button_product">на странице товара все равно выводится attention т.е. желтым
  6. никто не знает? готов оплатить решение
  7. Подскажите как сделать что-бы категории открывались со 2ого уровня. Т.е. в горизонтальном меню первый уровень, а в категории слева 2 уровень, 3 и 4. Добавление 3 и 4 уровня тут сделано http://forum.opencart.com/viewtopic.php?f=21&t=34603#p176126
  8. тут много исходников: http://www.iconfinder.com/search/1/?q=iconset:iconsweets2 тоже интересно как это грамотно сделать
  9. в /catalog/language/russian/product/product.php <font color=green>В наличии </font>и в базе данных в таблице stock_status <font color=red>Нет в наличии
  10. http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2248&path=5&filter_search=categories&page=4&sort=e.date_modified&order=DESC
  11. Спасибо! Получилось когда в stylesheet.css прописал #menu .active { background: #000; }
  12. Запрещается: Любое предложение о нарушении лицензии других продуктов. Например, покупка модуля вскладчину. Правила форума почитайте
  13. Подскажите пожалуйста как сделать сделать ссылку в вертикальном главном меню активной после нажатия (оставалась черной), при наведении она красится в черный цвет, дефлотный шаблон 1.5.x
  14. https://opencartforum.com/topic/3723-%d1%83%d0%b1%d1%80%d0%b0%d1%82%d1%8c-%d0%bb%d0%b8%d1%88%d0%bd%d0%b5%d0%b5-%d0%bf%d0%be%d0%b4%d1%82%d0%b2%d0%b5%d1%80%d0%b6%d0%b4%d0%b5%d0%bd%d0%b8%d0%b5-%d0%bf%d1%80%d0%b8-%d0%b7%d0%b0%d0%ba%d0%b0%d0%b7%d0%b5/page__view__findpost__p__25308 По аналогии убирайте ненужные вам поля
  15. на opencart.com есть http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2571&filter_search=gallery&filter_download_id=19&sort=e.date_modified&order=DESC
  16. Я так убирал лишние поля в 1.5.х для 1.4.х где то обсуждалось в catalog/view/theme/default/template/checkout/guest.tpl Факс в файлы шаблона вставляем style="display:none;" <br /> <input type="text" style="display:none;" name="fax" value="<?php echo $fax; ?>" class="large-field" /> <br /> Фамилия в controller/ в 5 или 6 файлах заменил if ((strlen(utf8_decode($this->request->post['lastname'])) < 1) || (strlen(utf8_decode($this->request->post['lastname'])) > 32)) { $json['error']['lastname'] = $this->language->get('error_lastname'); }на /* if ((strlen(utf8_decode($this->request->post['lastname'])) < 1) || (strlen(utf8_decode($this->request->post['lastname'])) > 32)) { $json['error']['lastname'] = $this->language->get('error_lastname'); } */В файлах шаблона: вставляем style="display:none;" <span class="required" style="display:none;">*</span><br /> <input type="text" style="display:none;" name="lastname" value="<?php echo $lastname; ?>" class="large-field" />
  17. top: 246px; расстояние от верхнего края left: 20px; расстояние от левого края замените ваш код на указанный предыдущем сообщении
  18. например так #header #search { position: absolute; top: 246px; left: 20px; width: 298px; z-index: 15; } в stylesheet.css 261 строка
  19. catalog/language/russian/checkout/guest_step_1.php и address.php catalog/language/russian/account/account.php и address.php
×
×
  • 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.