1 reply [Last post]
half_brick's picture
Offline
Joined: 02/04/2008
Juice: 82
Was this information Helpful?

Maybe I'm just being simple, but which module do I use for as rule like:
$3.95 for the first 100gm, and $1.95/100gm after that

and have it so I can be able to define a bunch of those and have certain ones of them be only available to certain countries.
I was thinking flatrate would do it for me, along with some workflow_ng configurations.
But I somehow had a fundamental misunderstanding of flatrate, in that it has nothing to do with weight?

Helps?

I'm gonna go clone uc_flatrate and change it to work with rules like I've described above until someone tells me different Smiling

Lyle's picture
Offline
AdministratoreLiTe!
Joined: 08/07/2007
Juice: 6846
Re: Shipping by weight with initial minimum cost

Take a look at uc_weightquote. It only lets you define one weight-based quote, though. It used to be a clone of uc_flatrate, but then I added more functionality to the one but not the other.

The easiest thing is probably to clone flatrate like you said. But now you can use uc_weightquote_quote() instead of writing it yourself. It converts the product's weight into the default store weight unit, but I'm not sure if that's actually as useful as I thought.