Subversion Repositories SmartDukaan

Rev

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

Rev 13704 Rev 13714
Line 17... Line 17...
17
						<h4><?php echo $suborder['productTitle'];?></h4>
17
						<h4><?php echo $suborder['productTitle'];?></h4>
18
						<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
18
						<?php if(!empty($suborder['estimatedDeliveryDate'])):?>
19
							<p>Will be delivered by <span class="deliverydate"><?php echo $suborder['estimatedDeliveryDate'];?></span></p>
19
							<p>Will be delivered by <span class="deliverydate"><?php echo $suborder['estimatedDeliveryDate'];?></span></p>
20
						<?php endif;?>
20
						<?php endif;?>
21
						<div class="row">
21
						<div class="row">
-
 
22
<!--
22
							<div class="col-xs-6">
23
							<div class="col-xs-6">
23
								<?php if(!empty($suborder['status'])):?>
24
								<?php if(!empty($suborder['status'])):?>
24
								<button class="btn btn-sm orderstatus" type="button"><?php echo $suborder['status'];?></button>
25
								<button class="pull-left btn btn-sm orderstatus" type="button"><?php echo $suborder['status'];?></button>
25
								<?php endif;?>
26
								<?php endif;?>
26
							</div>
27
							</div>
-
 
28
-->
27
							<div class="col-xs-6">
29
							<div class="col-xs-6">
28
								<?php if(!empty($suborder['tracingkUrl'])):?>
30
								<?php if(!empty($suborder['tracingkUrl'])):?>
29
								<button class="btn btn-sm trackingurl" type="button"><a href="<?php echo $suborder['tracingkUrl'];?>">Track My Order</a></button>
31
								<a href="<?php echo $suborder['tracingkUrl'];?>"><button class="pull-right btn btn-sm trackingurl" type="button">Track My Order</button></a>
30
								<?php endif;?>
32
								<?php endif;?>
31
							</div>
33
							</div>
32
						</div>
34
						</div>
33
					</div>
35
					</div>
34
				</div>
36
				</div>