Where can I set the contents of $PAYMENT_METHOD_DETAIL
I am using 1.3.7
Where can I set the contents of $PAYMENT_METHOD_DETAIL
I am using 1.3.7
For clarification, I would like to change the text on the email order confirmaton that the customer receives. The text depends on the payment method and the language. It seems to be in a variable called $PAYMENT_METHOD ...... but i can't see where to change the contents.
Text is not embedded within the core code, but in languages files - most often called through DEFINE statements.
The page (even if it is an email message) is then "cobbled" together, with MODULE files assembling and organising the data, and TEMPLATE files sorting out how it is displayed.
You can use Developers Tool Kit (ADMIN>>>TOOLS>>>DEVELOPERS TOOL KIT) to find existing strings of text within core files.
So, look at EXISTING text within your e-mail messages, and clip bits of these to conduct a search using the developers tool kit. This will show a list of results of php files where your searched-for string appears.
--------------------------------------------------------
(You are probably looking for text defines within the following file:-
includes/languages/english/checkout_process.php)
20 years a Zencart User