create order
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
<i class="fas fa-check"></i>
|
||||
</div>
|
||||
|
||||
<h1 class="success-title">Đặt hàng thành công!</h1>
|
||||
<h1 class="success-title">Tạo đơn hàng thành công!</h1>
|
||||
<p class="success-message">
|
||||
Cảm ơn bạn đã đặt hàng. Chúng tôi sẽ liên hệ xác nhận trong vòng 24 giờ.
|
||||
</p>
|
||||
@@ -46,7 +46,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Next Steps -->
|
||||
<div class="card">
|
||||
<!-- <div class="card">
|
||||
<h3 class="card-title">Các bước tiếp theo</h3>
|
||||
<div style="display: flex; align-items: flex-start; margin-bottom: 12px;">
|
||||
<div style="width: 24px; height: 24px; background: var(--primary-blue); color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700; margin-right: 12px; flex-shrink: 0;">1</div>
|
||||
@@ -69,7 +69,7 @@
|
||||
<p class="text-small text-muted">Vận chuyển đến địa chỉ của bạn</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>-->
|
||||
|
||||
<!-- Action Buttons -->
|
||||
<a href="#" class="btn btn-primary btn-block mb-2">
|
||||
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
<div class="info-row">
|
||||
<span class="info-label">Nội dung:</span>
|
||||
<span class="info-value">DH001234 La Nguyen Quynh</span>
|
||||
<span class="info-value">DH001234</span>
|
||||
<button class="copy-btn" onclick="copyText('DH001234 La Nguyen Quynh')">
|
||||
<i class="fas fa-copy"></i>
|
||||
</button>
|
||||
@@ -139,12 +139,15 @@
|
||||
|
||||
<!-- Action Buttons -->
|
||||
<div class="action-buttons">
|
||||
<button class="btn btn-secondary" onclick="confirmPayment()">
|
||||
<!--<button class="btn btn-secondary" onclick="confirmPayment()">
|
||||
<i class="fas fa-check"></i> Đã thanh toán
|
||||
</button>
|
||||
</button>-->
|
||||
<button class="btn btn-primary" onclick="uploadProof()">
|
||||
<i class="fas fa-camera"></i> Upload bill chuyển khoản
|
||||
</button>
|
||||
<a href="index.html" class="btn btn-secondary btn-block">
|
||||
<i class="fas fa-home"></i> Quay về trang chủ
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Timer -->
|
||||
|
||||
Reference in New Issue
Block a user