VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: andrai2 on April 16, 2015, 23:11:31 PM

Title: How to remove "View your order" button at the end of thanks page
Post by: andrai2 on April 16, 2015, 23:11:31 PM
Hello!

I would like to ask one more question..?

How to remove "View your order" button at the end of thanks page?

Which php file i how to modify..? /public_html/components/com_virtuemart/...?

Try to look to language string in php files "COM_VIRTUEMART_ORDER_VIEW_ORDER" but could not find it

probably i understand i have to comment out some php lines, but i can not find to file to modify

I use
Joomla 3.3.6
VirtueMart 3.0.2
Artisteer template
Site is multilangiage

Tahnks!

Thanks!
Title: Re: How to remove "View your order" button at the end of thanks page
Post by: jenkinhill on April 16, 2015, 23:35:36 PM
That is in your payment plugin, eg for PayPal the code is in plugins/vmpayment/paypal/paypal/tmpl/apiresponse.php  or    plugins/vmpayment/paypal/paypal/tmpl/hostedresponse.php  depending on which payment method is used.
Title: Re: How to remove "View your order" button at the end of thanks page
Post by: andrai2 on April 17, 2015, 00:51:03 AM
Yap worked form like charm!
Title: Re: How to remove "View your order" button at the end of thanks page
Post by: servlet on January 05, 2016, 17:36:21 PM
How can I override plugin in /public_html/joomla/templates/my_template/html
Components are com_virtuemart ...html/com_virtuemart/askquestion

...html/plg_vmpayment/standard/post_payment.php
Doesnt work!