VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: MAD King on May 05, 2015, 15:13:11 PM

Title: Different Shipping Price per Item?
Post by: MAD King on May 05, 2015, 15:13:11 PM
Hello,

I am trying to figure out how to assign different shipping cost to different products. Could someone please help?

Thank you
Title: Re: Different Shipping Price per Item?
Post by: GJC Web Design on May 05, 2015, 16:21:49 PM
http://forum.virtuemart.net/index.php?topic=129792  ??
Title: Re: Different Shipping Price per Item?
Post by: MAD King on May 05, 2015, 16:34:30 PM
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.."
Title: Re: Different Shipping Price per Item?
Post by: GJC Web Design on May 05, 2015, 16:52:29 PM
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
Title: Re: Different Shipping Price per Item?
Post by: MAD King on May 05, 2015, 17:00:06 PM
Ok. I am not aprogammer and do not want to mess with that. Is there any other way?