| Line 15... |
Line 15... |
| 15 |
<?php }?>
|
15 |
<?php }?>
|
| 16 |
</div>
|
16 |
</div>
|
| 17 |
<div id="error" class="error_msg" style="display:none">
|
17 |
<div id="error" class="error_msg" style="display:none">
|
| 18 |
</div>
|
18 |
</div>
|
| 19 |
<div class="coupon-code" style="display:block">
|
19 |
<div class="coupon-code" style="display:block">
|
| 20 |
<!-- <div id="coupon_msg">Have a Coupon Code? Enter here</div> -->
|
20 |
<div id="coupon_msg" style="display:none">Have a Coupon Code? Enter here</div>
|
| 21 |
<div id="coupon" class="clearfix">
|
21 |
<div id="coupon" class="clearfix">
|
| 22 |
<input name="Coupon" id="couponCode" type="text" onfocus="clearError()" onKeyDown="if(event.keyCode==13) recahrgeAmount();" placeholder="Enter Coupon Code (If Any)"/>
|
22 |
<input name="Coupon" id="couponCode" type="text" onfocus="clearError()" onKeyDown="if(event.keyCode==13) recahrgeAmount();" placeholder="Enter Coupon Code (If Any)"/>
|
| 23 |
<div class="apply-coupon" onclick="recahrgeAmount()">Apply</div>
|
23 |
<div class="apply-coupon" onclick="recahrgeAmount()">Apply</div>
|
| 24 |
</div>
|
24 |
</div>
|
| 25 |
</div>
|
25 |
</div>
|