The Checkout Additional Services extension adds additional services step to checkout.
Contact DeveloperThe Checkout Additional Services extension adds additional services step to checkout. With the extension, an administrator can manage additional services and configuration.
Every additional service consist of title, description, price and editable feature. You can setup the service price depends of your needs. It could be a fixed cost or percent amount of customer shopping cart. Editable feature allows to extend your service with input field. You have ability to choose the type of your input. It could be a text field, a textarea or a dropdown. Using Conditions section you can assign stores and customer groups to your services.
Through the Additional Services configuration your administrator can update Checkout and Totals settings. The Checkout Additional Services extension adds service totals to Checkout page, Customer Orders page and Customer emails. New totals will be added to new order email, new invoice email and creditmemo email. So your customer could watch service total price.
In SSH console of your server navigate to your store root folder:
cd /path/to/store/root/folder
Enable Checkout Additional Services extension:
php bin/magento module:enable MageKey_ExtraServices -c
Upgrade magento system to apply Checkout Additional Services extension:
php -f bin/magento setup:upgrade
Deploy static view files:
php -f bin/magento setup:static-content:deploy
The Checkout Additional Services extension adds additional services step to checkout. With the extension, an administrator can manage additional services and configuration. Every additional service consist of title, description, price and editable feature.
The Checkout Additional Services introduces its sections under Stores > Additional Services menu. The extension comes with 2 sections:
To create a new service navigate to Stores > Additional Services > Manage Services section.
To create a new service click Add Service button.
The New Service screen is represented with four settings blocks: Service Details, Conditions, Actions and Editable.
The Configuration screen is represented with three setting blocks: General, Checkout Section and Totals.