You are here

README.txt in Commerce Shipping Weight Tariff 7

Same filename and directory in other branches
  1. 8.2 README.txt
  2. 8 README.txt
Commerce shipping weight tariff
===============================

Allows the creation of complex matrices of shipping tariffs by order weight,
across multiple shipping services.
For example:
             < .5kg | < 2kg | < 10kg
 Normal    |   £2   |  £4   |  £6
 Express   |   £4   |  £6   |  £8

Each tariff is stored as a product entity with:
 - a weight field for the maximum weight for the tariff
 - a shipping service field to indicate the service this belongs to
 - the usual Commerce price fields, to give the price of the tariff.
These products should not be referenced by nodes, and will not be added to
the cart; rather, their price is returned to Commerce Shipping as the
shipping service rate.

If you find this module useful, please consider helping advance its development
with any of the above.

File

README.txt
View source
  1. Commerce shipping weight tariff
  2. ===============================
  3. Allows the creation of complex matrices of shipping tariffs by order weight,
  4. across multiple shipping services.
  5. For example:
  6. < .5kg | < 2kg | < 10kg
  7. Normal | £2 | £4 | £6
  8. Express | £4 | £6 | £8
  9. Each tariff is stored as a product entity with:
  10. - a weight field for the maximum weight for the tariff
  11. - a shipping service field to indicate the service this belongs to
  12. - the usual Commerce price fields, to give the price of the tariff.
  13. These products should not be referenced by nodes, and will not be added to
  14. the cart; rather, their price is returned to Commerce Shipping as the
  15. shipping service rate.
  16. If you find this module useful, please consider helping advance its development
  17. with any of the above.