-- HikaShop version -- : 2.3.5
-- Joomla version -- : 2.5.14
-- PHP version -- : 5.3.1
-- Browser(s) name and version -- : Firefox Ver 34.0.5
-- Template = Siteground -J16-42 City View template
Hi HikaShop Support,
Australia Post developed a new version of their Postage Assessment Calculation API (PAC) last year and it has many more Shipping Services & insurance options available then just the ‘Express, Standard, Air, Sea” services that are shown in the current Hikashop Australia Post Shipping Plugin.
Please see these url’s for further details of some of the new features of the new PAC api.
developers.auspost.com.au/apis/pac/tutorial/domestic-parcel
developers.auspost.com.au/apis/pac/refer...l-domestic-calculate
developers.auspost.com.au/apis/pac/refer...cel-domestic-service
It also uses different URLs to calculate & return the freight cost and delivery days for the different services required. e.g.
Domestic parcels=
$calculateRateURL =
auspost.com.au/api/postage/parcel/domestic/calculate.json
?
International parcels=
$calculateRateURL =https://auspost.com.au/api/postage/parcel/international/calculate.json?
rather than the existing url from the older API that Hikashop is currently using e.g.
$url='
drc.edeliver.com.au/ratecalc.asp
?';
I might add the older version API is still working at this time.
I will be using Australia post prepaid 500g & 3kg plastic satchels to send my goods and these 2 shipping services are available in the newer Australia Post PAC api and will also return the delivery days as well.
I have developed my own Australia Post Freight Estimator module using this new PAC api to allow my prospective customers to quickly get the freight costs of the cart items, just by entering a delivery postcode without having to login.
Please see attached pic.
My Questions are please:
1) Is there any relatively easy way for me to reconfigure the current Hikashop Australia Post Shipping Plugin to use these 2 PAC api service codes for my purposes?
service_code" => 'AUS_PARCEL_REGULAR_SATCHEL_500G'
service_code" => 'AUS_PARCEL_REGULAR_SATCHEL_3KG
2) Do Hikashop have any plans to redevelop the current Hikashop Australia Post Shipping Plugin to utilise the newer enhanced PAC API?
If I have to setup & use 2 instances of the Hikashop Manual Shipping based on cart weights to achieve the above configuration for my checkout (which I have tested), maybe I have to add some of my own code to the shipping view to return the delivery days from Australia Post PAC API and place it next to the checkout Manual shipping cost.
Thanks
Shane