| Line 26... |
Line 26... |
| 26 |
</div><!--wallet-hldr-->
|
26 |
</div><!--wallet-hldr-->
|
| 27 |
<a class="btn click-recharge" href="<?php echo base_url().'recharge';?>">Click here to recharge using wallet</a>
|
27 |
<a class="btn click-recharge" href="<?php echo base_url().'recharge';?>">Click here to recharge using wallet</a>
|
| 28 |
</div><!--sub-head-cont-->
|
28 |
</div><!--sub-head-cont-->
|
| 29 |
</div>
|
29 |
</div>
|
| 30 |
|
30 |
|
| - |
|
31 |
<!-- <div class="head settings">Account Settings </div>
|
| - |
|
32 |
<div class="sub-head-hldr">
|
| - |
|
33 |
<div class="sub-head">Personal Details <span>+</span></div>
|
| - |
|
34 |
<div class="sub-head">Login Details <span>+</span></div>
|
| - |
|
35 |
<div class="sub-head">Shipping Address <span>+</span></div>
|
| 31 |
<?php
|
36 |
</div> -->
|
| - |
|
37 |
</div><!--profile-hldr-->
|
| - |
|
38 |
<?php
|
| 32 |
if(isset($privatedeals['response']['items']) && (!empty($privatedeals['response']['items']))){
|
39 |
if(isset($privatedeals['response']['items']) && (!empty($privatedeals['response']['items']))){
|
| 33 |
?>
|
40 |
?>
|
| 34 |
<input type="hidden" id="email" value="<?php echo $authorized['email']?>">
|
41 |
<input type="hidden" id="email" value="<?php echo $authorized['email']?>">
|
| 35 |
<div class="recommended-cart-pd">
|
42 |
<div class="recommended-cart-pd">
|
| 36 |
<div class="head">
|
43 |
<div class="head">
|
| Line 57... |
Line 64... |
| 57 |
</div>
|
64 |
</div>
|
| 58 |
</div><!--rec-hldr-->
|
65 |
</div><!--rec-hldr-->
|
| 59 |
</div><!--recomended-pd-->
|
66 |
</div><!--recomended-pd-->
|
| 60 |
<?php
|
67 |
<?php
|
| 61 |
}?>
|
68 |
}?>
|
| 62 |
<!-- <div class="head settings">Account Settings </div>
|
- |
|
| 63 |
<div class="sub-head-hldr">
|
- |
|
| 64 |
<div class="sub-head">Personal Details <span>+</span></div>
|
- |
|
| 65 |
<div class="sub-head">Login Details <span>+</span></div>
|
- |
|
| 66 |
<div class="sub-head">Shipping Address <span>+</span></div>
|
- |
|
| 67 |
</div> -->
|
- |
|
| 68 |
</div><!--profile-hldr-->
|
- |
|
| 69 |
<script>
|
69 |
<script>
|
| 70 |
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
|
70 |
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
|
| 71 |
if(document.getElementsByClassName('profile-hldr')[0] != undefined){
|
71 |
if(document.getElementsByClassName('profile-hldr')[0] != undefined){
|
| 72 |
document.getElementsByClassName('profile-hldr')[0].style.minHeight = pheight - 139 +'px';
|
72 |
document.getElementsByClassName('profile-hldr')[0].style.minHeight = pheight - 139 +'px';
|
| 73 |
}
|
73 |
}
|