Thanks Ritesh, I am now using a different trick that very much matches with my requirement. Initially I thought of grouping the products based on supplier linked to it, but later I realized better will be to group it based on vendor party id linked to it and I also found one service called prepareVendorShipGroups which helped me to do it .
Regards, Abhishake On Tue, Jul 8, 2008 at 6:17 AM, Ritz123 <[EMAIL PROTECTED]> wrote: > > I am not sure about the front end - but I am doing something similar using > the backend code. > > Look at PRODUCT_REQUIREMENT table - you need to set the product requirement > to be drop ship. Also look at ShoppingCart.createDropShipGroups() and > CheckoutEvents - which calls createDropShipGroups(). > > If the split criteria is solely based on supplier/dropship, it does > correctly create ship groups which are supplier based (atleast for me - > again all in the backend I have not used frontend). You can check that code > out in ShoppingCart as well. > > Hope it helps. > > > Abhishake Agarwal wrote: > > > > Hello All, > > > > I have one more query related to this, > > > > Suppose I add supplier to product as below : > > > > product1 to supplier1 > > product2 to supplier1 > > product3 to supplier2 > > product4 to supplier2 > > > > Now I found 2 grouping on split shipping screen as follows: > > > > Group1 has: product1,product2,product3 > > Group2 has: product4 > > > > But I expected this to be as, > > > > Group1 has: product1,product2 > > Group2 has: product3, product4 > > > > Please let me know how this grouping is decided. > > > > Regards, > > Abhishake > > > > > > > > > > > > > > On Wed, Jul 2, 2008 at 8:16 PM, Jacopo Cappellato < > > [EMAIL PROTECTED]> wrote: > > > >> Hi Jacques, > >> > >> no, the flag is all you need, the category is not relevant at all... but > >> thanks for pointing out this, I do remember that someone stated this in > >> the > >> past and I have forgotten to reply. > >> > >> Jacopo > >> > >> > >> On Jul 2, 2008, at 4:43 PM, Jacques Le Roux wrote: > >> > >> And I read in ML (I never used dropShip) that your products must belong > >> to > >>> the category dropShip > >>> > >>> FWIW > >>> > >>> Jacques > >>> > >>> From: "Jacopo Cappellato" <[EMAIL PROTECTED]> > >>> > >>>> On Jul 2, 2008, at 4:15 PM, Abhishake Agarwal wrote: > >>>> > >>>>> Hello All, > >>>>> > >>>>> Please help me on this..following steps I followed at > >>>>> https://demo.hotwaxmedia.com/ecommerce/, > >>>>> > >>>>> 1) I added the 3 drop ship product to cart in demo site. > >>>>> 2) on quick checkout screen I clicked split shipping link > >>>>> > >>>>> I saw all the three drop ship product in separate group > >>>>> > >>>>> Now I tried following steps to configure product as drop ship at > >>>>> https://demo.hotwaxmedia.com/catalog > >>>>> > >>>>> 1) I created 2 party groups and assigned roles 'Account' and > >>>>> 'Supplier' > >>>>> similar to demo site > >>>>> 2) I mark the 2 different product with 'Drop ship only' and added the > >>>>> supplier to the 2 products respectively > >>>>> > >>>> If I am not wrong there is also a flag in the SupplierProduct entity > >>>> (where you set the purchase price from the supplier) where you have > to > >>>> set > >>>> that the supplier will drop ship the product. > >>>> Jacopo > >>>> > >>>>> > >>>>> > >>>>> But when I added this product to the cart and on split shipping page > >>>>> I > >>>>> saw > >>>>> this product in one single group > >>>>> > >>>>> I don't know what I am missing. > >>>>> > >>>>> Any help will be greatly appreciated. > >>>>> > >>>>> Regards, > >>>>> Abhishake > >>>>> > >>>> > >>>> > >> > > > > > > -- > View this message in context: > http://www.nabble.com/Need-help-on-drop-shipping..-tp18238474p18329826.html > Sent from the OFBiz - User mailing list archive at Nabble.com. > >
