| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/templates/Honeygrid/module/ |
Upload File : |
<div class="checkout-payment-form"> <table class="payone_installment_data"> <tr> <td class="label"> <label for="installment_type">##installment_type</label> </td> <td> <select name="installment_type" id="installment_type"> <?php if($this->pg_config['types']['commerzfinanz']['active'] == 'true'): ?> <option value="CFR"><?php echo $this->pg_config['types']['commerzfinanz']['name'] ?></option> <?php endif ?> <?php if($this->pg_config['types']['billsafe']['active'] == 'true'): ?> <option value="BSV"><?php echo $this->pg_config['types']['billsafe']['name'] ?></option> <?php endif ?> <?php if($this->pg_config['types']['klarnainvoice']['active'] == 'true'): ?> <option value="KLV"><?php echo $this->pg_config['types']['klarnainvoice']['name'] ?></option> <?php endif ?> <?php if($this->pg_config['types']['klarnainstallment']['active'] == 'true'): ?> <option value="KLS"><?php echo $this->pg_config['types']['klarnainstallment']['name'] ?></option> <?php endif ?> <?php if($this->pg_config['types']['payolutioninvoicing']['active'] == 'true'): ?> <option value="PYV"><?php echo $this->pg_config['types']['payolutioninvoicing']['name'] ?></option> <?php endif ?> </select> </td> </tr> </table> </div>