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. 1 вариант - а аминке добавить как-то так тел: 44444444 тел: 555555555555(до 32 символов. при желании убрать эту проверку) 2 вариант - добавить через разделитель 444444444444-55555555555-66666666666 в контроллере $phone = explode('-',$this->config->get(config_telephone); в шаблоне в цикле выводим, или $phone[0], $phone['1'].....
  2. @ashelectro , а к чему все эти заморочки? есть задание, определились с ценой, сделали. не проще ли, так?
  3. контроллеры \admin\controller\extension\dashboard\ order.php всего заказов sale.php всего продаж customer.php всего покупателей online.php покупатели онлайн шаблоны admin\view\template\extension\dashboard\ order_info.php всего заказов sale_info.php всего продаж customer_info.php всего покупателей online_info.php покупатели онлайн
  4. можно, все зависит от вашего умения и фантазии
  5. можно в language $_['my_text'] = 'ваш текст'; в контроллере $data['my_text'] = $this->language->get('my_text'); в шаблоне <?php echo $my_text;?>
  6. да, но совсем по разному. опишите более подробно, что нужно, возможно могу помочь
  7. catalog/view/javascript/common.js // Product Grid // $('#grid-view').click(function() { // What a shame bootstrap does not take into account dynamically loaded columns cols = $('#column-right, #column-left').length; if (cols == 2) { $('#content .product-list').attr('class', 'product-layout product-grid col-lg-6 col-md-6 col-sm-12 col-xs-12'); } else if (cols == 1) { $('#content .product-list').attr('class', 'product-layout product-grid col-lg-4 col-md-4 col-sm-6 col-xs-12'); } else { $('#content .product-list').attr('class', 'product-layout product-grid col-lg-3 col-md-3 col-sm-6 col-xs-12'); } localStorage.setItem('display', 'grid'); // }); // if (localStorage.getItem('display') == 'list') { // $('#list-view').trigger('click'); // } else { // $('#grid-view').trigger('click'); // }
  8. если в лоб, без заморочек перед циклом вывода товаров, создать счетчик и массив с позициями. в цикле проверяем, если значение счетчика 2 и это значение присутствует в массиве с позициями, выводим блок с ссылкой. в конце цикла увеличиваем счетчик.
  9. вот именно. а как определяется время, требующееся для определенной работы?
  10. это не в файле. просто пример с исходным кодом. нужно поменять местами контейнер слайдера и меню категорий. и слайдеру задать класс с шириной на весь контейнер col-sm-12. корректировать нужно схемы. вам лучше воспользоваться советами выше от @AWARO
  11. как вариант <div class="row"> <div id="content" class="col-sm-12"><div id="slideshow0" class="owl-carousel owl-theme" style="opacity: 1; display: block;"> <div class="owl-wrapper-outer"><div class="owl-wrapper" style="width: 3392px; left: 0px; display: block; transition: all 1000ms ease; transform: translate3d(0px, 0px, 0px);"><div class="owl-item" style="width: 848px;"><div class="item"> <img src="http://24cekc.ru/image/cache/catalog/ogromnaya_rasprodaga2-1140x380.jpg" alt="iPhone 6" class="img-responsive"> </div></div><div class="owl-item" style="width: 848px;"><div class="item"> <img src="http://24cekc.ru/image/cache/catalog/1169h448-secrets-1140x380.jpg" alt="MacBookAir" class="img-responsive"> </div></div></div></div> <div class="owl-controls clickable"><div class="owl-pagination"><div class="owl-page active"><span class=""></span></div><div class="owl-page"><span class=""></span></div></div><div class="owl-buttons"><div class="owl-prev"><i class="fa fa-chevron-left fa-5x"></i></div><div class="owl-next"><i class="fa fa-chevron-right fa-5x"></i></div></div></div></div> <script type="text/javascript"><!-- $('#slideshow0').owlCarousel({ items: 6, autoPlay: 3000, singleItem: true, navigation: true, navigationText: ['<i class="fa fa-chevron-left fa-5x"></i>', '<i class="fa fa-chevron-right fa-5x"></i>'], pagination: true }); --></script> </div> <aside id="column-left" class="col-sm-3 hidden-xs"> <div class="list-group"> <a href="http://24cekc.ru/index.php?route=product/category&amp;path=20" class="list-group-item">Препараты для повышения потенции</a> <a href="http://24cekc.ru/index.php?route=product/category&amp;path=18" class="list-group-item">Женские возбуждающие средства</a> <a href="http://24cekc.ru/index.php?route=product/category&amp;path=57" class="list-group-item">Сосновая пыльца</a> <a href="http://24cekc.ru/index.php?route=product/category&amp;path=25" class="list-group-item">Скидки и акции</a> </div> </aside> </div>
  12. интересно, кто нибудь попал в кандидаты? увидел т.з?
  13. стена категорий, или написать свой модуль
×
×
  • 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.