PATH:
home
/
letacommog
/
letaweb
/
admin
/
views
/
builder
/
ecommerce
/
configuration
/
shipping
/
methods
<div class=""> <label><?php $this->t('LBL_SHIPPING_DISPLAY_NAME') ?></label> <div class="controls"> <input type="text" ng-model="data.name" maxlength="255" required/> </div> </div> <div class=""> <label><?php $this->t('LBL_SHIPPING_FLAT_RATE_APPLY_TYPE') ?></label> <div class="controls"> <select type="text" ng-model="data.apply_type" required> <option value="1"><?php $this->t('LBL_SHIPPING_FLAT_RATE_PER_ITEM') ?></option> <option value="2"><?php $this->t('LBL_SHIPPING_FLAT_RATE_PER_ORDER') ?></option> </select> </div> </div> <div class=""> <label><?php $this->t('LBL_SHIPPING_FLAT_RATE_COST_PER_ITEM') ?></label> <div class="controls"> <input type="text" ng-model="data.cost" required number maxlength="255"/> </div> </div>
[+]
..
[-] ship_by_order_total.php
[edit]
[-] ship_by_weight.php
[edit]
[-] flat_rate.php
[edit]