magevision/module-free-shipping-admin

2.4.4 2024-04-11 16:25 UTC

This package is auto-updated.

Last update: 2024-09-11 17:23:21 UTC


README

概览

免费运费管理扩展为管理员用户(后端)提供了一种新的免费运费方法。免费运费管理方法仅适用于在Magento管理员面板中创建的订单。适用于订单无需支付运费的取货客户。

主要功能

* Free shipping method available only for admin users (backend)
* Not visible in frontend
* Method name and title fully configurable

其他功能

* Developed by a Magento Certified Developer
* Meets Magento standard development practices
* Simple installation
* 100% open source

兼容性

Magento社区版2.4

使用存档和FTP安装扩展

* Backup your web directory and store database
* Download the extension
	1. Sign in to your account
	2. Navigate to menu My Account → My Downloads
	3. Find the extension and click to download it
* Extract the downloaded ZIP file in a temporary directory
* Upload the extracted folders and files of the extension to base (root) Magento directory. Do not replace the whole folders, but merge them. If you have downloaded the extension from Magento Marketplace, then create the following folder path app/code/MageVision/FreeShippingAdmin and upload there the extracted folders and files.
    * Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
        1. cd path_to_the_magento_root_directory 
        2. php bin/magento maintenance:enable
        3. php bin/magento module:enable MageVision_FreeShippingAdmin --clear-static-content
        4. php bin/magento setup:upgrade
        5. php bin/magento setup:di:compile
        6. php bin/magento setup:static-content:deploy
        7. php bin/magento maintenance:disable
    * Log out from Magento admin and log in again

通过composer安装扩展

* Backup your web directory and store database
* Connect via SSH to your Magento server as, or switch to, the Magento file system owner and run the following commands from the (root) Magento directory:
    1. cd path_to_the_magento_root_directory 
    2. php bin/magento maintenance:enable
    3. composer require magevision/module-free-shipping-admin
    4. php bin/magento module:enable MageVision_FreeShippingAdmin --clear-static-content
    5. php bin/magento setup:upgrade
    6. php bin/magento setup:di:compile
    7. php bin/magento setup:static-content:deploy
    8. php bin/magento maintenance:disable

支持

如果您需要支持或有任何与MageVision扩展直接相关的问题,请联系我们support@magevision.com