Subversion Repositories SmartDukaan

Rev

Rev 10697 | Rev 11913 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10697 Rev 11332
Line 50... Line 50...
50
    <div>RS <?php echo $total;?></div>
50
    <div>RS <?php echo $total;?></div>
51
  </div>
51
  </div>
52
</div>
52
</div>
53
<script type="text/javascript">
53
<script type="text/javascript">
54
<?php if(isset($orderconfirmation_process) && !empty($orderconfirmation_process)){?>
54
<?php if(isset($orderconfirmation_process) && !empty($orderconfirmation_process)){?>
55
var orderConfirmation = <?php echo json_encode($orderconfirmation_process);?>
55
var orderConfirmation = <?php echo json_encode($orderconfirmation_process);?>;
56
<?php }?>
56
<?php }?>
-
 
57
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
-
 
58
if(document.getElementsByClassName('order-conf')[0] != undefined){
-
 
59
    document.getElementsByClassName('order-conf')[0].style.minHeight = pheight - 153 +'px';  
-
 
60
}
57
</script>
61
</script>
58
62