Hi,
I'm having a problem with the liveintegration and the cart.
When I view the cart (before completing the order) my cart won't show orderline discounts. When I complete the order the orderline discount shows up as it's supposed to.
In both steps I get the same orderline XML - the only difference is on the order where OrderCreated is true when I'm on the receipt page + name, company etc. has values as well.
I've attached the response XML I get on step 1 (the overview before completing the order) and step 2 (the receipt).
In step 1 I only get one orderline when looping through the orders - in step 2 i get two orderlines - one with the product and one with the discount.
If i try to write out @GetLoop("OrderLines").Count it also says 1 in step 1 and 2 in step 2.
What is going on here? :-)