hi,
Is it possible to create bundle products ?
it's good to make it combined and separate (option to pick some of bundle package),
I tried to make entity reference views under product but shows 2 orders in shopping cart instead of one together.
is there another way ?!!

Comments

Anonymous’s picture

hypofix created an issue. See original summary.

karthikeyan-manivasagam’s picture

Assigned: » Unassigned
Status: Active » Postponed

Create content type called package and create multiple-value entity reference field in package, link the product content types to it, Enable Package as basic cart content type, Make sure you add the package price as the summation of the products you referenced to the package.

Now the package will be considered as product, in the cart and checkout you will see the package as product, when you click and view the full package page you will have the referenced products listing with it. In emails and order you will see the package only. when you view that package you will see products referenced to it.

You can use drupal views to list package with referenced product .

Hopes it will help.

ivnish’s picture

Priority: Major » Normal
firfin’s picture

Status: Postponed » Closed (works as designed)

Sounds like a working solution to me. Please re-open if this does not suit your needs.