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 maxlength="32"/> </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]