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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<h3>Begin range items</h3>
|
|
||||||
{{ range $.items }}
|
{{ range $.items }}
|
||||||
<div class="product-item">
|
<div class="product-item">
|
||||||
<div class="row pt-2 mb-2">
|
<div class="row pt-2 mb-2">
|
||||||
|
@ -50,9 +49,6 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
<h3>End range items</h3>
|
|
||||||
|
|
||||||
<h3>Begin checkout</h3>
|
|
||||||
<div class="row pt-2 my-3">
|
<div class="row pt-2 my-3">
|
||||||
<div class="col text-center order-summary">
|
<div class="col text-center order-summary">
|
||||||
<p class="text-muted my-0">Shipping Cost: <strong>{{ renderMoney .shipping_cost }}</strong></p>
|
<p class="text-muted my-0">Shipping Cost: <strong>{{ renderMoney .shipping_cost }}</strong></p>
|
||||||
|
@ -150,7 +146,6 @@
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<h3>End checkout, if items</h3>
|
|
||||||
{{ end }} <!-- end if $.items -->
|
{{ end }} <!-- end if $.items -->
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -40,9 +40,6 @@
|
||||||
</div>
|
</div>
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="row ad-row">
|
|
||||||
<img src="/static/icons/Hipster_KitchenwareOffer.svg" alt="icon" class="icon search-icon" />
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
<h2>{{$.product.Item.Name}}</h2>
|
<h2>{{$.product.Item.Name}}</h2>
|
||||||
|
|
||||||
<p class="text-muted">
|
<p class="text-muted">
|
||||||
- {{ renderMoney $.product.Price}} -
|
{{ renderMoney $.product.Price}}
|
||||||
</p>
|
</p>
|
||||||
<div>
|
<div>
|
||||||
<h6>Product Description:</h6>
|
<h6>Product Description:</h6>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue