Subversion Repositories SmartDukaan

Rev

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

Rev 30601 Rev 30941
Line 106... Line 106...
106
			#if($cartItems.size()==0)
106
			#if($cartItems.size()==0)
107
				<div class="card row">
107
				<div class="card row">
108
					<p>Your Cart is Empty.</p>
108
					<p>Your Cart is Empty.</p>
109
				</div>
109
				</div>
110
			#else
110
			#else
111
			<div class="row">
111
				<div class="row">
112
				<div class="table-responsive col-lg-8"
112
					<div class="table-responsive col-lg-8"
113
					 style="background-color: white">
113
						 style="background-color: white">
114
					<div class="row">
114
						<div class="row">
115
						<h4 class="modelHeaderCustom" style="font-size: 22px;">Product
115
							<h4 class="modelHeaderCustom" style="font-size: 22px;">Product
116
							Information</h4>
116
								Information</h4>
117
						<table id="order-items" class="table table-condensed">
117
							<table id="order-items" class="table table-condensed">
118
							<tr>
118
								<tr>
119
								<th style="width: 25%">Description</th>
119
									<th style="width: 25%">Description</th>
120
								<th style="width: 6%">Quantity</th>
120
									<th style="width: 5%">Qty</th>
121
								<th style="width: 13%">Serial Number</th>
121
									<th style="width: 13%">Serial Number</th>
122
								<th style="width: 13%">Unit Price</th>
122
									<th style="width: 13%">Unit Price</th>
123
								<th style="widht:13%">Activation Discount</th>
123
									<th style="widht:13%">Activation Discount</th>
124
								<th style="width: 15%">Mobile Insurance</th>
124
									<th style="width: 15%">Mobile Insurance</th>
125
								<th style="width: 15%">Total Price</th>
125
									<th style="width: 15%">Total Price</th>
126
							</tr>
126
								</tr>
127
 
127
 
128
							#foreach ($cartItem in $cartItems) #set($mrp="MRP")
128
								#foreach ($cartItem in $cartItems) #set($mrp="MRP")
129
							#if($mopPriceMap.get($cartItem.getItemId()).getMrp()!=0)
129
							#if($mopPriceMap.get($cartItem.getItemId()).getMrp()!=0)
130
								#set($mrp="$mopPriceMap.get($cartItem.getItemId()).getMrp()(MRP)")
130
								#set($mrp="$mopPriceMap.get($cartItem.getItemId()).getMrp()(MRP)")
131
							#end
131
							#end
132
							#set($placeHolder = "$mopPriceMap.get($cartItem.getItemId()).getPrice()(MOP) - $mrp")
132
							#set($placeHolder = "$mopPriceMap.get($cartItem.getItemId()).getPrice()(MOP) - $mrp")
133
							#set($dp = $mopPriceMap.get($cartItem.getItemId()).getPurchasePrice())
133
							#set($dp = $mopPriceMap.get($cartItem.getItemId()).getPurchasePrice())