Salesfire Magento2
Salesfire is a service that provides a number of tools that help to increase sales using various on site methods., (*1)
https://www.salesfire.co.uk/, (*2)
Supported PHP versions: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1., (*3)
A: Yes, we offer a free 14 day trial., (*4)
A: Yes, we provide the software which helps increase sales for a fee which is tailored to your business. This is to provide you with the best ROI as possible., (*5)
You can find out more information and even get a free trial at https://www.salesfire.co.uk/, (*6)
composer require salesfire/magento2 php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
Create a folder (Not Magento root directory) in called: salesfire
, then upload the zip package to salesfire folder.
Download the zip package at https://github.com/salesfire/magento2/archive/master.zip, (*7)
Add the following snippet to composer.json
, (*8)
{ "repositories": [ { "type": "artifact", "url": "path/to/root/directory/salesfire/" } ] }
composer require salesfire/magento2 php bin/magento setup:upgrade php bin/magento setup:static-content:deploy
After installing you will need to enter your Salesfire details by following the steps below:, (*9)
You can setup a test magento using the following script:, (*10)
docker-compose up -d docker exec -ti <magento web container> install-magento docker exec -ti <magento web container> install-sampledata
Admin login details:, (*11)
admin / magentorocks1, (*12)