Hello,

In CheckOutConfirm.ascx.cs I can use NopContext.Current.User to access billing and shipping information but I'm not able to see any data regarding Item(s), SKU, Qty and etc.

Where can I access these data in this module?



   paymentInfo.BillingAddress = NopContext.Current.User.BillingAddress;
   paymentInfo.ShippingAddress = NopContext.Current.User.ShippingAddress;



Any comment is appreciated.

Thanks.