Marvin
06/28/2022, 4:37 AMSession.set('order_id', this.order_id);
But when I went to the cart and attempted to retrieve them with the following code they weren't set.
Session.get('order_id');
Bryce Krah
06/28/2022, 1:56 PMMarvin
06/28/2022, 5:32 PMorder_id
is set in checkout to know whether to update an existing order or let checkout proceed normally.Bryce Krah
06/28/2022, 6:16 PMMarvin
06/28/2022, 6:21 PM