collective.cart.shipping is a Plone product that provides a shipping method plug-in for collective.cart.core.
Installation:
If you are using zc.buildout and the plone.recipe.zope2instance recipe to manage your project, you can do this:
Add pycountry and collective.cart.shipping to the list of eggs to install, e.g.:
[buildout]
...
eggs =
...
pycountry
collective.cart.shipping
Re-run buildout, e.g. with:
./bin/buildout
Product's homepage
Requirements:
· Python
· Plone CMS
What's New in This Release: [ read full changelog ]
· Removed orig_uuid for session cart. [taito]
· Added Travis CI integration. [taito]
· Updated translations. [taito]
· Added case when shipping_fee is not function. [taito]