Page 1 of 1

How to extend the fulfillment info

Posted: Mon Sep 01, 2014 7:18 pm
by Jeong-un Roh
Hi all,

Currently we are using Broadleaf Commerce Community Edition 3.0.5-GA.
What I want to know is about fulfillment info.

Suppose a customer orders products from provider A and provider B in one order ID and each fulfillment group should be created for each provider. It means that provider A and provider B are the starting place of shipping in the fulfillment.
But the "blc_fulfillment_option" table seems to have rows by "fulfillment_type". I want to extend to have infos by "shipping point".

To sum up, one order ID has multiple order items and each item can have a different shipping point(like provider or factory) as well as different shipping cost but all of them has the same delivery address.

Please guide me about how to implement/extend this business logic from the current system.