Hi Guys,

I'm looking for a shipping module whereby I can allocate a shipping code (A,B,C,D, etc) to each product,
get the MAX() shipping code for all of the items in the cart
and then pick the shipping cost from a table.

For example :

2 items in the cart :

Widget Type A, shipping code A
Widget Type B, shipping code B

shipping costs :

shipping code A £ 0.49
shipping code B £ 0.99
shipping code C £ 1.99


I don't care about the overall number of items -- just want to use the MAX() shipping code..


does anyone know of an existing module which will do this ?

or can anyone give me a pointer regarding writing my own (I've done some PHP before)..


Many Thanks


Terry