PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
configuration
/
shipping
/
methods
define([], function() { return function($scope, communication, popup_grid) { communication.getList('zones',{}).then(function(json) { $scope.zone_list = json; //if(!$scope.$$phase) //$scope.$digest(); }); $scope.addTaxZone = function(data) { data = data || {}; data.tax_zones = data.tax_zones || []; data.tax_zones.push({name:'New Tax', rate:0}); } } });
[+]
..
[-] flat_rate.js
[edit]
[-] ship_by_order_total.js
[edit]
[-] ship_by_weight.js
[edit]
[-] per_order.js
[edit]