I have created product bundle but its not showing price.Do you have any solution for this

I have created product bundle but its not showing price.Do you have any solution for this.

System does not fetch price from Product Bundle. You need to define price against a Price List.

@Super_user007, please check whether you have added Item Price for product bundle under selected price list.

Uploading Screen Shot 2016-02-23 at 12.17.25 PM.png…

Thank You

Same situation product bundle created but price is not fetch in sale order.

can you tell full procedure to create product bundle

To know about price list, check:

https://frappe.github.io/erpnext/user/manual/en/setting-up/price-lists.html
https://frappe.github.io/erpnext/user/manual/en/stock/item/item-price.html

Hello sir
i follow this step but same situation product bundle created its not showing price in sales order

i have done everything but product bundle total calculation is not done.
(product_bundle=(item1+item2+item3)) is not possible with me

Are you expecting that if you have defined item price for item1, item 2 and item 3, system will auto calculate rate of product bundle rate?

That option is not there, you need to create Item Price record for product bundle item as well.

But sir i see video product bundle calculate the item price.

No, in video also it is coming from Price List.

The thing which is present in video the same is not possible with me.

@nabinhait

Thanks @nabinhait am now clear about the flow of Product bundle.
Would like to ask a quick one… how can we write a piece of code to get this calculation done. any inputs on modifying the same would be highly welcome.
PS: Can I modify the ERPNext module in Pycharm/ eclipse.