PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
configuration
/
payment
/
methods
<div class="form-group"> <label><?php $this->t('LBL_PAYMENT_DISPLAY_NAME') ?></label> <div class="controls"> <input type="text" ng-model="data.name" required/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_SELLER_ACCOUNT') ?></label> <div class="controls"> <input type="text" ng-model="data.email" required email/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_USER_NAME') ?></label> <div class="controls"> <input type="text" ng-model="data.username" class="field required"/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_PASSWORD') ?></label> <div class="controls"> <input type="password" ng-model="data.password" required password/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_PAYPAL_SIGNATURE') ?></label> <div class="controls"> <input type="text" ng-model="data.signature" field required/> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_TRANSACTION_SERVER') ?></label> <div class="controls"> <select required ng-model="data.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> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_TRANSACTION_METHOD') ?></label> <div class="controls"> <select required ng-model="data.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> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_AVAIABLE_ZONES') ?></label> <div class="controls"> <select multiple="multiple" ng-model="data.avaiable_zones" ng-options="zone.id as zone.name for zone in zone_list"> </select> </div> </div> <div class="form-group"> <label><?php $this->t('LBL_PAYMENT_HELP_TEXT') ?></label> <div class="controls"> <textarea type="text" ng-model="data.help_text" ></textarea> </div> </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]