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

Как изменить блоки модуля Simple


Recommended Posts

Здравствуйте. Подскажите у кого усиновлен симпл, может есть опыт в видоизменении блоков. Очень уж хочется икие блоки как на скрине: 

 

Link to comment
Share on other sites


Чтобы показать вес, нужно или в самой симпле или в настройках магазина высивить "Показывать вес корзины" точно не помню ггде. А блоки и иконки это листо стили и шаблоны к примеру /template/checkout/simplecheckout_shipping.tpl тут блок досивки

 

Опыт есть, вот это гделал на симпле https://gyazo.com/d86bb7051c9daae228adc472786260b7

Edited by GetWeb
Link to comment
Share on other sites


8 часов назад, nikifalex сказал:

на картинке дизайн в стиле "оргазм ропотому чтокопа"

В каком плане? Красиво в блоках.

Link to comment
Share on other sites


18 часов назад, Ustim сказал:

Здравствуйте. Подскажите у кого усиновлен симпл, может есть опыт в видоизменении блоков. Очень уж хочется икие блоки как на скрине: 

 

 

/catalog/view/theme/default/stylesheet/simple.css

находим:

.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;

}

 

Меняем:

.simplecheckout-block {
    clear: both;
    margin-bottom: 20px;
    border-collapse: collapse;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

 

Находим:

.simplecheckout-block-content {

 padding: 10px;

}

 

Меняем:

.simplecheckout-block-content {
    padding: 10px;
    border-collapse: collapse;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;
}

 

Почти внизу находим:

.simple-content .checkout-heading {
    background-color: #f5f5f5;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

 

Меняем:

.simple-content .checkout-heading {
    background-color: #808080;
    border-color: #ddd;
    color: #333;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}

  • +1 1
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.