PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
configuration
define([], function() { return function($scope, communication, popup_zone,$dialog) { $scope.gridInstance={}; $scope.add = function() { popup_zone.open().result.then(function(data) { communication.removeList('geoZone'); $scope.gridInstance.instance.reloadData(); }); } $scope.delete = function() { var rows = $scope.gridInstance.selections; if(rows.length > 0) { $dialog.confirm({ title:'', message:window.t('LBL_DELETE_ITEMS_CONFIRM_MESSAGE') }).result.then(function() { communication.api('deleteItems', {ids:rows},'ecommerce.configuration.zone').then(function() { communication.removeList('geoZone'); $scope.gridInstance.instance.reloadData(); }); }); } } $scope.product_categories_list = []; $scope.RowButtonClickHandler = { edit : function(id) { communication.api('getFormData',{name:'geoZone', id:id}).then(function(data) { popup_zone.open( { data:data }).result.then(function(data) { communication.removeList('geoZone'); $scope.gridInstance.instance.reloadData(); }); }) } }; } });
[+]
..
[-] payment - Copy.js
[edit]
[-] zone.js
[edit]
[-] currency.js
[edit]
[-] tax.js
[edit]
[-] currency - Copy.js
[edit]
[+]
currency
[-] shipping.js
[edit]
[-] general.js
[edit]
[+]
shipping
[-] system.js
[edit]
[-] mail.js
[edit]
[-] zone - Copy.js
[edit]
[+]
zone
[-] payment.js
[edit]
[+]
payment
[+]
tax