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

Помогите исправить footer!!!


Recommended Posts

Здравствуйте всем! Помогите пожалуйси чайнику :(

Сайт blackmetr.by

Меняла футер:

  • передвинула "Подарочные сертификаты" в столбец "Подгдержка клиентов"
  • добавила текст четвертым столбцом
  • и добавила изображения спосопотому чтов оплаты (картинка)

После этого пересили рилиить кнопки "Купить".

 

Что-то я коряво сгделала, помогите.

вот что в footer.twig:

<footer>
  <div class="container">
    <div class="row">
      {% if informations %}
      <div class="col-sm-3">
        <h5>{{ text_information }}</h5>
        <ul class="list-unstyled">
         {% for information in informations %}
          <li><a href="{{ information.href }}">{{ information.title }}</a></li>
          {% endfor %}
        </ul>
      </div>
      {% endif %}
      <div class="col-sm-3">
        <h5>{{ text_service }}</h5>
        <ul class="list-unstyled">
          <li><a href="{{ contact }}">{{ text_contact }}</a></li>
          <li><a href="{{ voucher }}">{{ text_voucher }}</a></li>
        </ul>
      </div>
      <div class="col-sm-3">
        <h5>{{ text_account }}</h5>
        <ul class="list-unstyled">
          <li><a href="{{ account }}">{{ text_account }}</a></li>
          <li><a href="{{ order }}">{{ text_order }}</a></li>
          <li><a href="{{ wishlist }}">{{ text_wishlist }}</a></li>
          <li><a href="{{ newsletter }}">{{ text_newsletter }}</a></li>
        </ul>
       </div>
       <div class="col-sm-3">
        <h5>{{ text_powered }}</h5>
       </div>
       <div class="col-sm-3">
        <h5>{{ text_img }}</h5>
       </div>
  </div>
</div>
</footer>
</body></html>

Link to comment
Share on other sites


Переводили видимо магазин на SSL(https).

Попробуйте в конфигах заменить все http:// на https://

Конфиг это файл икой , один находится в корневой папке магазина один в папке admin

config.php

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • 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.