Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi guys,
Using Ucommerce 3 and I'm trying to figure out the best way to create a quantity based shipping provider - eg. X number of items fit in a pack.
I've read http://www.publicvoid.dk/BuildingACustomShippingMethodService.aspx and built a service which returns the correct price.
But how would I split orderlines across shipments?
eg.
7 x Product A
(max 5 items per shipment)
shipment.addOrderLine doesn't allow adding a portion of the OrderLine qty?
Cheers!
It seems delete doesn't work on here :)
Hi nug,
Did you figure it out?
You can always add the same product on multiple orderlines.
The AddToBasket method has an addToExistingLine parameter, you can just set that to false.
Hope that helps,
Lars
Yep - thanks Lars. I did just that.
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
split order across shipments
Hi guys,
Using Ucommerce 3 and I'm trying to figure out the best way to create a quantity based shipping provider - eg. X number of items fit in a pack.
I've read http://www.publicvoid.dk/BuildingACustomShippingMethodService.aspx and built a service which returns the correct price.
But how would I split orderlines across shipments?
eg.
7 x Product A
(max 5 items per shipment)
shipment.addOrderLine doesn't allow adding a portion of the OrderLine qty?
Cheers!
It seems delete doesn't work on here :)
Hi nug,
Did you figure it out?
You can always add the same product on multiple orderlines.
The AddToBasket method has an addToExistingLine parameter, you can just set that to false.
Hope that helps,
Lars
Yep - thanks Lars. I did just that.
is working on a reply...