8 replies [Last post]
qrios's picture
Offline
Cool profile pic award.Getting busy with the Ubercode.Internationalizationizer
Joined: 08/13/2007
Juice: 554
Was this information Helpful?

Hi,

I'm looking for the ultimate shipping quotes solution (who ain't) Eye-wink.

I looked at several existing posibilities, and even created a few project specific ones based on taxonomies and customer country. (no, too hardcoded to release, sorry.)

The uc_tablequotes module comes close: http://drupal.org/project/uc_tablequote, but lacks any region based calculation.

Dispite my horror of anything related to Joomla, I'm amazed by Virtuemarts shipping quotes capabilities.
Have a look here: http://tutorials.ausweb.com.au/web/Tutorials/Joomla-FAQ/Add-shipping-rat... (video)
and here: http://www.virtuemart.com/documentation/User_Manual/Shipping_Modules.htm...

This is in my opinion as hot as it gets (not the interface, the functionality), and would be a perfect solution for calculating shipping quotes in Ubercart.

I'm posting this here to see if there are more people interested, please share your thoughts on this!

Cheers,

Kees

BigMike's picture
Offline
Joined: 10/20/2008
Juice: 1057
Re: Ultimate shipping quotes solution

Wow that is pretty nice

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 969
Re: Re: Ultimate shipping quotes solution

subscribing. thanks.

DavidPlanesTV's picture
Offline
Joined: 02/03/2008
Juice: 130
Re: Ultimate shipping quotes solution

I have actually found flat rate provides all the options I need to replicate the shipping options provided by Amazon in the UK. Looking at the Joomla link above this seems to offer less options than are available with flat rate.

The only tedious bit is selecting the countries each rate applies to and remembering to add a new country when installing a cif file.

David

AntoineSolutions's picture
Offline
Bug Finder
Joined: 05/02/2008
Juice: 166
Shipping methods/services by product

For a partial solution, I have created the Ubercart Product Quote module at http://drupal.org/project/uc_product_quote that allows one to specify which services/methods are available on a per product basis. I am looking for help testing and integration with other shipping quote modules.

Cheers,

Jon Antoine
Antoine Solutions
Free Open Source PHP IDE

cyaneo's picture
Offline
Joined: 10/18/2009
Juice: 58
Re: Ultimate shipping quotes solution

subscribing.

IMHO this can be done with the combination of "Conditional actions" (admin/store/ca) and flatrate/Shipping quote settings (admin/store/settings/quotes/methods/flatrate):

A new predicate could have these conditions (for example):
- Check an order's total weight (example: 4lbs or less)
AND
- Check an order's shipping country (US, Canada etc.)

and so on, and so on.

With this I've made my Shipping rates:
- Order is less than €20,- and goes to Austria = 5,- Euro shipping cost
- Order is over €20,- and goes to Austria = 0,- Euro shipping cost
Also made this for EU and International shipping.

Is this flexible enought?

sunward's picture
Offline
Joined: 11/20/2009
Juice: 29
cyaneo wrote: ....Is this
cyaneo wrote:

....Is this flexible enought?

It is flexible but very tedious. Should be able to be put in a table format.

cyaneo's picture
Offline
Joined: 10/18/2009
Juice: 58
Re: cyaneo wrote: ....Is this

Ah - ok, you're right.

george@dynapres.nl's picture
Offline
Joined: 01/02/2008
Juice: 209
Shipping quota module additions

Actually this builds upon available shipping quotes modules (called "shipper") and adds an extra layer which gives you the option of additions on calculated shipping quotes.

---
George on Drupal