Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / Change message in Payment area of Checkout

Change message in Payment area of Checkout

Locked

Views: 1,865

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
7 Mar 2009, 7:35 PM
#1
sheila123 avatar

sheila123

Zen Follower

Join Date:
Mar 2009
Posts:
96
Plugin Contributions:
0

Change message in Payment area of Checkout

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!

7 Mar 2009, 7:40 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Change message in Payment area of Checkout

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

  1. Ex: Sample text you are wanting to change
  2. Then select Catalog, Admin or Both
  3. ... 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
7 Mar 2009, 7:43 PM
#3
sheila123 avatar

sheila123

Zen Follower

Join Date:
Mar 2009
Posts:
96
Plugin Contributions:
0

Re: Change message in Payment area of Checkout

Thank you! lol, well, they DO say, it's always in the last place you look! (and I didn't even look there because I really wasn't sure what the heck that whole area did.) But thanks, now I know.:clap:

7 Mar 2009, 7:46 PM
#4
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Change message in Payment area of Checkout

Sh,
You are most welcome, glad I could upgrade your knowledge with the admin panel

Please, post back to tell us fellow Zenners if that was the fix:yes:

7 Mar 2009, 7:49 PM
#5
sheila123 avatar

sheila123

Zen Follower

Join Date:
Mar 2009
Posts:
96
Plugin Contributions:
0

Re: Change message in Payment area of Checkout

Oh yes, that was definitly the FIX! Thank you so much. I can't believe how simple that was. I'm stunned.

7 Mar 2009, 7:51 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,178
Plugin Contributions:
0

Re: Change message in Payment area of Checkout

Sh,
Yes the power that the Zen Cart Developers gave us to find and locate the issues we want to change...

Enjoy,