I want to add items in cart.

0
I have created a domain model for product list, order,order_line, and customer. and created product overview page for showing product list.and on the product overview page add to cart button is given. after clicking the add to cart button the product is added into the cart. for this click event i have call the Microflow  ACT_Add_to_cart. but the product is not showing in cart. please help me. thank you in advance.  
asked
3 answers
1

Hi Taruna,

In this case I think you have to create an orderline which is to be associated with your order (the cart) and with the product. After doing so you should refresh the order object, so that the newly associated orderlines will be shown in the overview.

Hope this helps!

answered
1

Yes. I have already created an association with OrderLine. but still, it's not showing in the cart. is I can change the Microflow or any other changes?

answered
0

did you finally find a way to get it working? if yes can you explain as i am stuck in the same place

answered