| Line 130... |
Line 130... |
| 130 |
</div>
|
130 |
</div>
|
| 131 |
|
131 |
|
| 132 |
<div class="left">Total</div><div class="right">Rs <span id="total"><?php echo $carts[0]->totalPrice; ?></span></div>
|
132 |
<div class="left">Total</div><div class="right">Rs <span id="total"><?php echo $carts[0]->totalPrice; ?></span></div>
|
| 133 |
<div id="discount" <?php if(isset($discount)){ ?> style="display:block" <?php } else{ ?> style="display:none" <?php }?>><div class="left">Discount</div><div class="right">Rs <span id="discountAmt"><?php if(isset($discount)) {echo $discount;} ?></span></div></div>
|
133 |
<div id="discount" <?php if(isset($discount)){ ?> style="display:block" <?php } else{ ?> style="display:none" <?php }?>><div class="left">Discount</div><div class="right">Rs <span id="discountAmt"><?php if(isset($discount)) {echo $discount;} ?></span></div></div>
|
| 134 |
<div id="discountPrice" <?php if($carts[0]->discountedPrice >= 0 && isset($carts[0]->couponCode)){ ?> style="display:block" <?php } else{ ?> style="display:none" <?php }?>><div class="left">Discounted Price</div><div class="right">Rs <span id="discountedPrice"><?php echo $carts[0]->discountedPrice; ?></span></div></div>
|
134 |
<div id="discountPrice" <?php if($carts[0]->discountedPrice >= 0 && isset($carts[0]->couponCode)){ ?> style="display:block" <?php } else{ ?> style="display:none" <?php }?>><div class="left">Discounted Price</div><div class="right">Rs <span id="discountedPrice"><?php echo $carts[0]->discountedPrice; ?></span></div></div>
|
| 135 |
<div class="left">Shipping<?php if(!empty($authorized['isPrivateDealUser']) && $shipingCharges>0): ?><br><span style="color:red;">(Free Delivery Above 1000 Rupees)</span><?php endif;?>
|
135 |
<div class="left">Shipping<?php if(!empty($authorized['isPrivateDealUser']) && $shipingCharges>0): ?><br><span style="color:red;font:0.7em">(Free Delivery Above 1000 Rupees)</span><?php endif;?>
|
| 136 |
</div>
|
136 |
</div>
|
| 137 |
<?php if(empty($authorized['isPrivateDealUser'])): ?>
|
137 |
<?php if(empty($authorized['isPrivateDealUser'])): ?>
|
| 138 |
<div class="right">Free</div>
|
138 |
<div class="right">Free</div>
|
| 139 |
<?php else:?>
|
139 |
<?php else:?>
|
| 140 |
<?php if($shipingCharges==0){?>
|
140 |
<?php if($shipingCharges==0){?>
|
| 141 |
<div class="right">Free</div>
|
141 |
<div class="right">Free</div>
|
| 142 |
<?php } else{ ?>
|
142 |
<?php } else{ ?>
|
| 143 |
<div class="right"> Rs <span id="shppingCharges"><?php echo $shipingCharges; ?></span></div>
|
143 |
<div class="right"> Rs <span id="shppingCharges"><?php echo $shipingCharges; ?></span><br></div>
|
| 144 |
<?php } ?>
|
144 |
<?php } ?>
|
| 145 |
<?php endif;?>
|
145 |
<?php endif;?>
|
| 146 |
<div class="left">Grand Total</div><div class="right">Rs <span id="grandtotal" style="color:red;"><?php echo $grandTotalPrice; ?></span></div>
|
146 |
<div class="left">Grand Total</div><div class="right">Rs <span id="grandtotal" style="color:red;"><?php echo $grandTotalPrice; ?></span></div>
|
| 147 |
</div>
|
147 |
</div>
|
| 148 |
<div class="checkout-hldr clear">
|
148 |
<div class="checkout-hldr clear">
|