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!
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.
Yap worked form like charm!
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!