There is a ProductStore setting for exploding order items. When this is set 
that code will split all order items with a quantity of X into X order items 
each with a quantity of 1, or that is the intent anyway.

-David


Vikas Mayur wrote:
While looking at the order process, in method createOrder of
CheckOutEvents.java, I came across the statement
boolean areOrderItemsExploded = explodeOrderItems(delegator, cart);
Can any body please help me to know what is the significance of
explodeOrderItems.

Thanks,

Reply via email to