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!
are you just after changing the wording?
http://www.ostraining.com/blog/joomla/languge-manager/
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!!
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.
Thanks for the help - I will take a look at this! :)
----
Yup, everything I need is here!