Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 461 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 461 Bytes

elogic-vendor

elogic-vendor is a module for Magento 2. It allows to work with vendors, which are linked to products.

Install via Composer

composer require zenfork/elogic-vendor

Install manually:

  1. Open your Magento 2 directory.
  2. Create folders and go to folder of the module
    • mkdir -p app/code/Elogic/Vendor && cd app/code/Elogic/Vendor
  3. Clone the project to current folder
    • git clone https://github.com/zenfork/elogic-vendor.git .