Skip to content

Commit a041651

Browse files
Updated slides
1 parent b6c4543 commit a041651

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

bookstore-webapp/src/main/resources/templates/cart.html

+8
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,14 @@ <h3>Your cart is empty. <a href="/">Continue shopping</a></h3>
6262
x-model="orderForm.customer.email"
6363
value="">
6464
</div>
65+
<div class="col-md-6">
66+
<label for="customerPhone" class="form-label">Customer Phone</label>
67+
<input type="email" class="form-control"
68+
id="customerPhone"
69+
name="customerPhone"
70+
x-model="orderForm.customer.phone"
71+
value="">
72+
</div>
6573
<div class="col-6">
6674
<label for="deliveryAddressLine1" class="form-label">Delivery Address Line 1</label>
6775
<input class="form-control"
1010 KB
Binary file not shown.

0 commit comments

Comments
 (0)