Subversion Repositories SmartDukaan

Rev

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

Rev 10872 Rev 10873
Line 175... Line 175...
175
        <?php if($payment->label == 'NET BANKING'){?>
175
        <?php if($payment->label == 'NET BANKING'){?>
176
        <div id="<?php echo $payment->type;?>" class="card" onclick="changePayment(event);"><?php echo $payment->label;?><span>+</span></div> 
176
        <div id="<?php echo $payment->type;?>" class="card" onclick="changePayment(event);"><?php echo $payment->label;?><span>+</span></div> 
177
        <div class="c-box" style="display:none">
177
        <div class="c-box" style="display:none">
178
         <p class="c-info">You will be taken to our Bank's payment gateway for making this payment.</p>
178
         <p class="c-info">You will be taken to our Bank's payment gateway for making this payment.</p>
179
          <p class="tcenter">Please select your bank</p>
179
          <p class="tcenter">Please select your bank</p>
180
           <form id="netbanking" method="post" data-key="<?php echo $payment->label;?>" action="<?php echo base_url().'recharge-pay-options?rechargeOrderId='.$_GET['rechargeOrderId'];?>" onsubmit="return paymentValidation(event)"><fieldset>
180
           <form id="netbanking" method="post" data-key="<?php echo $payment->label;?>" action="<?php echo base_url().'recharge-pay-options?rechargeOrderId='.$_GET['rechargeOrderId'];?>" onsubmit="return addressValidation(event)"><fieldset>
181
            <input type="hidden" name="payoption" id="pay-net" value="" />
181
            <input type="hidden" name="payoption" id="pay-net" value="" />
182
           <?php 
182
           <?php 
183
           $i=0;
183
           $i=0;
184
           foreach($payment->paymethods as $methods){
184
           foreach($payment->paymethods as $methods){
185
            if($i < 6){?>
185
            if($i < 6){?>