商家信息

商家名称:MAGENTO主题插件

缴纳保证金: 一级

总平均分:5.00

描述相符:5.00

发货速度:5.00

服务态度:5.00

此区域内容需要登录后查看!

已经有账号啦 !赶紧同小伙伴们愉快地玩耍吧

立即登录

还没有账号? 马上注册一个新账号

注册账号

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