Installation Instructions
===========================================
1. Unzip and move 'Swissup' folder to app/code/
解压并移动文件夹 'Swissup' 到app/code/下
2. Enable the modules with:
开启以下模块
php bin/magento module:enable Swissup_Core Swissup_Checkout Swissup_AddressAutocomplete Swissup_AddressFieldManager Swissup_CheckoutCart Swissup_CheckoutFields Swissup_CheckoutSuccess Swissup_CustomerFieldManager Swissup_DeliveryDate Swissup_FieldManager Swissup_Firecheckout Swissup_FirecheckoutIntegrations Swissup_Geoip Swissup_Orderattachment Swissup_Rtl Swissup_Stickyfill Swissup_SubscribeAtCheckout Swissup_Taxvat Swissup_Tippyjs Swissup_Codemirror
3. Run magento upgrade scripts
运行安装更新命令
php bin/magento setup:upgrade
4. Remove outdated files
移除缓存文件
rm -rf pub/static/_requirejs var/view_preprocessed/ pub/static/frontend/ pub/static/adminhtml/ generated/code/
5. If you use Production Mode you need to deploy static content and run di:compile command
生成静态及编译文件
php bin/magento setup:static-content:deploy en_US -f
php bin/magento setup:di:compile
php bin/magento cache:flush