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
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.
great advise - thanks mate
paul