Subversion Repositories SmartDukaan

Rev

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

Rev 24613 Rev 24614
Line 72... Line 72...
72
<div class = "row">
72
<div class = "row">
73
	<div class="table-responsive col-lg-8" style="background-color:white">
73
	<div class="table-responsive col-lg-8" style="background-color:white">
74
		<h4 class="modelHeaderCustom" style="font-size:22px;">Product Information</h4>
74
		<h4 class="modelHeaderCustom" style="font-size:22px;">Product Information</h4>
75
  		<table class="table table-condensed">
75
  		<table class="table table-condensed">
76
    		<tr>
76
    		<tr>
77
    			<th style="width:30%">Description</th>
77
    			<th style="width:25%">Description</th>
78
    			<th style="width:10%">Quantity</th>
78
    			<th style="width:10%">Quantity</th>
79
    			<th style="width:25%">Serial Number</th>
79
    			<th style="width:15%">Serial Number</th>
80
    			<th style="width:10%">Unit Price</th>
80
    			<th style="width:12%">Unit Price</th>
81
    			<th style="width:15%">Mobile Insurance</th>
81
    			<th style="width:15%">Mobile Insurance</th>
82
    			<!--<th><h4 class="grnProductInfo modelHeaderCustom table-align-center">Discount</h4></th>-->
82
    			<!--<th><h4 class="grnProductInfo modelHeaderCustom table-align-center">Discount</h4></th>-->
83
    			<th style="width:10%">Total Price</th>
83
    			<th style="width:12%">Total Price</th>
84
    		</tr>
84
    		</tr>
85
    		
85
    		
86
    		#foreach ($cartItem in $cartItems)
86
    		#foreach ($cartItem in $cartItems)
87
    			#set($mrp="MRP")
87
    			#set($mrp="MRP")
88
    			#if($mopPriceMap.get($cartItem.getItemId()).getMrp()!=0)
88
    			#if($mopPriceMap.get($cartItem.getItemId()).getMrp()!=0)