| Line 9... |
Line 9... |
| 9 |
$('#myModal').modal('hide');
|
9 |
$('#myModal').modal('hide');
|
| 10 |
$("#cartloader").addClass('hidden');
|
10 |
$("#cartloader").addClass('hidden');
|
| 11 |
if(typeof history.form != "undefined"){
|
11 |
if(typeof history.form != "undefined"){
|
| 12 |
history.form.submit();
|
12 |
history.form.submit();
|
| 13 |
}else if(typeof history.addItem != "undefined"){
|
13 |
}else if(typeof history.addItem != "undefined"){
|
| 14 |
window.location.href = apihost + 'category/6';
|
14 |
window.location.href = apihost + 'categories/linkdeal/3?filtertype=exclusive';
|
| 15 |
}
|
15 |
}
|
| 16 |
});
|
16 |
});
|
| 17 |
}
|
17 |
}
|
| 18 |
});
|
18 |
});
|
| 19 |
</script>
|
19 |
</script>
|
| Line 73... |
Line 73... |
| 73 |
<div class="modal-content" style="background-color: #f0f0f0;color: #555;">
|
73 |
<div class="modal-content" style="background-color: #f0f0f0;color: #555;">
|
| 74 |
<div class="modal-body">
|
74 |
<div class="modal-body">
|
| 75 |
<p id="shippingText" style="color:#ff0000;" class="text-center"></p>
|
75 |
<p id="shippingText" style="color:#ff0000;" class="text-center"></p>
|
| 76 |
</div>
|
76 |
</div>
|
| 77 |
<div class="modal-footer">
|
77 |
<div class="modal-footer">
|
| 78 |
<button type="button" class="btn btn-md pull-left" id="addItems" style="background-color:#58d936;"><a href="/category/6" style="color:#fff;"><strong>Add Items<br>(आइटम जोड़ें)</strong></a></button>
|
78 |
<button type="button" class="btn btn-md pull-left" id="addItems" style="background-color:#58d936;"><a href="/categories/linkdeal/3?filtertype=exclusive" style="color:#fff;"><strong>Add Items<br>(आइटम जोड़ें)</strong></a></button>
|
| 79 |
<button type="button" class="btn btn-md pull-right" id="continueCheckout" style="background-color:#58d936;color:#fff;"><strong>Continue<br>(आगे बढ़े )</strong></button>
|
79 |
<button type="button" class="btn btn-md pull-right" id="continueCheckout" style="background-color:#58d936;color:#fff;"><strong>Continue<br>(आगे बढ़े )</strong></button>
|
| 80 |
</div>
|
80 |
</div>
|
| 81 |
</div><!-- /.modal-content -->
|
81 |
</div><!-- /.modal-content -->
|
| 82 |
</div><!-- /.modal-dialog -->
|
82 |
</div><!-- /.modal-dialog -->
|
| 83 |
</div><!-- /.modal -->
|
83 |
</div><!-- /.modal -->
|