zenfork/elogic-vendor-shipping

A Magento 2 module that adds Vendor Shipping

Maintainers

Package info

github.com/zenfork/elogic-vendor-shipping

Issues

Type:magento2-module

pkg:composer/zenfork/elogic-vendor-shipping

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

0.0.1 2020-01-16 13:04 UTC

This package is auto-updated.

Last update: 2026-03-17 03:16:02 UTC


README

Module for Magento 2: shipping module based on vendor information of products

Install via Composer

composer require zenfork/elogic-vendor-shipping

Manual install

Before installing module

This module requires installed vendor module

How to install

  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/VendorShipping
  3. Clone the project to current folder
    • git https://github.com/zenfork/elogic-vendor-shipping.git .