Subversion Repositories SmartDukaan

Rev

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

Rev 17497 Rev 17519
Line 189... Line 189...
189
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
189
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
190
				<div class="discount">Discount</div><div class="discount">Rs <?php echo $discount;?></div>
190
				<div class="discount">Discount</div><div class="discount">Rs <?php echo $discount;?></div>
191
				<?php }?>
191
				<?php }?>
192
				<div>Grand total( <?php echo sizeof($carts->lines);
192
				<div>Grand total( <?php echo sizeof($carts->lines);
193
				if(sizeof($carts->lines) > 1){echo 'items )';} else {echo 'item )';}?></div>
193
				if(sizeof($carts->lines) > 1){echo 'items )';} else {echo 'item )';}?></div>
194
				<div>RS <?php echo $grandTotalPrice;?> </div>
194
				<div>Rs <span style="color: red"><?php echo $grandTotalPrice;?></span> </div>
195
			</div><!--gd-total-->
195
			</div><!--gd-total-->
196
					<input type="hidden" id="hotSpot" name="hotspot" value=""/>
196
					<input type="hidden" id="hotSpot" name="hotspot" value=""/>
197
					<input class="procced-btn btn" type="button" name="submit" value="Proceed To Pay" onclick="validateInsurance(2)"/>
197
					<input class="procced-btn btn" type="button" name="submit" value="Proceed To Pay" onclick="validateInsurance(2)"/>
198
		</div><!--shipping-cont--->
198
		</div><!--shipping-cont--->
199
		</div><!--delivery-cont-->
199
		</div><!--delivery-cont-->