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.

website
โ”œโ”€โ”€ app
โ”‚ โ”œโ”€โ”€ code
โ”‚ โ”‚ โ””โ”€โ”€ UnifiedArts
โ”‚ โ”‚ โ”œโ”€โ”€ EnhancedTaxDisplay
โ”‚ โ”‚ โ”œโ”€โ”€ OrderComment
โ”‚ โ”‚ โ”œโ”€โ”€ Tsc
โ”‚ โ”‚ โ”œโ”€โ”€ TscAugment
โ”‚ โ”‚ โ””โ”€โ”€ TscPayPal
โ”‚ โ”‚
โ”‚ โ”œโ”€โ”€ design
โ”‚ โ”‚
โ”‚ โ”œโ”€โ”€ etc
โ”‚ โ”‚
โ”‚ โ””โ”€โ”€ i18n
โ”‚
โ”œโ”€โ”€ lib
โ”‚
โ”œโ”€โ”€ pub
โ”œโ”€โ”€ setup
โ”œโ”€โ”€ var
โ””โ”€โ”€ vendor

2. Enable modules

Enable the modules from console with command:

php bin/magento module:enable UnifiedArts_Tsc UnifiedArts_TscAugment UnifiedArts_EnhancedTaxDisplay UnifiedArts_TscPayPal UnifiedArts_OrderComment

3. Upgrade Database

Command for Upgrade the database:

php bin/magento setup:upgrade

4.Compilation

Compile again your Magento 2 store in production mode

php bin/magento deploy:mode:set production
php bin/magento cache:flush

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.