PATH:
home
/
letacommog
/
letaweb
/
scripts
/
editor
/
ecommerce
/
configuration
define([], function() { return function($scope, communication,$dialog) { $scope.confirmRemove = function(t) { $dialog.confirm( { message:window.t('LBL_REMOVE_ECOMMERCE_FUNCTION_CONFIRM_MESSAGE') }) .result.then( function() { communication.api( 'removeFunction', {}).then(function() { window.is_reload = true; window.top.location.reload(false); }); }); } } });
[+]
..
[-] 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