How to set the delivery address of a cart
- 28th Jan 2018
- 1
- 20045
- how can we set delivery address to cart in hybris How to get delivery address of a cart how to set shipping address of a cart in hybris
Let us see how we can set delivery address to a cart In Hybris data model, Cart is always associated with one delivery address AbstractOrderModel.java AddressModel deliveryAddress; AbstractOrderModel.java AddressModel deliveryAddress; Since CartModel is a subclass of AbstractOrderModel, CartModel will also have delivery address(AddressModel) Step 1 Load the cart associated with the session final CartModel cartModel […]