Subversion Repositories SmartDukaan

Rev

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

<style>
        td:first-child { background-color: #F9FCF7; border:1px solid white;}
        td{
        padding:2px;
    border:1px solid #e6e6e6;
}
</style>
<?php if(isset($tinres['isError']) && $tinres['isError']== false):?>
        <div class='row card'>
                <div class='col-xs-12' style="padding:0px;">
                        
                                <table cellpadding="1" cellspacing="1">
                                        <tr width="100%"> 
                                              <td width="100%" colspan="2" style="border:1px solid #58d936;">
                                                <div align="center">
                                                        <strong>Retailer details by TIN : <?php echo $tin_num; ?></strong>
                                                </div>
                                              </td>
                                </tr>
                                        
                                        <?php if(isset($tinres['counter_name']) && !empty($tinres['counter_name'])):?>
                                                <tr>
                                                        <td><strong>Counter Name</strong></td><td><?php echo $tinres['counter_name'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['counter_address']) && !empty($tinres['counter_address'])):?>
                                                <tr>
                                                        <td><strong>Counter Address</strong></td><td><?php echo $tinres['counter_address'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
                                                <tr>
                                                        <td><strong>State</strong></td><td><?php echo $tinres['state'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['pan']) && !empty($tinres['pan'])):?>
                                                <tr>
                                                        <td><strong>PAN</strong></td><td><?php echo $tinres['pan'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        <?php if(isset($tinres['registered_on']) && !empty($tinres['registered_on'])):?>
                                                <tr>
                                                        <td><strong>Date of Registration</strong></td><td><?php echo $tinres['registered_on'];?></td>
                                                </tr>
                                        <?php endif;?>
                                        
                                </table>
                                <br>
                                <div class="row">
                                        
                                        <?php if(isset($tinres['state']) && !empty($tinres['state'])):?>
                                                <div style="border:1px solid #58d936; padding:2px;margin-bottom:5px;font-size:12px;">
                                                        <?php if(trim($tinres['state']) == "Delhi"):?>  
                                                                <div style="line-height: 15px;">
                                                                        <b>*</b> You will get tax invoice for orders shipped to counter address mentioned above.
                                                                </div>
                                                                <div style="line-height: 15px;margin-top: 4px;">
                                                                        <b>*</b> आपको उपरोक्त काउंटर के पते पर दिए गए ऑर्डरों पर ही आपको टैक्स चालान मिलेगा। 
                                                                </div>
                                                        <?php else:?>
                                                                <div style="line-height: 15px;">
                                                                        <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'];?>.
                                                                </div>
                                                                <div style="line-height: 15px;margin-top: 4px;">                                
                                                                        <b>*</b> <span style="color:red;">टैक्स चालान केवल दिल्ली में उपलब्ध है</span>।<?php echo $tinres['state'];?> में टैक्स चालान उपलब्ध होते ही आपसे संपर्क किया जाएगा। 
                                                                </div>  
                                                        <?php endif;?>
                                                </div>
                                        <?php endif;?>
                                        
                                        <div class= "col-xs-12 text-center" style="margin-bottom: 5px;">
                                                <!--  <button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;float:right;">Not OK</button>-->     
                                                <a href="<?php echo $base_url;?>tins/confirm">
                                                        <button type="button" class="btn btn-sm" style="background-color:#58d936;color:white;">
                                                        <?php if(isset($tinres['state']) && !empty($tinres['state']) && trim($tinres['state']) == "Delhi"):?>   
                                                                Confirm to get tax invoice
                                                        <?php else:?>
                                                                Confirm your tax details
                                                        <?php endif;?>
                                                        </button>       
                                                </a>
                                        </div>                          
                                </div>                          
                </div>
                
        </div>

        <div class="row card" style="padding:0px;">
                        <div class="col-xs-12" style="padding: 5px;font-size:12px;">
                                <div style="line-height: 15px;">
                                        <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 
                                        <?php if(isset($user_email) && !empty($user_email)){
                                                echo "<b>".$user_email."</b>";
                                        }?>
                                        .
                                </div>
                                <div style="line-height:15px;margin-top: 4px;">
                                        <b>#</b> अगर आपका विवरण गलत है या आप अपना शिपिंग पता बदलवाना चाहते है तो अपनी टिन आर सी की प्रतिलिपि  <b>help@profitmandi.com</b> पर अपने रजिस्टर्ड ईमेल 
                                        <?php if(isset($user_email) && !empty($user_email)){
                                                echo "<b>".$user_email."</b> ";
                                        }?>
                                        से भेजे। 
                                </div>
                        </div>
        </div>
        
        <?php else: ?>
                                <br>
                                <div class = "card" style="text-align:center;padding-bottom:5px;"><?php echo $tinres['errorMsg'];?></div>
                                <br><br>
        <?php endif; ?>