7 replies [Last post]
primo411's picture
Offline
Joined: 07/22/2008
Juice: 23
Was this information Helpful?

Hi, I really need to use a module to have shipping quotes by weight and geographical place. By I could not find one compatible with Ubercart 1.0. I tried Uc World Quote, but I could never make it work... Is there anyone here using that kind of module successfully? I think it should a main feature of feature of store app !

Any help or start point to implement it myself would be great Smiling

primo411's picture
Offline
Joined: 07/22/2008
Juice: 23
Re: Shipping quote by weight and geographical zone

up...

gilave's picture
Offline
Joined: 09/18/2008
Juice: 16
Shipping Quote By Weight and Geographical Zone

Have you got some help on this or have you found out a way to do this. I'd like to implement a similar solution for my shipping quotes.

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 1061
Re: Shipping Quote By Weight and Geographical Zone

I was able to get the world quote contribution to work under these circumstances:

I used:

1. uc_worldquote_2.zip + uc_regions_v3.zip from the forum. Search for them here:
http://www.ubercart.org/contrib/851

2. ubercart 1.0 (as that does everything I need, and have not had time to upgrade yet...)

3. Some minor fixes:
- uc_regions.module - had to edit fix an "order by" clause as it was calling wrong column

- uc_worldquote.module - fixed wrong name of column used in one of the queries [was doing a
SELECT countries FROM uc_regions .... but no countries column...]

It worked once rule was setup for a specific country (which is what i needed)

Did not test it for zones, as not my requirement.

amcoms's picture
Offline
Joined: 04/04/2012
Juice: 93
Shipping quote by weight and geographical zone

Hi do you know if this still works? I love ubercart but the entire setup process is so lame but then I guess thats the nature of OS

Great Cart and Drupal, the learning curve is worth it Smiling

freddy031082's picture
Offline
Joined: 10/18/2008
Juice: 15
Rewrite

I am trying to rewrite the module for 1.5

Is there anyone who knows how I can get the country name from the checkoutpage before it is submitted. I'm trying to bring the shipping cost under "calculate shipping cost". This is only possible when I know what country is chosen under "delivery information". When I know this I can calculate a shipping cost depending on the country and bring it under "calculate shipping cost" as preview.

I know it has to be possible because when you hit "My billing information is the same as my delivery information." it also takes the information out of the "delivery information" before submitting (probably through ajax...).

Thanx!

zeezhao's picture
Offline
Joined: 04/23/2008
Juice: 1061
Re: Shipping quote by weight and geographical zone

Take a look at the shipping/uc_quote & uc_order (e.g. uc_order_workflow.inc) modules. There is code in there that i think uses workflow to find country, etc

freddy031082's picture
Offline
Joined: 10/18/2008
Juice: 15
Re: Re: Shipping quote by weight and geographical zone

Thanx for your reply. I was already looking at those files and I can see that there is some stuff that maybe could help. But i'm not able to make it to work. Probably i'm still doing something wrong.

Anyone who knows the code?