| Line 19... |
Line 19... |
| 19 |
$('#myModal').modal('hide');
|
19 |
$('#myModal').modal('hide');
|
| 20 |
$("#cartloader").addClass('hidden');
|
20 |
$("#cartloader").addClass('hidden');
|
| 21 |
if(typeof history.form != "undefined"){
|
21 |
if(typeof history.form != "undefined"){
|
| 22 |
history.form.submit();
|
22 |
history.form.submit();
|
| 23 |
}else if(typeof history.addItem != "undefined"){
|
23 |
}else if(typeof history.addItem != "undefined"){
|
| 24 |
window.location.href = apihost + 'category/6';
|
24 |
window.location.href = apihost + 'categories/linkdeal/3?filtertype=exclusive';
|
| 25 |
}
|
25 |
}
|
| 26 |
});
|
26 |
});
|
| 27 |
}
|
27 |
}
|
| 28 |
});
|
28 |
});
|
| 29 |
</script>
|
29 |
</script>
|
| Line 86... |
Line 86... |
| 86 |
<div class="modal-content" style="background-color: #f0f0f0;color: #555;">
|
86 |
<div class="modal-content" style="background-color: #f0f0f0;color: #555;">
|
| 87 |
<div class="modal-body">
|
87 |
<div class="modal-body">
|
| 88 |
<p id="shippingText" style="color:#ff0000;" class="text-center"></p>
|
88 |
<p id="shippingText" style="color:#ff0000;" class="text-center"></p>
|
| 89 |
</div>
|
89 |
</div>
|
| 90 |
<div class="modal-footer">
|
90 |
<div class="modal-footer">
|
| 91 |
<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>
|
91 |
<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>
|
| 92 |
<button type="button" class="btn btn-md pull-right" id="continueCheckout" style="background-color:#58d936;color:#fff;"><strong>Continue<br>(आगे बढ़े )</strong></button>
|
92 |
<button type="button" class="btn btn-md pull-right" id="continueCheckout" style="background-color:#58d936;color:#fff;"><strong>Continue<br>(आगे बढ़े )</strong></button>
|
| 93 |
</div>
|
93 |
</div>
|
| 94 |
</div><!-- /.modal-content -->
|
94 |
</div><!-- /.modal-content -->
|
| 95 |
</div><!-- /.modal-dialog -->
|
95 |
</div><!-- /.modal-dialog -->
|
| 96 |
</div><!-- /.modal -->
|
96 |
</div><!-- /.modal -->
|
| Line 166... |
Line 166... |
| 166 |
|
166 |
|
| 167 |
<?php if($cartskus['shippingCharge']>0 && $cartskus['totalAmount']>0):?>
|
167 |
<?php if($cartskus['shippingCharge']>0 && $cartskus['totalAmount']>0):?>
|
| 168 |
<div class="cartitemstotal" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
168 |
<div class="cartitemstotal" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
| 169 |
<span class="pull-left ">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
169 |
<span class="pull-left ">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
| 170 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
170 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
| 171 |
<span id="shippingAlertTextEng" class="shippingAlertText hidden">Free Shipping above ₹ 1000.<br>You can add different items.</span>
|
171 |
<!--<span id="shippingAlertTextEng" class="shippingAlertText hidden">Free Shipping above ₹ 1000.<br>You can add different items.</span>
|
| 172 |
<span id="shippingAlertTextHin" class="shippingAlertText">₹ 1000 से ऊपर मुफ्त शिपिंग <br> आप अलग अलग आइटम जोड़ सकते हैं।</span>
|
172 |
<span id="shippingAlertTextHin" class="shippingAlertText">₹ 1000 से ऊपर मुफ्त शिपिंग <br> आप अलग अलग आइटम जोड़ सकते हैं।</span>-->
|
| 173 |
</div>
|
173 |
</div>
|
| 174 |
<?php else:?>
|
174 |
<?php else:?>
|
| 175 |
<div class="cartitemstotal hidden" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
175 |
<div class="cartitemstotal hidden" data-itemtotal="<?php echo $cartskus['totalAmount']; ?>" data-shipping="<?php echo $cartskus['shippingCharge'];?>">
|
| 176 |
<span class="pull-left total">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
176 |
<span class="pull-left total">Item Total </span><span class="pull-right itemstotal">₹ <?php echo number_format($cartskus['totalAmount']); ?></span><br>
|
| 177 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
177 |
<span class="pull-left shipping">Shipping </span><span class="pull-right shippingval">₹ <?php echo number_format($cartskus['shippingCharge']);?></span><br>
|
| 178 |
<span id="shippingAlertTextEng" class="shippingAlertText hidden">Free Shipping above ₹ 1000.<br>You can add different items.</span>
|
178 |
<!--<span id="shippingAlertTextEng" class="shippingAlertText hidden">Free Shipping above ₹ 1000.<br>You can add different items.</span>
|
| 179 |
<span id="shippingAlertTextHin" class="shippingAlertText">₹ 1000 से ऊपर मुफ्त शिपिंग <br> आप अलग अलग आइटम जोड़ सकते हैं।</span>
|
179 |
<span id="shippingAlertTextHin" class="shippingAlertText">₹ 1000 से ऊपर मुफ्त शिपिंग <br> आप अलग अलग आइटम जोड़ सकते हैं।</span>-->
|
| 180 |
</div>
|
180 |
</div>
|
| 181 |
<?php endif;?>
|
181 |
<?php endif;?>
|
| 182 |
<?php if($cartskus['totalAmount']>0):?>
|
182 |
<?php if($cartskus['totalAmount']>0):?>
|
| 183 |
<div class="cartgrandtotal" data-grand="<?php echo ($cartskus['totalAmount']+$cartskus['shippingCharge']); ?>"><span class="pull-left"><strong>Payable </strong></span><span class="pull-right"> ₹ <?php echo number_format($cartskus['totalAmount']+$cartskus['shippingCharge']); ?> </span></div>
|
183 |
<div class="cartgrandtotal" data-grand="<?php echo ($cartskus['totalAmount']+$cartskus['shippingCharge']); ?>"><span class="pull-left"><strong>Payable </strong></span><span class="pull-right"> ₹ <?php echo number_format($cartskus['totalAmount']+$cartskus['shippingCharge']); ?> </span></div>
|
| 184 |
<?php else:?>
|
184 |
<?php else:?>
|