Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Add note to my Checkout_Payment

Add note to my Checkout_Payment

Locked

Views: 1,635

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
14 Dec 2006, 6:38 PM
#1
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Add note to my Checkout_Payment

I am trying to Add a note to my Checkout_Payment.php page saying **"A 2% surcharge will added for Business and Rewards Card credit cards. No surcharge for personal credit cards". ** This is to cover the extra charge my credit card company charges for these cards. However, in this Checkout_Payment .php file, I don’t even see some of the existing text that appears on the site, so where do I add this text? AM I looing at the right php file? This is the file that shows up in properties in the checkout page. Also, if anyone knows a good solution to charge Business credit cards that extra 2% please let me know.

Kevin
https://www.cvtreasures.com

14 Dec 2006, 8:51 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Add note to my Checkout_Payment

Are you even allowed to charge any extra for business cards? I know the card companies forbid you to charge extra for accepting cards.... Be careful you don't get in trouble.

A lot of text is stored in files like /includes/languages/english.php, to allow multi-language switching in templates. Look for something like that related to your checkout module. The Developer's Toolkit in admin can help you locate the file - look up a distinctive snippet of the text you want to replace or add to and you can find where it is defined.

16 Dec 2006, 1:01 AM
#3
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Add note to my Checkout_Payment

Actually Link Point recommended I setup a Business and Personal Credit Card link to charge the extra 2% on business cards.

16 Dec 2006, 1:58 AM
#4
Kim avatar

Kim

Obaa-san

Join Date:
Jun 2003
Location:
West Coast, North America
Posts:
26,604
Plugin Contributions:
0

Re: Add note to my Checkout_Payment

From a consumer standpoint you would chase me away, unless I am buying wholesale and know in advance. You would be better off to raise all of your prices by 2-3%.

16 Dec 2006, 2:01 AM
#5
kevinmc3 avatar

kevinmc3

Totally Zenned

Join Date:
Jun 2006
Posts:
786
Plugin Contributions:
0

Re: Add note to my Checkout_Payment

Good point