Subversion Repositories SmartDukaan

Rev

Rev 18899 | Rev 18916 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
18899 naman 1
<style>
2
	td:first-child { background-color: #F9FCF7; border:1px solid white;}
3
	td{
4
	padding:2px;
5
    border:1px solid #e6e6e6;
6
}
7
</style>
8
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
9
	<div class='row card'>
10
		<div class='col-xs-12' style="padding:0px;">
11
 
12
				<table cellpadding="1" cellspacing="1">
13
					<tr width="100%"> 
14
					      <td width="100%" colspan="2" style="border:1px solid #58d936;">
15
					      	<div align="center">
16
					      		<strong>Retailer details by TIN : <?php echo $tin_num; ?></strong>
17
					      	</div>
18
					      </td>
19
	    			</tr>
20
 
21
					<?php if(isset($tinres['counter_name']) && !empty($tinres['counter_name'])):?>
22
						<tr>
23
							<td><strong>Counter Name</strong></td><td><?php echo $tinres['counter_name'];?></td>
24
						</tr>
25
					<?php endif;?>
26
					<?php if(isset($tinres['counter_address']) && !empty($tinres['counter_address'])):?>
27
						<tr>
28
							<td><strong>Counter Address</strong></td><td><?php echo $tinres['counter_address'];?></td>
29
						</tr>
30
					<?php endif;?>
31
					<?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
32
						<tr>
33
							<td><strong>State</strong></td><td><?php echo $tinres['state'];?></td>
34
						</tr>
35
					<?php endif;?>
36
					<?php if(isset($tinres['pan']) && !empty($tinres['pan'])):?>
37
						<tr>
38
							<td><strong>PAN</strong></td><td><?php echo $tinres['pan'];?></td>
39
						</tr>
40
					<?php endif;?>
41
					<?php if(isset($tinres['registered_on']) && !empty($tinres['registered_on'])):?>
42
						<tr>
43
							<td><strong>Date of Registration</strong></td><td><?php echo $tinres['registered_on'];?></td>
44
						</tr>
45
					<?php endif;?>
46
 
47
				</table>
48
				<br>
49
				<div class="row">
50
 
51
					<?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
18910 naman 52
						<div style="border:1px solid #58d936; padding:2px;margin-bottom:5px;font-size:12px;">
18899 naman 53
							<?php if(trim($tinres['state']) == "Delhi"):?>	
18910 naman 54
								<div style="line-height: 15px;">
55
									<b>*</b> You will get tax invoice for orders shipped to counter address mentioned above.
56
								</div>
57
								<div style="line-height: 15px;margin-top: 4px;">
58
									<b>*</b> आपको उपरोक्त काउंटर के पते पर दिए गए ऑर्डरों पर ही आपको टैक्स चालान मिलेगा। 
59
								</div>
18899 naman 60
							<?php else:?>
18910 naman 61
								<div style="line-height: 15px;">
62
									<b>*</b> <span style="color:red;">Tax invoice is only available in Delhi</span>. We will get back to you when tax invoice is available in <?php echo $tinres['state'];?>.
63
								</div>
64
								<div style="line-height: 15px;margin-top: 4px;">				
65
									<b>*</b> <span style="color:red;">टैक्स चालान केवल दिल्ली में उपलब्ध है</span>।<?php echo $tinres['state'];?> में टैक्स चालान उपलब्ध होते ही आपसे संपर्क किया जाएगा। 
66
								</div>	
18899 naman 67
							<?php endif;?>
68
						</div>
69
					<?php endif;?>
70
 
18910 naman 71
					<div class= "col-xs-12 text-center" style="margin-bottom: 5px;">
18899 naman 72
						<!--  <button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;float:right;">Not OK</button>-->	
73
						<a href="<?php echo $base_url;?>tins/confirm">
74
							<button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;">
75
							<?php if(isset($tinres['state']) && !empty($tinres['state']) && trim($tinres['state']) == "Delhi"):?>	
76
								Confirm to get tax invoice
77
							<?php else:?>
78
								Confirm your tax details
79
							<?php endif;?>
80
							</button>	
81
						</a>
18910 naman 82
					</div>				
83
				</div>				
18899 naman 84
		</div>
85
 
86
	</div>
87
 
88
	<div class="row card" style="padding:0px;">
18910 naman 89
			<div class="col-xs-12" style="padding: 5px;font-size:12px;">
90
				<div style="line-height: 15px;">
91
					<b>#</b> In case your tax details are incorrect or you want to change your shipping address, send your TIN RC copy to <b>help@profitmandi.com</b> from your registered email 
92
					<?php if(isset($user_email) && !empty($user_email)){
93
						echo "<b>".$user_email."</b>";
94
					}?>
95
					.
96
				</div>
97
				<div style="line-height:15px;margin-top: 4px;">
98
					<b>#</b> अगर आपका विवरण गलत है या आप अपना शिपिंग पता बदलवाना चाहते है तो अपनी टिन आर सी की प्रतिलिपि  <b>help@profitmandi.com</b> पर अपने रजिस्टर्ड ईमेल 
99
					<?php if(isset($user_email) && !empty($user_email)){
100
						echo "<b>".$user_email."</b> ";
101
					}?>
102
					से भेजे। 
103
				</div>
18899 naman 104
			</div>
105
	</div>
106
 
107
	<?php else: ?>
108
				<br>
109
				<div class = "card" style="text-align:center;padding-bottom:5px;"><?php echo $tinres['errorMsg'];?></div>
110
				<br><br>
111
	<?php endif; ?>