Subversion Repositories SmartDukaan

Rev

Rev 20609 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 20609 Rev 20976
Line 154... Line 154...
154
            </div>
154
            </div>
155
        <?php break;}
155
        <?php break;}
156
          }
156
          }
157
        }?>
157
        }?>
158
        <?php if($payment->label == 'PAYU PAY'):?>
158
        <?php if($payment->label == 'PAYU PAY'):?>
159
        <div id="<?php echo $payment->type;?>" data-key="<?php echo $payment->label;?>" class="card" onclick="changePayment(event);">PAYUMONEY (1% extra discount)<span>+</span></div>
159
        <div id="<?php echo $payment->type;?>" data-key="<?php echo $payment->label;?>" class="card" onclick="changePayment(event);">PAYUMONEY<span>+</span></div>
160
        <div class="info-hldr" style="display:none">
160
        <div class="info-hldr" style="display:none">
161
          <form onsubmit="return paymentValidation(event)" action="<?php echo base_url();?>payment" method="post" id="payumoney">
161
          <form onsubmit="return paymentValidation(event)" action="<?php echo base_url();?>payment" method="post" id="payumoney">
162
            <input type="hidden" value="<?php echo $payment->paymethods[0]->pay_option;?>" id="pay-payu" name="payoption">                            
162
            <input type="hidden" value="<?php echo $payment->paymethods[0]->pay_option;?>" id="pay-payu" name="payoption">                            
163
            <input type="submit" class="payment-btn tcenter" value="Make Payment" name="submit" id="ccSubmit">
163
            <input type="submit" class="payment-btn tcenter" value="Make Payment" name="submit" id="ccSubmit">
164
            </fieldset>
164
            </fieldset>