replace images
This commit is contained in:
parent
fea80d75aa
commit
c422eb0df3
5 changed files with 1 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 4.7 MiB After Width: | Height: | Size: 5.1 MiB |
Binary file not shown.
Before Width: | Height: | Size: 647 KiB After Width: | Height: | Size: 845 KiB |
|
@ -29,7 +29,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<h3>Begin range items</h3>
|
||||
{{ range $.items }}
|
||||
<div class="product-item">
|
||||
<div class="row pt-2 mb-2">
|
||||
|
@ -50,9 +49,6 @@
|
|||
</div>
|
||||
</div>
|
||||
{{ end }}
|
||||
<h3>End range items</h3>
|
||||
|
||||
<h3>Begin checkout</h3>
|
||||
<div class="row pt-2 my-3">
|
||||
<div class="col text-center order-summary">
|
||||
<p class="text-muted my-0">Shipping Cost: <strong>{{ renderMoney .shipping_cost }}</strong></p>
|
||||
|
@ -150,7 +146,6 @@
|
|||
</form>
|
||||
</div>
|
||||
</div>
|
||||
<h3>End checkout, if items</h3>
|
||||
{{ end }} <!-- end if $.items -->
|
||||
|
||||
</div>
|
||||
|
|
|
@ -40,9 +40,6 @@
|
|||
</div>
|
||||
{{ end }}
|
||||
</div>
|
||||
<div class="row ad-row">
|
||||
<img src="/static/icons/Hipster_KitchenwareOffer.svg" alt="icon" class="icon search-icon" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</main>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<h2>{{$.product.Item.Name}}</h2>
|
||||
|
||||
<p class="text-muted">
|
||||
- {{ renderMoney $.product.Price}} -
|
||||
{{ renderMoney $.product.Price}}
|
||||
</p>
|
||||
<div>
|
||||
<h6>Product Description:</h6>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue