News:

Support the VirtueMart project and become a member

Main Menu

Customising "thank you for your order"

Started by dzséti, November 11, 2012, 09:56:29 AM

Previous topic - Next topic

dzséti

Using VM2.0.10 and would like to customize the order_done.php.

Could someone point me to where the html is generated for this page (echo $this->html;)?

Many thanks!

John2400


dzséti

No - the language works perfectly.

The default shows a mini table/list with details of the order (order number etc) - it's just not very pretty!!

lanthan

Output $htlm will be generated in the VMPayment Plugin. For e.g., if your customer choosed a standard payment method, the output will be generated in

../plugins/vmpayment/standard/standard.php     between line 79 - 146

I hope this helps.

dzséti

#4
Thanks for the help - I will take a look at this! :)

----

Yup, everything I need is here!