Zen Cart Logo

payment description

Locked

Views: 1,086

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
12 Apr 2009, 7:10 AM
#1
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

payment description

hi all, may i ask how to add descriptions under each payment method in checkout page,please do provide more detail because i am not a pro programmer.thanks

12 Apr 2009, 11:04 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: payment description

Use the developer tool kit to find files where some of the visible text is located and add it to those files

https://www.zen-cart.com/tutorials/index.php?article=39

13 Apr 2009, 12:19 AM
#3
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

Re: payment description

kobra:

Use the developer tool kit to find files where some of the visible text is located and add it to those files

https://www.zen-cart.com/tutorials/index.php?article=39

it is the original payment module of zen cart 1.38, do not know how do add description under best way, i find out these "define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way'); "

13 Apr 2009, 12:24 AM
#4
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

Re: payment description

i can add now,but just after the"best way",how can i write under"best way,and how to add more option rather than best way,like fast way.thanks

13 Apr 2009, 12:46 AM
#5
haredo avatar

haredo

Totally Zenned

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

Re: payment description

Lo,
"define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');

Try this:
Remember the override files so you don't hack the core..

"define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way <br /> And this is a great way to buy my little toy!');

13 Apr 2009, 7:45 AM
#6
louisapple avatar

louisapple

Zen Follower

Join Date:
Apr 2009
Posts:
151
Plugin Contributions:
0

Re: payment description

haredo:

Lo,
"define('MODULE_SHIPPING_FLAT_TEXT_WAY', 'Best Way');

thanks mate,now i can add description.

13 Apr 2009, 7:51 AM
#7
haredo avatar

haredo

Totally Zenned

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

Re: payment description

Lo,
You are most welcome, glad I could help you.

Zen is sweet you can use html code with .php