Download the PHP package reach-digital/magento2-vendit without Composer

On this page you can find all versions of the php package reach-digital/magento2-vendit. 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-vendit

Magento 2 Vendit Integration

Integration module for synchronizing products, stock, categories, customers, and orders between Vendit and Magento 2.

Features

Upcoming features

These features are currently in development and thus disabled in the current version of this module:

Installation

Assign all product attributes to the 'Default' attribute set, since that is the only attribute set Vendit will use:

Transform all attribute codes to lowercase, this is necessary to be able to correctly perform product imports and exports:

Trim all whitespaces around attribute options that are used as configurable attributes. This might be needed to prevent running into product import/export errors. Pass attribute codes as a comma separated list. By default, these attributes are vendit_color and vendit_size:

Configuration

Magento Configuration

Navigate to Stores > Configuration > Vendit to configure:

  1. General Settings

    • Enable/disable the integration
    • Enable specific import/export features
  2. Directory Mapping

    • Configure import/export file paths (relative to var/ directory)
    • Set file prefixes for different import types
    • Note: these fields are all preconfigured and generally don't need any changes.
  3. Product Attribute Mapping

    • Map Vendit size/color fields to Magento attributes
    • Set attributes that are required in Magento
    • Map other Vendit fields to Magento attributes
    • Configure barcode attribute for stock matching
    • Set tax class for imported products
  4. Order Status Mapping
    • Map Vendit order statuses to Magento order statuses
    • Note: these fields are all preconfigured and generally don't need any changes.

Vendit Configuration

Note: Prior to configuring Vendit, you need to setup an FTP account for Vendit to use.
Use the directory as shown at Vendit > General Configuration > Directory Mapping > Base Directory in the Magento configuration as the home directory for your Vendit FTP account.

In the Vendit software, configure the following settings:

E-commerce Settings

Note: The download directory for customers can be left empty, this is not supported yet.

Usage

Cronjobs are configured to periodically sync the catalog and customer orders between Magento and Vendit, but there are commands available to manually trigger these processes as well:

Import Commands

Export Commands

Product Import Details

Configurable Products

Products with multiple variations (different sizes/colors) are imported as configurable products:

Simple Products

Products with a single variation are imported as simple products:

Product Links

Images


All versions of magento2-vendit with dependencies

PHP Build Version
Package Version
Requires php Version ~8.2
magento/product-community-edition Version ^2.4
honl/magento2-import Version ^1.3
opengento/module-category-import-export Version ^0.5.6
ext-libxml Version *
ext-simplexml Version *
ampersand/magento2-disable-stock-reservation Version ^1.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 reach-digital/magento2-vendit contains the following files

Loading the files please wait ...