Welcome to the Order Surcharge documentation. Whether you are a new or an advanced user, you can find some useful information here.
First of all, we recommend to check the following link:
Second of all, proceed then with Quick Start, which will guide you through creating your own Order Surcharge.
php -f bin/magento module:enable Mirasvit_Core Mirasvit_Surcharge Mirasvit_ShippingArea
to enable the extensions.php -f bin/magento setup:upgrade
to install the extension.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
The Order Surcharge for Magento 2 extension is designed to help you made your prices more attractive while maintaining your profits.
For more information please visit this section Order Surcharge.
To upgrade the extension follow these steps:
composer require mirasvit/module-surcharge:* --update-with-dependencies
to update current extension with all dependencies.
composer update mirasvit/*
command. It will update all Mirasvit modules, installed on your store. php -f bin/magento setup:upgrade
to install updates.php -f bin/magento cache:clean
to clean the cache.Deploy static view files
rm -rf pub/static/*; rm -rf var/view_preprocessed/*; php -f bin/magento setup:static-content:deploy
To temporarily disable the extension please follow these steps:
php -f bin/magento module:disable Mirasvit_Surcharge Mirasvit_ShippingArea
to disable the extension.To uninstall the extension, please follow these steps:
composer remove mirasvit/module-surcharge
to remove the extension.(2023-05-04)
(2023-01-06)
(2022-12-15)
(2022-12-07)
(2022-12-06)
(2022-08-23)