관리-도구
편집 파일: installation.js
"use strict"; $('.action-installation-currency-select').on('change', function () { let value = $(this).val(); if(value === 'multi_currency'){ toastMagic.warning("Multi-currency is depends on exchange rate and your gateway configuration."); setTimeout(() => { toastMagic.warning("So if you don't need multi-currency it will be better select single currency."); }, 1000) setTimeout(() => { toastMagic.warning("We prefer to use single currency."); }, 2000) } }) $('.action-installation-show-loader').on('click', function () { $('#loading').fadeIn(); })