Prepare to install
Installation requires ssh to connect to your server and run commands.
When connected to the server, navigate to the MAGENTO_ROOT directory.
MAGENTO_ROOT — is a path to magento folder. Ask your hosting, if you don't have it.
I Installation requires Marketplace module. It’s our module that registers our packages repository in composer.json file, saves its credentials to the auth.json file.
composer require swissup/module-marketplace && bin/magento setup:upgrade
Register our packages repository
Register our private repository in your composer.json file. Open terminal and run the following commands:
bin/magento marketplace:channel:enable swissuplabs
You’ll be asked to activate your domain and enter your key. Get identity key(s) and activate the domain on the site where you’ve purchased the product:
Install the package
Download the sources, enable modules, and run upgrade scripts:
bin/magento marketplace:package:require swissup/firecheckout
Activate Firecheckout module
Run module installer in terminal:
bin/magento marketplace:package:install swissup/firecheckout
That’s all. Navigate to your store and check your new checkout page!
Prepare to install
- Navigate to System > Tools > Compilation and disable compilation mode;
- Navigate to System > Cache Management and disable cache;
- Open your site in the browser. You should see your working site without any errors;
- Create
maintenance.flagfile in MAGENTO_ROOT directory; - Open your site in the browser. You should see the maintenance mode message.
Upload sources and Install the module
Unpack archive into MAGENTO_ROOT directory of your server.
When all files are unpacked — remove maintenance.flag
file created in the first step.
Navigate to Admin > System > Configuration > TM Checkout > Firecheckout and enable extension.
Notice: If you can not find Firecheckout extension in store admin, check cache management and refresh cache if it is enabled. Not done yet? Check the store compilation and run recompilation if it is enabled.