Closed (fixed)
Project:
Commerce Australia Post
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Plan
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2016 at 05:34 UTC
Updated:
13 Sep 2017 at 05:10 UTC
Jump to comment: Most recent
Comments
Comment #2
jcherbert commentedThere are a number of other Drupal Commerce modules that still need to be ported before this module:
Commerce_Shipping (not ready yet)
Commerce_Physical
Comment #3
mstrelan commentedI believe Commerce Shipping is now ready, as is Physical, but not Commerce Physical.
I had a look at the progress of Commerce Fedex and found this Github repo which doesn't seem to need Commerce Physical. It also uses a 3rd party API implementation to do most of the work. Perhaps this module could use fontis/auspost-api-php to do the heavy lifting?
Comment #4
mstrelan commentedThere's also a fork of that repo that has more recent commits and more api implementations.
Comment #5
torpy commentedHey there,
We've started on a port of this to Drupal 8 since we needed it for an upcoming project. It ended up requiring a ground-up rewrite thanks to the the complete architectural overhaul of Commerce in D8 and it's now based off the commerce_fedex architecture and the fontis/auspost-api-php library (thanks for the tip @mstrelan!).
Currently what works:
What doesn't/is in flight:
InsuranceLettersThe packing algorithm needs much more testing, I'm not convinced it's working correctlyDocumentation!You can find the code at:
Composer is required and you must be on PHP 5.6 or later.
To install, first add the following to your
repositoriesparameter incomposer.json:Then add a the following to
require:"drupal/commerce_auspost": "dev-8.x-1.x"I'll keep this thread updated with progress!
Comment #6
mlhoque commentedHi Everyone,
The Drupal 8 dev version has now been added and available under releases.
Cheers!
Muzammel