Subversion Repositories SmartDukaan

Rev

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

Rev 18299 Rev 18300
Line 57... Line 57...
57
<div class="label label-<?php echo $itemmessage['type'];?>">
57
<div class="label label-<?php echo $itemmessage['type'];?>">
58
    <strong><?php echo $itemmessage['messageText'];?></strong>
58
    <strong><?php echo $itemmessage['messageText'];?></strong>
59
  </div>
59
  </div>
60
</div>
60
</div>
61
<?php endforeach;?>
61
<?php endforeach;?>
62
  
-
 
63
<div class="scroll">
-
 
64
	<?php echo $this->element('cartitems');?> 
-
 
65
</div>	
-
 
66
 
62
 
67
<div class="text-center hidden" id="cartloader">
63
<div class="text-center hidden" id="cartloader">
-
 
64
	<br><br>
68
    <div class="hexdots-loader"></div>         
65
    <div class="hexdots-loader"></div>         
69
</div>
66
</div>
-
 
67
  
-
 
68
<div class="scroll">
-
 
69
	<?php echo $this->element('cartitems');?> 
-
 
70
</div>	
70
 
71
 
71
<div class="modal fade" id="myModal">
72
<div class="modal fade" id="myModal">
72
  <div class="modal-dialog">
73
  <div class="modal-dialog">
73
    <div class="modal-content" style="background-color: #f0f0f0;color: #555;">
74
    <div class="modal-content" style="background-color: #f0f0f0;color: #555;">
74
      <div class="modal-body">
75
      <div class="modal-body">
75
        <p id="shippingText" style="color:#ff0000;"></p>
76
        <p id="shippingText" style="color:#ff0000;" class="text-center"></p>
76
      </div>
77
      </div>
77
      <div class="modal-footer">
78
      <div class="modal-footer">
78
        <button type="button" class="btn btn-md pull-left" id="addItems"><a href="/category/6"><strong>Add Items<br>(आइटम जोड़ें)</strong></a></button>
79
        <button type="button" class="btn btn-md pull-left" id="addItems"><a href="/category/6"><strong>Add Items<br>(आइटम जोड़ें)</strong></a></button>
79
        <button type="button" class="btn btn-md  pull-right" id="continueCheckout"><strong>Continue<br>(आगे बढ़े )</strong></button>
80
        <button type="button" class="btn btn-md  pull-right" id="continueCheckout"><strong>Continue<br>(आगे बढ़े )</strong></button>
80
      </div>
81
      </div>