I am using Joomla 2.5.1 and VM 2.02. I simply want to know how to add "PLEASE WAIT FOR PAYMENT OPTIONS" after VM says, "Thank you for your order!" right before one gets redirected to Paypal. Anyone?
It is in the language files. You can use your language override file located in the path below to change this:
/public_html/language/overrides/en-GB.override.ini
Simply add the line below and change the text between the quotes to suit your needs.
COM_VIRTUEMART_CART_ORDERDONE_THANK_YOU="<p>Thank you for your order! <br />Please wait while we redirect you to <strong>PayPal</strong> to complete your order.<br /><br /> <b>Please do not close this window.</b></p>"
Sorry, dumb question, but is this the language folder under the administration folder or no?
I did both files and it works! Thank you! :)
Not dumb. There is an override for Administration as well. You want the language file in the path I specified though... not the administration one. If there is not one there, you can create it or I can send you a blank.
NICE! Any time I can help with this, I will. However, I face many issues as well.
Thanks again. (so do you think it will mess anything up if I put it under the administration folder's overide file as well?)
It shouldn't but I would remove it to keep it clean