sheila123:
Is there a way to change the wording of the message that appears in the checkout area under Payment Method? I have the little paypal icon and a message that tells the customer the method is paypal....but I'd like to add in there that they do NOT have to have a paypal acct to pay this way.
Any suggestions? thanks!
Sh,
Developers Tool Kit
Look in your Zen Cart Admin Panel/ Tools/ Developers Tool Kit
You will find a very handy toy for doing searches of the php files and configuration tables ...
Use the bottom input box to enter any text, code, etc. that you are looking for
- Ex: Sample text you are wanting to change
- Then select Catalog, Admin or Both
- ... click search ...
This will show you all files that contain the text, code, etc. that you are looking for
This will check the configuration table and the product_type_layout table for configuration_keys that can be customized via the Zen Cart Admin without the need to touch any of the code
- The top input box can be used to search for constants, the things in ALL_CAPS and select NONE from the dropdown and click search