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 1 to 20 of 25
This thread is locked. New replies are disabled.
13 Feb 2007, 10:06 PM
#1
sovens avatar

sovens

New Zenner

Join Date:
Oct 2005
Posts:
8
Plugin Contributions:
0

Adding a 2% fee to credit card purchases

Im not sure if im posting in the correct area but my customer would like me to add a 2% fee onto credit card transactions.

Im hoping that someone here can point me to the function where i can add this 2% fee onto credit card transactions.

im using V1.3.7

thanks inadvance

13 Feb 2007, 10:07 PM
#2
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Adding a 2% fee to credit card purchases

you may want to let them know that in most cases this is a NO NO

13 Feb 2007, 10:21 PM
#3
sovens avatar

sovens

New Zenner

Join Date:
Oct 2005
Posts:
8
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

why do you say that?

I could add a note stating that a 2% fee will be added to orders purchased with credit cards so customers would get warning.

btw im actually using 1.2.4.1 still, not V1.3.7 like i stated previously.

13 Feb 2007, 10:35 PM
#4
bmhayes avatar

bmhayes

New Zenner

Join Date:
Nov 2005
Location:
Missouri
Posts:
34
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Most credit card merchant accounts have a statement in their TOS against adding fees to cover the expenses incurred by a merchant for a customer using a credit card for payment. They do not want their customers ( credit card holders) penalized for using the card.

You can however increase your pricing and offer a discount for cash/check etc. This is generally accepted, but you will want to check with your provider.

14 Feb 2007, 1:32 PM
#5
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,694
Plugin Contributions:
56

Re: Adding a 2% fee to credit card purchases

bmhayes:

You can however increase your pricing and offer a discount for cash/check etc.
The majority of vendors on the Internet are payment-agnostic. I would argue that for an extra 2%, you are annoying and possibly even driving away customers who are not used to surcharges. Just eat it - it's the cost of doing business.

Good luck,
Scott

15 Feb 2007, 7:32 AM
#6
sovens avatar

sovens

New Zenner

Join Date:
Oct 2005
Posts:
8
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

I appricate what you guys are saying and i would probably just accept it as part of business or i would increase prices slight, but a customer wants what a customer wants.

I have started looking into the classes and functions but would appricate some help from the core team or someone who knows how to do this.

thanks inadvance

17 Feb 2007, 2:39 PM
#7
theoracle avatar

theoracle

Suspended

Join Date:
Aug 2004
Posts:
3,180
Plugin Contributions:
1

Re: Adding a 2% fee to credit card purchases

You'd need to customize your includes/classes/order.php file where all the payment process stands.

17 Feb 2007, 3:01 PM
#8
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Adding a 2% fee to credit card purchases

Once again,
if this is for a customer,
please remember part of your job is to educate a customer,
and once again check with the merchant account and make sure they they will NOT shut you down if they find out you are charging a customer extra for using a credit card.

10 Oct 2007, 11:50 AM
#9
zark avatar

zark

New Zenner

Join Date:
Sep 2007
Location:
Gold Coast, Oz
Posts:
14
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Apparently Australia introduced legislation in 2003 to remove the "no surcharge" rule of Credit facilities and as a result, it is/will become more common for retailers to pass on the fees directly to the customer.
I have a client that would like a 2.1% fee applied to Visa and Mastercard and a 3.5% fee applied to Amex and Diners.
Can anybody give me a hint of where I should start. Noting that I need to highlight to the customer that IF they select a Credit Card Payment, then depending on which type, a surchage of x will apply.
Thank you.

10 Oct 2007, 12:20 PM
#10
merlinpa1969 avatar

merlinpa1969

Totally Zenned

Join Date:
Mar 2004
Posts:
13,031
Plugin Contributions:
4

Re: Adding a 2% fee to credit card purchases

regardless of what Australia allows, the card companies,
Visa MC and Amex I know do NOT allow you to charge a surcharge,

and its been stated here before that a way to do this will not be discussed here

10 Oct 2007, 11:45 PM
#11
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,694
Plugin Contributions:
56

Re: Adding a 2% fee to credit card purchases

This may even have the perverse effect of reducing your receipts. Most people can't do math, and the loss aversion instinct is strong. An extra 2% fee is perceived as a "gotcha" which will lead to cart abandonment. Conversely, reducing small fees can mean a huge jump in sales.

Overstock.com has found other, somewhat puzzling, behavior among its customers. The company has for years offered $2.95 shipping fees on all sales. But according to Patrick Byrne, Overstock’s chief executive, the site will occasionally drop the fee to $1, “and suddenly people start ordering $400 bookcases and beds,” he said. “The average order size goes up unbelievably.”

http://thecartblog.com/2007/10/10/sensitivity-to-small-fees/

Good luck,
Scott

11 Oct 2007, 1:16 AM
#12
gilby avatar

gilby

Totally Zenned

Join Date:
Aug 2005
Location:
Vic, Oz
Posts:
1,816
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Merlinpa1969:

regardless of what Australia allows, the card companies,
Visa MC and Amex I know do NOT allow you to charge a surcharge,

and its been stated here before that a way to do this will not be discussed here

Actually they DO!!! and have done so for a couple of years now here in OZ

Personally I would never do it as it would turn too many customers away.
I just absorb it as a cost of doing business.

All of the large utilities phone, power etc now charge a surcharge for credit card use. Its also a different percentage depending on the type of credit card.

Anyone doing this does need to be aware that they can only recover the diirect cost of the credit card fee. You can't for example charge an extra 2% if the card company charges you 1.86%

An interesting aside to this is that you can see how much the card companies are charging these companies for their credit card fees.

11 Oct 2007, 1:30 AM
#13
zark avatar

zark

New Zenner

Join Date:
Sep 2007
Location:
Gold Coast, Oz
Posts:
14
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

gilby:

Personally I would never do it as it would turn too many customers away.
I just absorb it as a cost of doing business.

Likewise.

However, this is becoming the norm as customers (in Australia) are becomming accustomed to choosing the payment option and accepting additional Credit Card fees as more retailers choose this option.

...and this is the way the client wants the payments set up..

14 Nov 2007, 11:49 AM
#14
bojanokuka avatar

bojanokuka

New Zenner

Join Date:
Nov 2007
Posts:
10
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

sovens:

Im not sure if im posting in the correct area but my customer would like me to add a 2% fee onto credit card transactions.

Im hoping that someone here can point me to the function where i can add this 2% fee onto credit card transactions.

im using V1.3.7

thanks inadvance

I have the module which i have developed myself. http://www.zen-cart.com/index.php?main_page=product_contrib_info&products_id=785

19 Nov 2007, 12:14 AM
#15
anpat89 avatar

anpat89

New Zenner

Join Date:
Nov 2007
Posts:
5
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Uh, can you make it into a ZIP file too, offer both because some people don't have WINRAR and WINZIP is better;)
I just downloaded WINRAR though, but it is trial version.

19 Nov 2007, 2:06 AM
#16
gsis avatar

gsis

Zen Follower

Join Date:
Jun 2007
Posts:
140
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

This is also allowable in the UK. IIRC there are conditions (e.g. the surcharge cannot exceed the amount charged by the CC issuer). Also, the surcharge is allowed for credit cards - not for debit card transactions.

A quick Google shows some companies applying a 4.5% surcharge which may be a little excessive.

19 Nov 2007, 4:44 AM
#17
anpat89 avatar

anpat89

New Zenner

Join Date:
Nov 2007
Posts:
5
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Fatal error: Cannot use object of type queryFactoryResult as array in /home/networkg/public_html/store/includes/modules/order_total/ot_payment.php on line 97

What does this mean, I don't understand what I need to place in payment type...at the moment there is "cc" there, this should give the surcharge for credit card payment yes? What sort order too, that's what also confused me, should I put 5 or 99?

29 Nov 2007, 11:53 PM
#18
krxon avatar

krxon

New Zenner

Join Date:
Apr 2007
Posts:
5
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

I have same error like anpat 89. Any clue?

30 Dec 2007, 12:57 AM
#19
pietro avatar

pietro

New Zenner

Join Date:
Dec 2007
Posts:
9
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

Ok then so how do you give a 4% discount for bank depositing customers?

31 May 2008, 6:37 AM
#20
lgarner avatar

lgarner

New Zenner

Join Date:
May 2008
Posts:
3
Plugin Contributions:
0

Re: Adding a 2% fee to credit card purchases

i've got the module installed but as soon as I activate it the whole checkout totals are blank, no info at all.

Any idea's