Hello,
I am trying to figure out how to assign different shipping cost to different products. Could someone please help?
Thank you
http://forum.virtuemart.net/index.php?topic=129792 ??
Thank you. Can you give me please an example by what you mean with: "if it is only 30 products with 16 rates it would be simplest to code them into a shipping plugin.."
needs to be coded in the getCosts function of what ever shipping plugin your using
either hard coded or fields in the xml so you can admin it
loop thru the prod ids
just if product_id = x , cost = y
if it cumulative then you need to add them
Ok. I am not aprogammer and do not want to mess with that. Is there any other way?