Subversion Repositories SmartDukaan

Rev

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

Rev 17482 Rev 17497
Line 181... Line 181...
181
			<?php $grandTotalPrice = $carts->totalPrice;
181
			<?php $grandTotalPrice = $carts->totalPrice;
182
			if(isset($discount) && $discount!=0){
182
			if(isset($discount) && $discount!=0){
183
				$grandTotalPrice = $discountedPrice;
183
				$grandTotalPrice = $discountedPrice;
184
			}
184
			}
185
			$grandTotalPrice = $grandTotalPrice + $shipingCharges;
185
			$grandTotalPrice = $grandTotalPrice + $shipingCharges;
186
			$carts->totalPrice = $carts->totalPrice + $shipingCharges;
-
 
187
			?>
186
			?>
188
			<div class="gd-total clearfix">
187
			<div class="gd-total clearfix">
189
				<?php if(isset($discount) && $discount!=0){?>
188
				<?php if(isset($discount) && $discount!=0){?>
190
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
189
				<div>Total Price</div><div>Rs <?php echo $totalPrice;?></div>
191
				<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>