Subversion Repositories SmartDukaan

Rev

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

Rev 16036 Rev 16042
Line 80... Line 80...
80
            <?php if(!empty($carts[0]->message) && isset($carts[0]->message)):?>
80
            <?php if(!empty($carts[0]->message) && isset($carts[0]->message)):?>
81
            <div id="cart-quantity-msg" class="cart-quantity-msg">
81
            <div id="cart-quantity-msg" class="cart-quantity-msg">
82
            	<?php echo $carts[0]->message;?>
82
            	<?php echo $carts[0]->message;?>
83
            </div>
83
            </div>
84
             <?php endif;?>
84
             <?php endif;?>
85
            <div id="max-quantity-msg" class="max-quantity-msg" style="display:none;"></div>
85
            <div id="max-quantity-msg" class="max-quantity-msg" style="display:none;">You can not order more than 20 units of the same product</div>
86
            <div class="pd-price clearfix">
86
            <div class="pd-price clearfix">
87
                <div style="width:20%">
87
                <div style="width:20%">
88
                  <span>Unit Price</span>
88
                  <span>Unit Price</span>
89
                  <div><?php echo $items->actualPrice;?></div>
89
                  <div><?php echo $items->actualPrice;?></div>
90
                </div>
90
                </div>