Dodanie banera Orlen w koszyku oraz poprawa stylów i elementów w plikach CSS i produktach
This commit is contained in:
BIN
layout/images/orlen-banner.jpg
Normal file
BIN
layout/images/orlen-banner.jpg
Normal file
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
@@ -3853,6 +3853,7 @@ ul.pager {
|
||||
#paypo-promo {
|
||||
padding: 25px 0;
|
||||
font-weight: 600;
|
||||
display: none;
|
||||
|
||||
img {
|
||||
height: 30px;
|
||||
@@ -6175,7 +6176,7 @@ ul.pager {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 10px;
|
||||
margin-bottom: 15px;
|
||||
margin-bottom: 5px;
|
||||
|
||||
img {
|
||||
width: 26px;
|
||||
@@ -6297,3 +6298,11 @@ ul.pager {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.orlen-banner {
|
||||
margin-top: 25px;
|
||||
|
||||
img {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
@@ -32,6 +32,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<? endif; ?>
|
||||
<div class="orlen-banner">
|
||||
<img src="/layout/images/orlen-banner.jpg" alt="Orlen" />
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
(function(o, r, l, e, n) {
|
||||
|
||||
@@ -103,6 +103,11 @@
|
||||
<p class="free-delivery"><strong>Darmowa dostawa</strong> już od <strong>99 zł</strong></p>
|
||||
</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'] ):?>
|
||||
<div class="product-message">
|
||||
<label for="product-message">Podaj dane do personalizacji</label>
|
||||
|
||||
Reference in New Issue
Block a user