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

Vird

Newbie
  
  • Posts

    12
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

Vird's Achievements

Apprentice

Apprentice (3/14)

  • First Post
  • Collaborator
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. С самого начала кнопка начинающая фильтровать товары почему-то называется не "фильтровать" или "начать" а "выберите подкатегорию". Я нашел файл в папке с русским языком хранящий переменные для этого модуля, но там только одна переменная: $_['heading_title']. То есть название кнопки помещено в другой файл. Как исправить эту проблему???
  2. Как ее отредактировать на "фильтровать", как и должно быть?! И еще, вариантов цвета я создал 3, а отображается только 2. Как это исправить?
  3. Помогло, спасибо. Я даже и не думал что решение может быть в этом-же файле
  4. <h3>{{ heading_title }}</h3> <div class="row"> <div class="swiper-viewport swiper-products"> <div class="swiper-pagination slides-featured{{ module }}"></div> <div id="featured{{ module }}" class="swiper-container col-sm-12"> <div class="swiper-wrapper"> {% for product in products %} <div class="swiper-slide"> <div class="product-layout"> <div class="product-thumb transition"> <div class="image"><a href="{{ product.href }}"><img src="{{ product.thumb }}" alt="{{ product.name }}" title="{{ product.name }}" class="img-responsive" /></a></div> <div class="caption"> <h4><a href="{{ product.href }}">{{ product.name }}</a></h4> <p>{{ product.description }}</p> {% if product.rating %} <div class="rating"> {% for i in 5 %} {% if product.rating < i %} <span class="fa fa-stack"><i class="fa fa-star-o fa-stack-2x"></i></span> {% else %} <span class="fa fa-stack"><i class="fa fa-star fa-stack-2x"></i><i class="fa fa-star-o fa-stack-2x"></i></span> {% endif %} {% endfor %} </div> {% endif %} {% if product.price %} <p class="price"> {% if not product.special %} {{ product.price }} {% else %} <span class="price-new">{{ product.special }}</span> <span class="price-old">{{ product.price }}</span> {% endif %} {% if product.tax %} <span class="price-tax">{{ text_tax }} {{ product.tax }}</span> {% endif %} </p> {% endif %} </div> <div class="button-group"> <button type="button" onclick="cart.add('{{ product.product_id }}');"><i class="fa fa-shopping-cart"></i> <span class="hidden-xs hidden-sm hidden-md">{{ button_cart }}</span></button> <button type="button" data-toggle="tooltip" title="{{ button_wishlist }}" onclick="wishlist.add('{{ product.product_id }}');"><i class="fa fa-heart"></i></button> <button type="button" data-toggle="tooltip" title="{{ button_compare }}" onclick="compare.add('{{ product.product_id }}');"><i class="fa fa-exchange"></i></button> </div> </div> </div> </div> {% endfor %} </div> </div> <div class="swiper-pager slide-featured{{ module }}"> <div class="swiper-button-next next-featured{{ module }}"></div> <div class="swiper-button-prev prev-featured{{ module }}"></div> </div> </div> </div> <script><!-- $('#featured{{ module }}').swiper({ mode: 'horizontal', slidesPerView: 4, pagination: '.slides-featured{{ module }}', paginationClickable: true, swiperPager: '.slide-featured{{ module }}', nextButton: '.next-featured{{ module }}', prevButton: '.prev-featured{{ module }}', spaceBetween: 30, autoplay: 3000, autoplayDisableOnInteraction: true, loop: false, loopAdditionalSlides: 0, breakpoints: { 1200: { slidesPerView: 4, spaceBetween: 30 }, 992: { slidesPerView: 3, spaceBetween: 30 }, 768: { slidesPerView: 2, spaceBetween: 30 }, 420: { slidesPerView: 1, spaceBetween: 30 } } }); --></script>
  5. Но все эти варианты повлияют и на модуль слайдбара, а там мне эта "хрень" нужна конечно... Я уверен что проблему можно решить в файле который отвечает за работу модуля "рекомендуемые товары", нужно изменить то что этот файл передает файлу featured.twig в ключе (или как там оно называется) "{{ module }}". Но я не могу найти сам этот файл...
  6. По левой стороне как положено отображается заголовок модуля, а вот по правой отображается элемент из модуля слайдбара. Я нашел файл featured.twig но там эта хрень не отображается, выходит она помещена в элемент {{ module }}. Какой файл нужно отредактировать что-бы удалить эту ошибку? 1 картинка: вид проблемы 2 картинка: html код проблемы (<span>......</span>) 3 картинка: часть html кода в файле featured.twig где и спрятан ненужный код
  7. Черт, решение такое простое оказалось... Спасибо большое !
  8. Картинка по умолчанию отображается не на весь слайдбар, это видно по белому фону вокруг нее (картинки). Я пытался, выискивал с помощью f12 в браузере стиль css отвечающий за размер слайдбара, но видимо пытался плохо и так и не понял как уменьшить размер слайдбара до размера картинки (удалить весь белый фон). Единственное что смог сделать это поднять навигацию между слайдами... Кто-нибудь может с этим помочь???
  9. Включил ЧПУ в админке, изменил .htaccess, вообщем настроил как надо. В итоге ЧПУ прекрасно работает в каталогах и товарах, а вот во всех остальных местах все по старому: адрес корзины такой: /index.php?route=checkout/cart, карта сайта: /index.php?route=information/sitemap и так далее. Что за фигня? Настройка включения ведь легкая, что я мог сделать не так?
×
×
  • 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.