Subversion Repositories SmartDukaan

Rev

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

Rev 11125 Rev 11930
Line 167... Line 167...
167
				</div><!--add-ons-->
167
				</div><!--add-ons-->
168
			</div><!--order-summary-->
168
			</div><!--order-summary-->
169
			<div class="gd-total clearfix">
169
			<div class="gd-total clearfix">
170
				<?php if(isset($discount) && $discount!=0){?>
170
				<?php if(isset($discount) && $discount!=0){?>
171
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
171
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
172
				<div>Discount</div><div>Rs <?php echo $discount;?></div>
172
				<div class="discount">Discount</div><div class="discount">Rs <?php echo $discount;?></div>
173
				<?php }?>
173
				<?php }?>
174
				<div>Grand total( <?php echo sizeof($carts->lines);
174
				<div>Grand total( <?php echo sizeof($carts->lines);
175
				if(sizeof($carts->lines) > 1){echo 'items )';} else {echo 'item )';}?></div>
175
				if(sizeof($carts->lines) > 1){echo 'items )';} else {echo 'item )';}?></div>
176
				<div>RS <?php if(isset($discount) && $discount!=0){echo $discountedPrice;} else {echo $carts->totalPrice;}?> </div>
176
				<div>RS <?php if(isset($discount) && $discount!=0){echo $discountedPrice;} else {echo $carts->totalPrice;}?> </div>
177
			</div><!--gd-total-->
177
			</div><!--gd-total-->
Line 194... Line 194...
194
		  <?php if(isset($carts->locationServiceableMessage) && !empty($carts->locationServiceableMessage)){?>
194
		  <?php if(isset($carts->locationServiceableMessage) && !empty($carts->locationServiceableMessage)){?>
195
		  		var locationServiceable = false;
195
		  		var locationServiceable = false;
196
		  <?php } else{?>
196
		  <?php } else{?>
197
		  		var locationServiceable = true;
197
		  		var locationServiceable = true;
198
		  <?php } ?>
198
		  <?php } ?>
199
		</script>
-
 
200
199
		</script>
-
 
200