Subversion Repositories SmartDukaan

Rev

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

Rev 13736 Rev 13745
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
							<div class="col-xs-6">
22
							<div class="col-xs-6 ordercontrols">
23
								<?php if(!empty($suborder['status'])):?>
23
								<?php if(!empty($suborder['status'])):?>
24
								<button class="pull-left btn btn-sm orderstatus" type="button"><?php echo $suborder['status'];?></button>
24
								<button class="pull-left btn btn-sm orderstatus" type="button"><?php echo $suborder['status'];?></button>
25
								<?php endif;?>
25
								<?php endif;?>
26
							</div>
26
							</div>
27
							<div class="col-xs-6 pull-right">
27
							<div class="col-xs-6 pull-right ordercontrols">
28
								<?php if(!empty($suborder['tracingkUrl'])):?>
28
								<?php if(!empty($suborder['tracingkUrl'])):?>
29
								<a href="<?php echo $suborder['tracingkUrl'];?>"><button class="pull-right btn btn-sm trackingurl" type="button">Track My Order</button></a>
29
								<a href="<?php echo $suborder['tracingkUrl'];?>"><button class="pull-right btn btn-sm trackingurl" type="button">Track My Order</button></a>
30
								<?php endif;?>
30
								<?php endif;?>
31
							</div>
31
							</div>
32
						</div>
32
						</div>