Rupinder, If you want to customize OFBiz yourself, you have to get more familiar with its internals. Anyway, here are the steps for adding this info to ecommerce screens:
1. Call getInventoryAvailableByFacility service in product.bsh and put the returned values(availableToPromiseTotal, quantityOnHandTotal) in the context. 2. Visualize these values in product screen i.e. productdetail.ftl and configproductdetail.ftl Bilgin
