Subversion Repositories SmartDukaan

Rev

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

Rev 14225 Rev 14700
Line 21... Line 21...
21
			<?php endif;?>
21
			<?php endif;?>
22
			</div>															
22
			</div>															
23
		</div>						
23
		</div>						
24
		<div class="row">
24
		<div class="row">
25
			<div class="col-xs-12 ordercontrols">
25
			<div class="col-xs-12 ordercontrols">
-
 
26
				<?php if($suborder['status']=='html_required'):?>
26
				<a href="<?php echo $amazonorderurl.$suborder['merchantOrderId'];?>&oid=<?php echo $suborder['orderId'];?>"><button class="btn btn-xs btn-warning" type="button">Click to fetch Order details</a>
27
					<a href="<?php echo $amazonorderurl.$suborder['merchantOrderId'];?>&oid=<?php echo $suborder['orderId'];?>"><button class="btn btn-xs btn-warning" type="button">Click to fetch Order details</a>
-
 
28
				<?php elseif($suborder['status']=='cancelled'):?>
-
 
29
					<span class="label label-info">Cancelled</span>
-
 
30
				<?php else:?>
-
 
31
					<span class="label label-info">We will show order details within 48 hours</span>
-
 
32
				<?php endif;?>
27
			</div>
33
			</div>
28
		</div>
34
		</div>
29
	</div>
35
	</div>
30
</div>
36
</div>