Download the PHP package flexshopper/magento2 without Composer

On this page you can find all versions of the php package flexshopper/magento2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package magento2

Magento 2 Module FlexShopper Payments

Overview

Integration with FlexShopper payment solutions.

The FlexPay Payment Platform is a simple way to enable your users who may not otherwise qualify for financing to securely finance their order through our easy Lease to Own experience.

To start using the extension you must have an approved account with FlexShopper . Upon approval, you will get two types of keys (auth key and api key) which will ne needed in configuring the extension.

Installation

* = in production please use the --keep-generated option

We recommend a staging/development site and try installation on it before installing the extension on the production site.

Make sure you have a backup of the Magento files and database before proceeding.

Type 1: Zip file

Type 2: Composer

You may have to refresh the cache after installation.

Configuration

Enable the Payment Method

To enable the payment method go to Stores > Configuration > Sales > Payment Methods and expand the "FlexShopper Payments" tab:

Setting Example Value Description
Enabled Yes Is the payment method enabled?
Title FlexShopper Payments The payment method name to display in the frontend
Sandbox Mode No Whether the payment is in sandbox (test) or production (live) mode. Note that authentication keys are different and will be provided by FlexShopper
Auth Key Contact Us Provided by FlexShopper
API Key Contact Us Provided by FlexShopper
New Order Status Pending The status of a newly placed FlexShopper order
Minimum Order Value 500 The minimum order value for which FlexShopper displays. This is just a local cache and the value is usually pulled from FlexShopper. The minimum order amount will be communicated by FlexShopper at account creation time. We recommend setting this value to the same value that FlexShopper agreed for your account
Brand Attribute manufacturer The product attribute that keeps the brand information for your products
Payment from Applicable Countries All Allowed Countries Set to restrict FlexShopper to the United States
Payment from Applicable Countries USA If the above is set to "Specific Countries", choose the countries here
Sort Order 20 Defines the sort order for the payment method in the frontend
Debug Yes Allows logging debugging information (API calls and responses) for the FlexShopper API

Decide which products can be bought with Flex Shopper

Each product will have "FlexShopper Leasing Enabled" Yes/No attribute:

You must set this to "Yes" for all products that can be paid with FlexShopper.

Conditions for the FlexShopper payment method to show in the frontend

View the FlexShopper payment method in the fronted

If all above conditions match, the payment method will appear in the frontend and will trigger a popup that will guide the customer in getting a lease and completing the payment:

Order processing

The order view screen will list the FlexShopper payment method:

Other integration points

The following actions will communicate with FlexShopper, in addition to order placing:

Limitations

Contact us

If you have any questions please contact us at [email protected]


All versions of magento2 with dependencies

PHP Build Version
Package Version
Requires magento/framework Version 102.0.*
magento/module-checkout Version 100.3.*
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package flexshopper/magento2 contains the following files

Loading the files please wait ...