I am trying to get the order number from Thank You page and create a dynamic link

I have a website after placing order I want customer to redirect to a booking page however I want to send order details with the link so they don’t have to enter it again.

Any idea how to achieve that?

I tried adding dataset on the thankyou page however orders data set permission is set as admin only and it’s not changeable so I can’t access data on front page.

This is the link of one of the test order I placed
https://www.biteaus.com.au/thank-you-page/2e413a3d-5748-4722-a4d1-e05e26765562

Any help would be highly appreciated.

Hi Guys,

I found this
https://www.wix.com/corvid/reference/wix-stores-backend.Events.html#onNewOrder

But it doesn’t seem to work. I have tried

export function wixStores_onCartCompleted(event) {
console.log(event);
let total = event.totals.total;
}

export function wixStores_onNewOrder(event) {
let newOrderId = event.orderId;
console.log(newOrderId);
let totalPrice = event.totals.total;
}

Anyone else used this?

Regards
Zee

Hello Zeeshan,
Finally did you get an answer to your problem ?
regards
Yoann