| Line 22... |
Line 22... |
| 22 |
font: 15px Helvetica, Arial, sans-serif;
|
22 |
font: 15px Helvetica, Arial, sans-serif;
|
| 23 |
/*margin: 2px 0 8px 0;*/
|
23 |
/*margin: 2px 0 8px 0;*/
|
| 24 |
margin: 2px 0 0px 0;
|
24 |
margin: 2px 0 0px 0;
|
| 25 |
}
|
25 |
}
|
| 26 |
</style>
|
26 |
</style>
|
| - |
|
27 |
|
| - |
|
28 |
|
| 27 |
<?php //debug($tinres);?>
|
29 |
<?php //debug($tinres);?>
|
| 28 |
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
|
30 |
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
|
| 29 |
<div class='row card'>
|
31 |
<div class='row card'>
|
| 30 |
<div class='col-xs-12' style="padding:0px;">
|
32 |
<div class='col-xs-12' style="padding:0px;">
|
| 31 |
|
33 |
|
| Line 67... |
Line 69... |
| 67 |
</table>
|
69 |
</table>
|
| 68 |
|
70 |
|
| 69 |
<datalist id="cities"></datalist>
|
71 |
<datalist id="cities"></datalist>
|
| 70 |
<div class= "row" style="padding:5px 0px;">
|
72 |
<div class= "row" style="padding:5px 0px;">
|
| 71 |
<div class="col-xs-6" style='padding:0px 5px 0px 0px ;'>
|
73 |
<div class="col-xs-6" style='padding:0px 5px 0px 0px ;'>
|
| - |
|
74 |
|
| 72 |
<?php if(isset($tinres['pin_required']) && $tinres['pin_required'] == true):?>
|
75 |
<input type="text" id="pindet" placeholder="Enter your pin*" value = "<?php if(isset($tinres['pin_required']) && $tinres['pin_required'] == false):?><?php echo $tinres['pin'];?><?php endif;?>" class="<?php if(isset($tinres['pin_required']) && $tinres['pin_required'] == false):?>hidden<?php endif;?>">
|
| 73 |
<input type="text" id="pindet" placeholder="Enter your pin*">
|
- |
|
| 74 |
<?php endif;?>
|
76 |
|
| 75 |
<input type="text" id="phonedet" placeholder="Enter your phone*" value = "<?php echo $phone_number;?>">
|
77 |
<input type="text" id="phonedet" placeholder="Enter your phone*" autocomplete="off" value = "<?php echo $phone_number;?>">
|
| 76 |
</div>
|
78 |
</div>
|
| 77 |
|
79 |
|
| 78 |
<div class="col-xs-6" style='padding:0px 0px 0px 5px ;'>
|
80 |
<div class="col-xs-6" style='padding:0px 0px 0px 5px ;'>
|
| 79 |
<input type="text" placeholder="Select city*" id="citydet" name="city" list="cities" class="hidden"/>
|
81 |
<input type="text" placeholder="Select city*" id="citydet" name="city" list="cities" class="<?php if(isset($tinres['pin_required']) && $tinres['pin_required'] == true):?>hidden<?php endif;?>" autocomplete="off"/>
|
| 80 |
<input type="hidden" id="tinres" <?php printf('data-tinres = "%s"',htmlspecialchars(json_encode($tinres), ENT_QUOTES, 'UTF-8'));?>>
|
82 |
<input type="hidden" id="tinres" <?php printf('data-tinres = "%s"',htmlspecialchars(json_encode($tinres), ENT_QUOTES, 'UTF-8'));?>>
|
| 81 |
</div>
|
83 |
</div>
|
| 82 |
</div>
|
84 |
</div>
|
| 83 |
|
85 |
|
| 84 |
<div class="row">
|
86 |
<div class="row">
|
| 85 |
|
87 |
|
| 86 |
<?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
|
88 |
<?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
|
| 87 |
<div style="border:1px solid #58d936; padding:2px;margin-bottom:5px;font-size:12px;">
|
89 |
<div style="border:1px solid #58d936; padding:2px;margin-bottom:5px;font-size:12px;">
|
| 88 |
<?php if(trim($tinres['state']) == "Delhi"):?>
|
90 |
<?php if(trim($tinres['state']) == "Delhi"):?>
|
| 89 |
<div style="line-height: 15px;">
|
91 |
<div style="line-height: 15px;">
|
| 90 |
<b>*</b> You will get tax invoice for orders shipped to counter address mentioned above.
|
92 |
<b>*</b> You will get tax invoice for orders shipped to counter address mentioned above.<br>
|
| - |
|
93 |
<b>*</b> Available only on purchase through ProfitMandi and billed by Saholic.com.
|
| 91 |
</div>
|
94 |
</div>
|
| 92 |
<div style="line-height: 15px;margin-top: 4px;">
|
95 |
<div style="line-height: 15px;margin-top: 4px;">
|
| 93 |
<b>*</b> आपको उपरोक्त काउंटर के पते पर दिए गए ऑर्डरों पर ही आपको टैक्स चालान मिलेगा।
|
96 |
<b>*</b> आपको उपरोक्त काउंटर के पते पर दिए गए ऑर्डरों पर ही आपको टैक्स चालान मिलेगा।<br>
|
| - |
|
97 |
<b>*</b>ProfitMandi से खरीदने पर और Saholic.com द्वारा बिलिंग पर उपलब्ध है ।
|
| 94 |
</div>
|
98 |
</div>
|
| 95 |
<?php else:?>
|
99 |
<?php else:?>
|
| 96 |
<div style="line-height: 15px;">
|
100 |
<div style="line-height: 15px;">
|
| 97 |
<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'];?>.
|
101 |
<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'];?>.
|
| 98 |
</div>
|
102 |
</div>
|