VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: ukfish1 on January 29, 2013, 18:41:44 PM

Title: Which file should I edit?
Post by: ukfish1 on January 29, 2013, 18:41:44 PM
Hello

At checkout I have changed the wording of COM_VIRTUEMART_ORDER_CONNECT_FORM in the language file. This wording also appears on the page headed "your account details" (which also includes the Add/Edit billing address information) which is shown if the user hits checkout without logging in or adding billing information. I want to be able to change this wording on this page only. If I create a new entry in the language file called COM_VIRTUEMART_ORDER_CONNECT_FORM1 and change this reference in the relevant file, I guess that should do the trick, right? Trouble is I can't find which file to change.

Any help greatly appreciated.

paul

Title: Re: Which file should I edit?
Post by: jenkinhill on January 29, 2013, 23:42:52 PM
If you run GREP on the server to search for COM_VIRTUEMART_ORDER_CONNECT_FORM you will find all files that use that string.  Or use Agent Ransack on a local copy of the VM fileset.
Title: Re: Which file should I edit?
Post by: ukfish1 on January 30, 2013, 12:05:28 PM
great advise - thanks mate

paul