Hey i need to develop a custom plugin for custom thankyou page in VirtueMart
How should i achieve that , because thank you page is generated according to the payment selected.
What is the correct hook for changing the last thank you page in VirtueMart.
I tried plgVmConfirmedOrder but is that the correct hook? how to achieve this thing using virtuemart hook system?
Hello
It depends on you payment. There is no specific hook. What would you like to do exactly ?
hi i would like to show a qr code for the customers in the thank you page for a mobile app.
The qr code is related to a textbox that i have placed in the confirm order page using the plgVmonadvertise hook.
if the user has entered the correct id in that text box the qr code will show in the thank you page otherwise not.
guess you need to pass it to your payment method some how and redisplay in the thank you..
The thank you html is formed by the payment method