You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Abhishake Agarwal <ab...@gmail.com> on 2008/07/02 16:15:20 UTC

Need help on drop shipping..

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

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

Re: Need help on drop shipping..

Posted by Jacques Le Roux <ja...@les7arts.com>.
Hi Jacopo,

Thanks for correcting this.

Jacques

From: "Jacopo Cappellato" <ja...@gmail.com>
> 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" <ja...@gmail.com>
>>> 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
>>>
>

Re: Need help on drop shipping..

Posted by Abhishake Agarwal <ab...@gmail.com>.
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 <ri...@gmail.com> 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 <
> > jacopo.cappellato@gmail.com> 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" <ja...@gmail.com>
> >>>
> >>>> 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.
>
>

Re: Need help on drop shipping..

Posted by Ritz123 <ri...@gmail.com>.
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 <
> jacopo.cappellato@gmail.com> 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" <ja...@gmail.com>
>>>
>>>> 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.


Re: Need help on drop shipping..

Posted by Abhishake Agarwal <ab...@gmail.com>.
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 <
jacopo.cappellato@gmail.com> 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" <ja...@gmail.com>
>>
>>> 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
>>>>
>>>
>>>
>

Re: Need help on drop shipping..

Posted by Jacopo Cappellato <ja...@gmail.com>.
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" <ja...@gmail.com>
>> 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
>>


Re: Need help on drop shipping..

Posted by Jacques Le Roux <ja...@les7arts.com>.
And I read in ML (I never used dropShip) that your products must belong to the category dropShip

FWIW

Jacques

From: "Jacopo Cappellato" <ja...@gmail.com>
> 
> 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
>

Re: Need help on drop shipping..

Posted by Abhishake Agarwal <ab...@gmail.com>.
Hi,

I am sorry Its was set to Y

Regards,
Abhishake

On Wed, Jul 2, 2008 at 8:13 PM, Jacopo Cappellato <
jacopo.cappellato@gmail.com> wrote:

> Hello Abhishake,
>
> On Jul 2, 2008, at 4:38 PM, Abhishake Agarwal wrote:
>
>  Hello Jacopo,
>>
>> Thanks for the comment...
>>
>> If I am not wrong you are talking about 'Supplier can drop ship?' field
>> which comes when product--->supplier link is clicked.
>>
>>
> Yeah, that one.
>
>  This field is 'N' same as  in hotwaxmedia demo site for supplier which
>> have
>> been linked to drop ship products.
>>
>>
> You should set it to Y... don't know why it is not set in this way in the
> demo data... I am going to check it.
>
> Jacopo
>
>
>
>  Regards,
>> Abhishake
>>
>> On Wed, Jul 2, 2008 at 8:00 PM, Jacopo Cappellato <
>> jacopo.cappellato@gmail.com> wrote:
>>
>>
>>> 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
>>>>
>>>>
>>>
>>>
>

Re: Need help on drop shipping..

Posted by Jacopo Cappellato <ja...@gmail.com>.
Hello Abhishake,

On Jul 2, 2008, at 4:38 PM, Abhishake Agarwal wrote:

> Hello Jacopo,
>
> Thanks for the comment...
>
> If I am not wrong you are talking about 'Supplier can drop ship?'  
> field
> which comes when product--->supplier link is clicked.
>

Yeah, that one.

> This field is 'N' same as  in hotwaxmedia demo site for supplier  
> which have
> been linked to drop ship products.
>

You should set it to Y... don't know why it is not set in this way in  
the demo data... I am going to check it.

Jacopo


> Regards,
> Abhishake
>
> On Wed, Jul 2, 2008 at 8:00 PM, Jacopo Cappellato <
> jacopo.cappellato@gmail.com> wrote:
>
>>
>> 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
>>>
>>
>>


Re: Need help on drop shipping..

Posted by Abhishake Agarwal <ab...@gmail.com>.
Hello Jacopo,

Thanks for the help... I set the above mentioned flag and it works...:)

Once again thanks for help.

Regards,
Abhishake


On Wed, Jul 2, 2008 at 8:08 PM, Abhishake Agarwal <
abhishake.agarwal@gmail.com> wrote:

> Hello Jacopo,
>
> Thanks for the comment...
>
> If I am not wrong you are talking about 'Supplier can drop ship?' field
> which comes when product--->supplier link is clicked.
>
> This field is 'N' same as  in hotwaxmedia demo site for supplier which have
> been linked to drop ship products.
>
> Regards,
> Abhishake
>
>
> On Wed, Jul 2, 2008 at 8:00 PM, Jacopo Cappellato <
> jacopo.cappellato@gmail.com> wrote:
>
>>
>> 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
>>>
>>
>>
>

Re: Need help on drop shipping..

Posted by Abhishake Agarwal <ab...@gmail.com>.
Hello Jacopo,

Thanks for the comment...

If I am not wrong you are talking about 'Supplier can drop ship?' field
which comes when product--->supplier link is clicked.

This field is 'N' same as  in hotwaxmedia demo site for supplier which have
been linked to drop ship products.

Regards,
Abhishake

On Wed, Jul 2, 2008 at 8:00 PM, Jacopo Cappellato <
jacopo.cappellato@gmail.com> wrote:

>
> 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
>>
>
>

Re: Need help on drop shipping..

Posted by Jacopo Cappellato <ja...@gmail.com>.
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