kazek445 Posted June 2, 2023 Share Posted June 2, 2023 Dzień dobry, Mam takie pytanie Wiecie może jak przenieś zostaw komentarz na prawą stronę? Będzie wdzięczny za pomoc Pozdrawiam Link to comment Share on other sites More sharing options...
0 ps_Dominik Posted June 2, 2023 Share Posted June 2, 2023 Możesz użyć flex boxa - poniżej przykład. Zastąp "<!--sposób dostawy-->" i "<!--wiadomosc-->" kodem html elementów które chcesz przenieść html: <div class="checkout-flex-box"> <div> <!--sposób dostawy--> </div> <div> <!--wiadomosc--> </div> </div> css dla desktop i mobile (max 991px): .checkout-flex-box{ display: flex; flex-direction: row; justify-content: space-between; align-items: flex-start; flex-wrap: wrap; } .checkout-flex-box > div{ width:50%; } @media (max-width: 991px) { .checkout-flex-box{ flex-direction: column; } .checkout-flex-box > div{ width:100%; } } Link to comment Share on other sites More sharing options...
0 kazek445 Posted June 2, 2023 Author Share Posted June 2, 2023 Zrobiłem tak jak podpowiedziałeś dodałem w pliku order-carrier.tpl po dostawie, lecz strona wtedy nie działa tak jakby coś blokowało Pozdrawiam Link to comment Share on other sites More sharing options...
0 ps_Dominik Posted June 3, 2023 Share Posted June 3, 2023 (edited) W Prestashop 1.7.8.x i 8.x standardowo powinieneś edytować plik themes/twoj_szablon/templates/checkout/_partials/steps/shipping.tpl <!--sposób dostawy--> zastąp/skopiuj cały blok {block name='delivery_options'} <!--wiadomosc--> zastęp/skopiuj <div class="order-options"> z całą zawartością Klasę checkout-flex-box możesz dopisać do div z klasą form-fields lub dodać <div class="checkout-flex-box"> wewnątrz form-fields. Po wykonaniu zmian wyczyść cache. Edited June 3, 2023 by ps_Dominik (see edit history) Link to comment Share on other sites More sharing options...
0 kazek445 Posted June 3, 2023 Author Share Posted June 3, 2023 Mam preste 1.6.1.18 Templates nie mam w moim szablonie, a korzystam vmegamenu Link to comment Share on other sites More sharing options...
Question
kazek445
Dzień dobry,
Mam takie pytanie
Wiecie może jak przenieś zostaw komentarz na prawą stronę?
Będzie wdzięczny za pomoc
Pozdrawiam
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now