In ecommerce's application we have PIZZA as a configurable product .
If we show only Peeper and Souce for Pizza as a component then its not
running fine (both configuration item peeper and souce are not getting
displayed on product detail page), if user is logge-in
On the other hand its working fine if user is not logged-in.
Not included --<ProductConfigItem configItemId="PZ0000"
configItemTypeId="SINGLE" configItemName="Dough" description="Select
type:"/>
Included---- <ProductConfigItem configItemId="PZ0001"
configItemTypeId="MULTIPLE" configItemName="Toppings"
description="Select the Toppings:"/>
Note: I don't want to have configuration item large and small Pizza.
Thanks
Amit