Download the PHP package returnless-com/magento2 without Composer

On this page you can find all versions of the php package returnless-com/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

Returnless Connector for Magento 2.3.x and higher

Install using Composer

Step-by-step to install the Returnless Connector for Magento® 2 by Composer:

  1. Open your SSH Console to connect to your Magento® 2 store. Once connected, locate the root of your Magento® 2 store.

  2. Enter the command line in your Root and wait as composer will download the extension for you:
composer require returnless-com/magento2
  1. When it’s finished you can activate the extension and clean the caches using the following command line;
php bin/magento module:enable Returnless_Connector
php bin/magento setup:upgrade
php bin/magento cache:clean
  1. If Magento® is running in production mode, please also deploy the static content:
php bin/magento setup:static-content:deploy
  1. Enter your API Credentials in the Magento 2 backend. In your Magento® 2 backend, go to Stores > Configuration and click Connector API in the Returnless menu. Enter the following details:

    • Enabled: Yes
    • Integration API Password (which you retrieved from our Return Portal or from your contactperson).
  2. Save the Configuration.

About Returnless

With Returnless, you can easily automate and optimize your return proces by setting up a custom return form for your e-commerce webshop. We can help you to reduce your returns costs and -percentage, while making your consumers happy with a unique return experience.

Using the Returnless Connector for Magento 2, you can connect your return form with your Magento 2 backend, so that we can load the order information from your store. A customer will enter the order increment ID + customer emailaddress so that we can load all relevent order items related to the order. To use the Magento Connector, you will need a Pro subscription for Returnless.

Supported features of the Returnless Connector

Configuration, FAQ and Troubleshooting

If you experience problems with the extension installation, setup or whenever you need more information about how to setup the Returnless Connector extension in Magento 2.3.x and higher, please send an e-mail to [email protected] and we will help you through the process.

License

BSD (Berkeley Software Distribution) License. Copyright (c) 2018-2023, Returnless


All versions of magento2 with dependencies

PHP Build Version
Package Version
Requires php Version ~7.0.0|7.0.2|7.0.4|~7.0.6|~7.1.0|~7.2.0|~7.3.0|~7.4.0|8.0.*|8.1.*|8.2.*|8.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 returnless-com/magento2 contains the following files

Loading the files please wait ....