3SC Magento Installation
The installation process of the Three Step Checkout extension is the same as any other Magento 2 module or extension.
Preparations:
Please extract the archive file you received and have a quick look into the given contents.
Mandatory modules by directories are:
Enhanced Tax Settings: app/code/UnifiedArts/EnhancedTaxDisplay
Order Comment: app/code/UnifiedArts/OrderComment
Core 3SC Module: app/code/UnifiedArts/Tsc
External Validation Services: app/code/UnifiedArts/TscAugment
PayPal Payment: app/code/UnifiedArts/TscPayPal
The extension archive supplied contains more modules which are used to integrate various third party payment extensions. These are not mandatory to copy or enable it's modules.
List of integration modules:
Amazon Payment: UnifiedArts_TscAmazonPay
Heidelpay Payment: UnifiedArts_TscHeidelpay
Pay Pal Plus: UnifiedArts_TscIwaysPPPlus
Klarna Payment: UnifiedArts_TscKlarnaKp
PayOne Payment: UnifiedArts_TscPayone
tip
If you need other Magento 2 payment method to integrate with Three Step Checkout for Magento 2, please contact us.
Steps:
1. Copying contents
Copy the contents of the extracted archive into the app/code folder in your Magento 2 installation. The directory tree should look like this after the files have been copied successfully.
2. Enable modules
Enable the modules from console with command:
3. Upgrade Database
Command for Upgrade the database:
4.Compilation
Compile again your Magento 2 store in production mode
Admin Configuration:
The extension has a comprehensive number of admin configurations. It gives it flexibility to control the output of the extension and other features. The admin configuration is in:
Admin > Stores > Configuration > Unified Arts > Three Step Checkout * namespaces
tip
The extension can be disabled/enabled entirely from admin, to switch back to Magento 2 default checkout or to our extension's improved checkout.