VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: dzséti on November 11, 2012, 09:56:29 AM

Title: Customising "thank you for your order"
Post by: dzséti on November 11, 2012, 09:56:29 AM
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!
Title: Re: Customising "thank you for your order"
Post by: John2400 on November 11, 2012, 12:02:53 PM
are you just after changing the wording?
http://www.ostraining.com/blog/joomla/languge-manager/
Title: Re: Customising "thank you for your order"
Post by: dzséti on November 11, 2012, 13:22:51 PM
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!!
Title: Re: Customising "thank you for your order"
Post by: lanthan on November 12, 2012, 20:48:42 PM
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.
Title: Re: Customising "thank you for your order"
Post by: dzséti on November 17, 2012, 00:53:30 AM
Thanks for the help - I will take a look at this! :)

----

Yup, everything I need is here!