VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: chadgarber on February 16, 2012, 17:38:25 PM

Title: Geesh! Why can't I find the answer to simple question?
Post by: chadgarber on February 16, 2012, 17:38:25 PM
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?
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: mangotti on February 16, 2012, 20:26:51 PM
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>"
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: chadgarber on February 16, 2012, 20:48:43 PM
Sorry, dumb question, but is this the language folder under the administration folder or no?
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: chadgarber on February 16, 2012, 21:20:21 PM
I did both files and it works! Thank you! :)
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: mangotti on February 16, 2012, 21:20:56 PM
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.
Title: SOLVED Re: Geesh! Why can't I find the answer to simple question?
Post by: mangotti on February 16, 2012, 21:21:35 PM
NICE! Any time I can help with this, I will. However, I face many issues as well.
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: chadgarber on February 16, 2012, 21:24:11 PM
Thanks again. (so do you think it will mess anything up if I put it under the administration folder's overide file as well?)
Title: Re: Geesh! Why can't I find the answer to simple question?
Post by: mangotti on February 16, 2012, 22:15:49 PM
It shouldn't but I would remove it to keep it clean