Project Description:
Require a Shipping Module to be created for freight carrier Star Track Express, Australia
Outcomes;
1) Module to is get cost estimation for shipping a item based on weight to a receivers location/postcode
a. it will return 1) cost of shipping + estimate delivery time
cost shipping would include shipping cost + fuel levy + gst
module will disable itself once the value of the shopping cart goes over a certain value (this value would be changeable via the admin interface)
(eg, if cart value goes over $500, than insurance is a must,)
module 2 - same as above, but has the insurance calculated, no matter the value size of the shopping cart.
insurance/risk warranty option module same as above but,
it will return 1) cost of shipping + estimate delivery time
cost shipping would include shipping cost + fuel levy + riskwarranty + gst
also in the admin section it should be possible for us
1) add/remove a handling fee
this should work similar to the australia post module that we currently use (already installed and in use) (auspost.php and insuredpost.php)
http://addons.oscommerce.com/info/648 (but using the star track API)
You would have access to a test site to test this on.
Star Track API is available and they have provided some sample code etc...