VirtueMart Forum

VirtueMart 2 + 3 + 4 => Plugins: Payment, Shipment and others => Topic started by: rajeshpits on January 01, 2015, 06:46:38 AM

Title: thankyou page hook
Post by: rajeshpits on January 01, 2015, 06:46:38 AM
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?
Title: Re: thankyou page hook
Post by: alatak on January 03, 2015, 19:20:03 PM
Hello
It depends on you payment. There is no specific hook. What would you like to do exactly ?
Title: Re: thankyou page hook
Post by: rajeshpits on January 10, 2015, 03:31:36 AM
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.
Title: Re: thankyou page hook
Post by: GJC Web Design on January 10, 2015, 11:32:22 AM
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