London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi Sven, could you share the code you're using to try to access the information you want to display? Maybe that will give us a better idea about what might be going wrong.
I'm trying to have the user provide the billing and shipping address during the checkout process. I create two OrderAddress objects (orderAddress and billingAddress). After that I add the objects to the OrderAddresses collection:
Then I define that I want to use the billingAddress for my Billing Address:
I also make sure that my shippingAddress is used for my shipment:
and that my billingAddress is used with my payment: