2017 © Pedro Peláez
 

magento2-module magento2

Salesfire Magento2

image

salesfire/magento2

Salesfire Magento2

  • Friday, February 9, 2018
  • by innolabs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 29 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 45 % Grown

The README.md

Magento 2.x Salesfire Module

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)

FAQs

Q: Do you offer a free trial?

A: Yes, we offer a free 14 day trial., (*4)

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., (*5)

You can find out more information and even get a free trial at https://www.salesfire.co.uk/, (*6)

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

  1. Access to your server via SSH
  2. 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)

  3. Add the following snippet to composer.json, (*8)

    {
        "repositories": [
            {
                "type": "artifact",
                "url": "path/to/root/directory/salesfire/"
            }
        ]
    }
  1. 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:, (*9)

  1. Navigate to the store configuration (Stores > Configuration)
  2. Navigate to the Salesfire settings (Salesfire > General)
  3. Populate the Site ID (This can be found within your Salesfire admin)
  4. Mark enabled as Yes
  5. Done

Testing

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)

The Versions

09/02 2018

dev-master

9999999-dev

Salesfire Magento2

  Sources   Download

OSL-3.0 AFL-3.0

09/02 2018

1.0.0

1.0.0.0

Salesfire Magento2

  Sources   Download

OSL-3.0 AFL-3.0