PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
configuration
/
payment
/
methods
<div class="control-group"> <label><?php $this->t('LBL_PAYMENT_DISPLAY_NAME') ?></label> <input type="text" name="name" value="<?php $this->t('LBL_PAYMENT_PAYPAL_CHECKOUT_EXPRESS') ?>" class="field required"/> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_SELLER_ACCOUNT') ?></label> <input type="text" name="parameter.email" class="field required email"/> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_USER_NAME') ?></label> <input type="text" name="parameter.username" class="field required"/> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_PASSWORD') ?></label> <input type="password" name="parameter.password" class="field required password"/> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_SIGNATURE') ?></label> <input type="text" name="parameter.signature" class="field required"/> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER') ?></label> <select class="field required" name="parameter.transaction_server"> <option value="Live"><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER_LIVE') ?></option> <option value="Sandbox"><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER_SANDBOX') ?></option> </select> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_TRANSACTION_METHOD') ?></label> <select class="field required" name="parameter.transaction_server"> <option value="Authorization"><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER_AUTHORIZATION') ?></option> <option value="Sale"><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER_SALE') ?></option> </select> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_AVAIABLE_ZONES') ?></label> <select class="field" multiple="multiple" field="avaiable_zones"></select> </div> <div class="control-group"> <label><?php $this->t('LBL_PAYMENT_HELP_TEXT') ?></label> <textarea type="text" name="help_text" class="field" ></textarea> </div>
[+]
..
[-] nganluong.php
[edit]
[-] paypal_express.php
[edit]
[-] paypal_standard.php
[edit]
[-] cash_on_delivery.php
[edit]
[-] twocheckout.php
[edit]
[-] moneyorder.php
[edit]
[-] paypal_pro_dp.php
[edit]
[-] paypal_pro_payflow_dp.php
[edit]
[-] stripe.php
[edit]
[-] paypal_pro_payflow_ec.php
[edit]