You are here

README.txt in Commerce Shipping Weight Tariff 8

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 7 README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Requirements
 * Installation
 * Configuration
 * Instructions
 * Maintainers


INTRODUCTION
-------------
Commerce shipping weight tariff

Allows the creation of complex matrices of shipping tariffs by order weight,
only for "Shipping by weight tariff" shipping method.
For example:
                   < .5kg | < 2kg | < 10kg
Base rate: £2  +   |   £2   |  £4   |  £6
Calculated rate:   |   £4   |  £6   |  £8

Conditions are stored in a plugin "Shipment weight - Multiple Conditions".
It stores the next 3 configurable fields for each section:
 - a weight field for the maximum weight for the tariff
 - a price per weight
 - a condition operator.


REQUIREMENTS
-------------

Drupal Commerce 2.x - https://www.drupal.org/project/commerce
Commerce Shipping 2.x - https://www.drupal.org/project/commerce_shipping
Physical fields - https://www.drupal.org/project/physical


INSTALLATION
------------

Install as you would normally install a contributed Drupal module. Visit
https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
for further information.


CONFIGURATION
-------------

The module configuration is similar to default commerce
shipping method configuration.


INSTRUCTIONS
-------------

To use this shipping method just try to follow next steps:
1. Create a new shipping method here:
   "/admin/commerce/config/shipping-methods/add"
2. Select "Shipping by weight tariff" plugin.
3. Enter plugin label.
4. Set base rate amount for shipping method.
5. Open "Shipment" conditions list below.
6. Select "Shipment weight - Multiple Conditions" plugin.
7. Configure your conditions.
8. Save shipping method configuration.

Other shipping method options you can configure as neeeded.


MAINTAINERS
-----------

Current maintainers:
 * Joachim Noreiko (joachim) - https://www.drupal.org/u/joachim
 * Yaroslav Samoilenko (ysamoylenko) - https://www.drupal.org/u/ysamoylenko

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Requirements
  5. * Installation
  6. * Configuration
  7. * Instructions
  8. * Maintainers
  9. INTRODUCTION
  10. -------------
  11. Commerce shipping weight tariff
  12. Allows the creation of complex matrices of shipping tariffs by order weight,
  13. only for "Shipping by weight tariff" shipping method.
  14. For example:
  15. < .5kg | < 2kg | < 10kg
  16. Base rate: £2 + | £2 | £4 | £6
  17. Calculated rate: | £4 | £6 | £8
  18. Conditions are stored in a plugin "Shipment weight - Multiple Conditions".
  19. It stores the next 3 configurable fields for each section:
  20. - a weight field for the maximum weight for the tariff
  21. - a price per weight
  22. - a condition operator.
  23. REQUIREMENTS
  24. -------------
  25. Drupal Commerce 2.x - https://www.drupal.org/project/commerce
  26. Commerce Shipping 2.x - https://www.drupal.org/project/commerce_shipping
  27. Physical fields - https://www.drupal.org/project/physical
  28. INSTALLATION
  29. ------------
  30. Install as you would normally install a contributed Drupal module. Visit
  31. https://www.drupal.org/docs/8/extending-drupal-8/installing-drupal-8-modules
  32. for further information.
  33. CONFIGURATION
  34. -------------
  35. The module configuration is similar to default commerce
  36. shipping method configuration.
  37. INSTRUCTIONS
  38. -------------
  39. To use this shipping method just try to follow next steps:
  40. 1. Create a new shipping method here:
  41. "/admin/commerce/config/shipping-methods/add"
  42. 2. Select "Shipping by weight tariff" plugin.
  43. 3. Enter plugin label.
  44. 4. Set base rate amount for shipping method.
  45. 5. Open "Shipment" conditions list below.
  46. 6. Select "Shipment weight - Multiple Conditions" plugin.
  47. 7. Configure your conditions.
  48. 8. Save shipping method configuration.
  49. Other shipping method options you can configure as neeeded.
  50. MAINTAINERS
  51. -----------
  52. Current maintainers:
  53. * Joachim Noreiko (joachim) - https://www.drupal.org/u/joachim
  54. * Yaroslav Samoilenko (ysamoylenko) - https://www.drupal.org/u/ysamoylenko