Dodanie banera Orlen w koszyku oraz poprawa stylów i elementów w plikach CSS i produktach

This commit is contained in:
2024-11-24 21:35:43 +01:00
parent 0572afe461
commit 27dc5d15c2
6 changed files with 20 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -3853,6 +3853,7 @@ ul.pager {
#paypo-promo { #paypo-promo {
padding: 25px 0; padding: 25px 0;
font-weight: 600; font-weight: 600;
display: none;
img { img {
height: 30px; height: 30px;
@@ -6175,7 +6176,7 @@ ul.pager {
display: flex; display: flex;
align-items: flex-end; align-items: flex-end;
gap: 10px; gap: 10px;
margin-bottom: 15px; margin-bottom: 5px;
img { img {
width: 26px; width: 26px;
@@ -6296,4 +6297,12 @@ ul.pager {
.acceptBtnSettingsLabel { .acceptBtnSettingsLabel {
display: none; display: none;
} }
}
.orlen-banner {
margin-top: 25px;
img {
width: 100%;
}
} }

View File

@@ -32,6 +32,9 @@
</div> </div>
</div> </div>
<? endif; ?> <? endif; ?>
<div class="orlen-banner">
<img src="/layout/images/orlen-banner.jpg" alt="Orlen" />
</div>
</div> </div>
<script> <script>
(function(o, r, l, e, n) { (function(o, r, l, e, n) {

View File

@@ -103,6 +103,11 @@
<p class="free-delivery"><strong>Darmowa dostawa</strong> już od <strong>99 zł</strong></p> <p class="free-delivery"><strong>Darmowa dostawa</strong> już od <strong>99 zł</strong></p>
</div> </div>
<div class="free-delivery-box">
<img src="/upload/filemanager/icons/wysylka.svg" alt="">
<p class="free-delivery">Dostawa już od <strong>8.60 zł</strong></p>
</div>
<? if ( $this -> product['additional_message'] ):?> <? if ( $this -> product['additional_message'] ):?>
<div class="product-message"> <div class="product-message">
<label for="product-message">Podaj dane do personalizacji</label> <label for="product-message">Podaj dane do personalizacji</label>