ENGLISH:
I have a question.
I have a usercontrol which I load into my ecom/cart/orderconfirm.html template via: <!--@LoadControl(usercontrols/PushGatewayReturn.ascx)-->
Within the usercontrols/PushGatewayReturn.ascx.VB page I need the OrderID of the current Order (OrderID is available in the template).
I can't find it in any way ... Not through the Dynamicweb.dll, request.form, request.querystring or session values ...
It also seems impossible to pass through the OrderID as variable: <!--@LoadControl(usercontrols/PushGatewayReturn.ascx?OrderID=<!--@Ecom:Order.ID-->)-->
Can anyone tell me how to get my OrderID in my VBB page?!?
DUTCH:
Ik heb een vraagje.
Ik heb een usercontrol die ik in mijn ecom/cart/orderconfirm.html template laad via: <!--@LoadControl(usercontrols/PushGatewayReturn.ascx)-->
In de usercontrols/PushGatewayReturn.ascx.VB pagina heb ik het OrderID nodig van de order waar ik mee bezig ben.
Ik kan hem echter met geen mogelijkheid vinden … Niet via de dynamicweb dll, request.form, request.querystring of session waarden …
Ik kan de waarde toch ook niet als variable meegeven!?!: <!--@LoadControl(usercontrols/PushGatewayReturn.ascx?OrderID=<!--@Ecom:Order.ID-->)-->
Kunnen jullie mij vertellen hoe ik dit doe?
Kind regards / Met vriendelijke groet,
Peter Leleulya