Subversion Repositories SmartDukaan

Rev

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

Rev 20278 Rev 20975
Line 235... Line 235...
235
            </div>
235
            </div>
236
        <?php break;}
236
        <?php break;}
237
          }
237
          }
238
        }?>
238
        }?>
239
        <?php if($payment->label == 'PAYU PAY'):?>
239
        <?php if($payment->label == 'PAYU PAY'):?>
240
        <div id="<?php echo $payment->type;?>" data-key="<?php echo $payment->label;?>" class="card" onclick="changePayment(event);">PAYUMONEY (1% extra discount)<span>+</span></div>
240
        <div id="<?php echo $payment->type;?>" data-key="<?php echo $payment->label;?>" class="card" onclick="changePayment(event);">PAYUMONEY<span>+</span></div>
241
        <div class="info-hldr" style="display:none">
241
        <div class="info-hldr" style="display:none">
242
          <form onsubmit="return paymentValidation(event)" action="<?php echo base_url();?>payment" method="post" id="payumoney">
242
          <form onsubmit="return paymentValidation(event)" action="<?php echo base_url();?>payment" method="post" id="payumoney">
243
            <input type="hidden" value="<?php echo $payment->paymethods[0]->pay_option;?>" id="pay-payu" name="payoption">                            
243
            <input type="hidden" value="<?php echo $payment->paymethods[0]->pay_option;?>" id="pay-payu" name="payoption">                            
244
            <input type="submit" class="payment-btn tcenter" value="Make Payment" name="submit" id="ccSubmit">
244
            <input type="submit" class="payment-btn tcenter" value="Make Payment" name="submit" id="ccSubmit">
245
            </fieldset>
245
            </fieldset>