2017 © Pedro Peláez
 

magento2-module module-product-flatrate-shipping

Twilio SMS Notifications

image

pmclain/module-product-flatrate-shipping

Twilio SMS Notifications

  • Sunday, February 5, 2017
  • by pmclain
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Magento 2 Per-Product Flatrate Shipping

The Magento 2 Per-Product Flaterate Shipping gives the option of setting
the flatrate shipping price at the product level. This is the packaged module
from a Magento StackExchange answer I wrote here:
http://magento.stackexchange.com/questions/151482/magento2-custom-different-flat-shipping-charge-for-few-products, (*1)

Installation

This module has never ran in a production environment and for that
reason only a dev release is available. Installing with Composer requires the
the minimum-stability value in {{magento-root}}/composer.json be changed
to dev., (*2)

In your Magento 2 root directory run:
composer require pmclain/module-product-flatrate-shipping
bin/magento setup:upgrade, (*3)

Configuration

Module settings are found in the Magento 2 admin panel under
Stores->Configuration->Sales->Shipping Methods->Flat Rate, (*4)

The following configuration should be used for this module to work:
* Enabled: Yes * Type: Per Item, (*5)

The install script will add a product attribute titled 'Flatrate Shipping Price'
to the Default product attribute set. This value will be used as the item
item shipping rate if it is greater than the Default Flatrate Price., (*6)

License

GNU GENERAL PUBLIC LICENSE Version 3, (*7)

The Versions

05/02 2017

dev-master

9999999-dev

Twilio SMS Notifications

  Sources   Download

GPL-3.0

The Requires

  • php ~5.5.0|~5.6.0|~7.0.0|~7.1.0
  • magento/framework ~100.0.0|~100.1.0
  • magento/module-offline-shipping ~100.0.0|~100.1.0