Subversion Repositories SmartDukaan

Rev

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

Rev 15038 Rev 15227
Line 17... Line 17...
17
				<?php 
17
				<?php 
18
					if(!empty($order['orderTrackingUrl'])){
18
					if(!empty($order['orderTrackingUrl'])){
19
						$suborder['orderSuccessUrl'] = $order['orderTrackingUrl'];
19
						$suborder['orderSuccessUrl'] = $order['orderTrackingUrl'];
20
					}
20
					}
21
				?>
21
				?>
22
				<?php echo $this->element('suborder',array('suborder'=>$suborder,'activestores'=>$activestores,'storemapping'=>$storemapping));?>
22
				<?php echo $this->element('suborderwd',array('suborder'=>$suborder,'activestores'=>$activestores,'storemapping'=>$storemapping));?>
23
				<?php endforeach;?>
23
				<?php endforeach;?>
24
			<?php else:?>
24
			<?php else:?>
25
				<?php echo $this->element('unparsedorder',array('suborder'=>$order,'activestores'=>$activestores,'storemapping'=>$storemapping,'amazonorderurl'=>$amazonorderurl));?>
25
				<?php echo $this->element('unparsedorderwd',array('suborder'=>$order,'activestores'=>$activestores,'storemapping'=>$storemapping,'amazonorderurl'=>$amazonorderurl));?>
26
			<?php endif;?>
26
			<?php endif;?>
27
		<?php endforeach;?>
27
		<?php endforeach;?>
28
		<nav>
28
		<nav>
29
		  <ul class="pager">
29
		  <ul class="pager">
30
		    <?php if($page>1):?><li><a href="<?php echo '?user_id='.$userId.'&page='.($page-1);?>">Previous</a></li><?php endif;?>
30
		    <?php if($page>1):?><li><a href="<?php echo '?user_id='.$userId.'&page='.($page-1);?>">Previous</a></li><?php endif;?>