I was exploring the code flow for product promotions, being applied when a product is added to the cart through ordermgr. Can any one help me out where the flow goes after >> 2007-12-14 16:31:29,033 (http-0.0.0.0-8443-Processor4) [ ShoppingCartHelper.java:173:INFO ] parent productid null so that I could reach to the code which is finally doing adjustments (Promotions) Please refer to the log below.
2007-12-14 16:31:29,021 (http-0.0.0.0-8443-Processor4) [ RequestHandler.java:243:INFO ] [Processing Request]: additem sessionId= 811E8557E6181FEC12CEDAA6EA3C6F04.jvm1 2007-12-14 16:31:29,023 (http-0.0.0.0-8443-Processor4 ) [ ShoppingCartEvents.java:166:INFO ] adding item product WG-1111 2007-12-14 16:31:29,023 (http-0.0.0.0-8443-Processor4) [ ShoppingCartEvents.java:167:INFO ] adding item parent product null 2007-12-14 16:31:29,028 ( http-0.0.0.0-8443-Processor4) [ ProductStoreWorker.java:484:INFO ] getSurvey for product WG-1111 2007-12-14 16:31:29,033 (http-0.0.0.0-8443-Processor4) [ ShoppingCartHelper.java:172:INFO ] carthelper productid WG-1111 2007-12-14 16:31:29,033 (http-0.0.0.0-8443-Processor4) [ ShoppingCartHelper.java:173:INFO ] parent productid null 2007-12-14 16:31:29,207 (http-0.0.0.0-8443-Processor4) [ GenericEntity.java:408:WARN ] In entity field [ OrderAdjustment.amount] set the value passed in [java.math.BigDecimal] is not compatible with the Java type of the field [Double] 2007-12-14 16:31:29,210 (http-0.0.0.0-8443-Processor4) [ GenericEntity.java:408:WARN ] In entity field [ OrderAdjustment.amount] set the value passed in [java.math.BigDecimal] is not compatible with the Java type of the field [Double] Thank you, -- Vikas Mayur