Hello all
We have a page where we set up a Customer Center module and a Cart module because we were having issues with the Order details some weeks ago.
Before on this same page, we only had a CC module and had the OrderDetail.cshtml template to display orders but when we tried to view it, the page was blank.
So a cart module was set up and the CC disabled. The reorder wouldn't work of course and so i enabled the CC module again. Now, if we reorder, products are added to the cart but then when we go to an order detail page, the products are removed from the cart.
I can't figure out what's triggering the removal of products.
- First issue is, why doesn't the OrderDetail.cshtml display the order if it's choosen in the Order Details field in the CC?
- Second, due to the solution we implemented on having the Cart module instead, why does it remove the products?
Appreciate your help