Bundle of products

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Bundle of products

euronymous
Hi list

we are curious about your thoughts about the possibility to create a bundle of products in ofbiz.

Let say that we have 3 songs and 1 dics where these three songs are contained.
The disc must be seen as a bundle of the 3 songs, so the user can buy them separately or in one-solution buying the entire disc.

We would like to set-up a disc product that if bought give to the user some discount: for the user is much more convenient to buy the entire disc than the single songs.

Virtual/variant products and features are not so clear for us, or better: we don't know how to apply them in our situation.

can someone help us?
Reply | Threaded
Open this post in threaded view
|

Re: Bundle of products

David E Jones

You may also want to look at the Marketing Package* product types. These are meant for physical goods, so the code for
fulfillment of digital product files (if that's what you're planning to use) may need some changes to work nicely with it.

-David


euronymous wrote:

> Hi list
>
> we are curious about your thoughts about the possibility to create a bundle
> of products in ofbiz.
>
> Let say that we have 3 songs and 1 dics where these three songs are
> contained.
> The disc must be seen as a bundle of the 3 songs, so the user can buy them
> separately or in one-solution buying the entire disc.
>
> We would like to set-up a disc product that if bought give to the user some
> discount: for the user is much more convenient to buy the entire disc than
> the single songs.
>
> Virtual/variant products and features are not so clear for us, or better: we
> don't know how to apply them in our situation.
>
> can someone help us?
Reply | Threaded
Open this post in threaded view
|

Re: Bundle of products

euronymous
Thanks for you fast reply David.

The point is that I cannot find any MARKETING_PACKAGE resource.

We already did some hacks to fix the Digital Products downloads: now the Blob of bytes can be written inside the AudioDataResource, using DataEvents.serveObjectData to retrieve it.

just point me to and example usage/file/url of marketing package.

Really Thanks!!!

Michele
David E Jones wrote
You may also want to look at the Marketing Package* product types. These are meant for physical goods, so the code for
fulfillment of digital product files (if that's what you're planning to use) may need some changes to work nicely with it.

-David


euronymous wrote:
> Hi list
>
> we are curious about your thoughts about the possibility to create a bundle
> of products in ofbiz.
>
> Let say that we have 3 songs and 1 dics where these three songs are
> contained.
> The disc must be seen as a bundle of the 3 songs, so the user can buy them
> separately or in one-solution buying the entire disc.
>
> We would like to set-up a disc product that if bought give to the user some
> discount: for the user is much more convenient to buy the entire disc than
> the single songs.
>
> Virtual/variant products and features are not so clear for us, or better: we
> don't know how to apply them in our situation.
>
> can someone help us?