Subversion Repositories SmartDukaan

Rev

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

Rev 15037 Rev 15038
Line 8... Line 8...
8
				<?php foreach ($order['subOrders'] as $key => $suborder):?>	
8
				<?php foreach ($order['subOrders'] as $key => $suborder):?>	
9
				<?php $suborder['storeId'] = $order['storeId'];?>		
9
				<?php $suborder['storeId'] = $order['storeId'];?>		
10
				<?php if($order['merchantOrderId']!=4)):?>
10
				<?php if($order['merchantOrderId']!=4)):?>
11
				<?php $suborder['merchantOrderId'] = $order['merchantOrderId'];?>
11
				<?php $suborder['merchantOrderId'] = $order['merchantOrderId'];?>
12
				<?php else:?>
12
				<?php else:?>
13
				<?php $suborder['merchantOrderId'] = $subOrder['merchantSubOrderId'];?>				
13
				<?php $suborder['merchantOrderId'] = $suborder['merchantSubOrderId'];?>				
14
				<?php endif;?>
14
				<?php endif;?>
15
				<?php 
15
				<?php 
16
					if(!empty($order['orderTrackingUrl'])){
16
					if(!empty($order['orderTrackingUrl'])){
17
						$suborder['orderSuccessUrl'] = $order['orderTrackingUrl'];
17
						$suborder['orderSuccessUrl'] = $order['orderTrackingUrl'];
18
					}
18
					}