-
-
-
Tổng tiền thanh toán:
-

Tặng voucher sau mua hàng
05/01/2021 Đăng bởi: BigunsVào Cầu Hình => Chọn thanh toán => Chọn nội dung thông báo thêm => Pasted nguyên văn
<script>
if( window.location.href.indexOf('checkout') != -1 && window.location.href.indexOf('thank_you') != -1 ) {
var html = `
<div class="content-new">
<p>Click hoặc Scan Qrcode dưới đây để nhận ngay mã giảm giá 80,000đ cho đơn hàng tiếp theo!</p>
<center>
<a href="https://m.me/299038867586718?ref=07d4a888_5fbc7880f76aeb0027b1baed">
<img src="https://file.hstatic.net/1000329159/file/photo_2020-11-24_10-17-05_1fcce4d1e8de49fdae874e21f0a23097.jpg" alt="qrcode"/>
</a>
</center>
</div>
`;
if ($('.content-new').length == 0){
$('.order-summary.order-summary-is-collapsed').append(html);
}
}
</script>
<style>
.content-new {
border: 2px dashed red;
padding: 20px;
color: #000;
font-size: 16px;
font-weight: bold;
text-align: center;
}
.content-new img {
margin: 20px 00 0;
width: 130px;
}
</style>