salesfire / magento2
Salesfire Magento2
Installs: 31 836
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 5
Forks: 3
Type:magento2-module
Requires
- salesfire/salesfire: ^1.0.4
- dev-master
- 1.5.5
- 1.5.4
- 1.5.3
- 1.4.17
- 1.4.16
- 1.4.15
- 1.4.14
- 1.4.13
- 1.4.12
- 1.4.11
- 1.4.10
- 1.4.9
- 1.4.8
- 1.4.7
- 1.4.6
- 1.4.5
- 1.4.4
- 1.4.3
- 1.4.2
- 1.4.1
- 1.4.0
- 1.3.10
- 1.3.9
- 1.3.8
- 1.3.7
- 1.3.6
- 1.3.5
- 1.3.4
- 1.3.3
- 1.3.2
- 1.3.1
- 1.3.0
- 1.2.17
- 1.2.16
- 1.2.15
- 1.2.13
- 1.2.12
- 1.2.11
- 1.2.10
- 1.2.9
- 1.2.8
- 1.2.7
- 1.2.6
- 1.2.5
- 1.2.4
- 1.2.3
- 1.2.2
- 1.2.1
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.0
- dev-bug/sc-11046/bug-megento-ignores-stock-qty-when-a-store
- dev-enhancement/php-7.1-compatibility
- dev-enhancement/sc-6555/php-7.1-compatibility
- dev-enhancements/sc-6506/feed-character-encoding
- dev-hotfix/bump_magento_2_v1_3_1
- dev-enhancement/sc-6419/added-single-store-support
- dev-hotfix/fix-version-number
- dev-enhancements/sc-6424/php-8-strip-tags
- dev-feature/sc-5596/feed-parent-image
- dev-feature/sc-5458/datalayer-platform
This package is auto-updated.
Last update: 2025-03-31 11:19:17 UTC
README
Salesfire is a service that provides a number of tools that help to increase sales using various on site methods.
Supported PHP versions: 7.1, 7.2, 7.3, 7.4, 8.0, 8.1.
FAQs
Q: Do you offer a free trial?
A: Yes, we offer a free 14 day trial.
Q: Is there any additional costs?
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.
You can find out more information and even get a free trial at https://www.salesfire.co.uk/
How to install
Method 1: Install via composer
composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Method 2: Manually install via composer
-
Access to your server via SSH
-
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 -
Add the following snippet to
composer.json
{
"repositories": [
{
"type": "artifact",
"url": "path/to/root/directory/salesfire/"
}
]
}
- Run composer command line
composer require salesfire/magento2
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
How to setup
After installing you will need to enter your Salesfire details by following the steps below:
- Navigate to the store configuration (Stores > Configuration)
- Navigate to the Salesfire settings (Salesfire > General)
- Populate the Site ID (This can be found within your Salesfire admin)
- Mark enabled as Yes
- Done
Testing
You can setup a test magento using the following script:
docker-compose up -d
docker exec -ti <magento web container> install-magento
docker exec -ti <magento web container> install-sampledata
Admin login details:
admin / magentorocks1