Zen Cart Logo
Forums / All Other Contributions/Addons / Adding a 2% fee to credit card purchases

Adding a 2% fee to credit card purchases

Locked

Views: 7,733

Results 21 to 25 of 25
This thread is locked. New replies are disabled.
11 Jun 2008, 8:40 AM
#21
car86l avatar

car86l

New Zenner

Join Date:
Jun 2008
Posts:
18
Plugin Contributions:
0

Adding a 2% fee to credit card purchases

I'm also having the same blank screen issue as lgarner.

Has there been any fix to this?

19 Jun 2008, 1:37 AM
#22
alfo avatar

alfo

Zen Follower

Join Date:
Apr 2006
Location:
Sydney, Australia
Posts:
103
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Blank Screen here tooo...

using it differently though...offer a discount when they pay by paypal or cc before they come into the store.

19 Jun 2008, 10:32 AM
#23
pcspot avatar

pcspot

New Zenner

Join Date:
Aug 2007
Posts:
31
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

HI All,

this module is based on Langers / nicholak's ( I hope its the right people I am referring to )payment type discount.

For the error
Fatal error: Cannot use object of type queryFactoryResult as array in....line 97,
change:
if (ereg('^GIFT', addslashes($gv_result['products_model']))) {

to

if (ereg('^GIFT', addslashes($gv_result->fields['products_model']))) {

Works well for me..

remember to also check the payment class and type in exactly as it is
"This means opening the payment file up to read the class.

i.e. for this one:

class pm2checkout {

so in the payment type name put pm2checkout

Note that it is case sensitive!"

Please see
modhole.com/modhole/index.php?module=phpwsbb&PHPWSBB_MAN_OP=view&PHPWS_MAN_ITEMS=41

9 Apr 2009, 7:03 AM
#24
matthewrossser avatar

matthewrossser

New Zenner

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

Re: Adding a 2% fee to credit card purchases

Hi There,

Well..... There are many companies all over the world who charge the Customer for all Credit Card Fees.

It should be easy enough to include in Zen Cart.
Please could the Zen Masters include.
For those Non-Believers, I doubt all these airlines would be doing it if it was illegal.

Regards
Matt

PS.
Some info for your research.........

ryanair.com
easyjet.com

2 of the largest cheap Airlines operating in Europe !!

All bookings will incur a £2.00 booking fee save for bookings made by Visa electron and Carte Bleue (domestic transactions) which are free. Bookings made by Visa Credit Card, MasterCard, Diners Club, American Express, UATP/Airplus will incur an additional fee of 2.5% of the total transaction value, with a minimum charge of £4.00, whichever is greater.

Note this is a UK retail site. Non UK Cardholders transacting on this site may be subject to a cross border fee applied by their Card Issuer.

9 Apr 2009, 8:31 AM
#25
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
176

Re: Adding a 2% fee to credit card purchases

If you want such a feature, there is a credit card surcharge module in the addons section, which you can use at your own risk.