Forums / PayPal Website Payments Pro support / Solo / Maestro problems

Solo / Maestro problems

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
06 Mar 2008, 16:39
#1
flobster avatar

flobster

New Zenner

Join Date:
Sep 2006
Posts:
76
Plugin Contributions:
1

Solo / Maestro problems

Hello,

I have searched the forum but have been unable to find an answer, i have 2 seperate issues, one for Solo cards and the other for Maestro cards

1) (solo cards)
-I have installed website payments pro and configured correctly,
-I have enabled Solo cards on the Configurations > credit cards
-When i goto checkout and select Solo card, i enter the card number, the problem is that it wants a start date (solo cards do not have start dates on them) and it will not let me enter a issue number (they have these on the cards)

ok so i click continue and then confirm payment on the next screen, its gets a 12 error declined, all the log emails come through and it gives this error
ALERT: PayPal Direct Payment Error (12 <!-- Declined: 15005-This transaction cannot be processed. -->)

now i called my bank and asked why it was declined, they told me the payment system sent a issue number of 0 instead of 1 which is on my card,

so i know the problem its the script which you enter the cards on,
has anyone else had this problem?


-----
2) - (Maestro cards)

Again i have configured all of the settings, i have enabled Maestro cards in the Credit Cards configuration.

When i select MAestro cards all of the correct fields enable so i can enter a issues number and a end date, but when i click continue i get an error saying we do not accept this type of card

I cannot understand why i am having this problem as others dont seem to have it

Can anyone shed any light as to why this may be happening?
06 Mar 2008, 21:00
#2
flobster avatar

flobster

New Zenner

Join Date:
Sep 2006
Posts:
76
Plugin Contributions:
1

Re: Solo / Maestro problems

Ok

To update, Issues 1 has been solved, Issue 2 still stands and i cannot work it out

just incase you want to know how i fixed it, i opened up paypalsp.php and paypalwpp.php and changed:


            'if (value == "Switch" || value == "Solo") {' .
            '    document.checkout_payment.paypalwpp_cc_issue_month.disabled = false;' .
            '    document.checkout_payment.paypalwpp_cc_issue_year.disabled = false;' .
            '    document.checkout_payment.paypalwpp_cc_checkcode.disabled = true;' .
            '    if (document.checkout_payment.paypalwpp_cc_issuenumber) document.checkout_payment.paypalwpp_cc_issuenumber.disabled = true;' .

to

            '    document.checkout_payment.paypalwpp_cc_issue_month.disabled = true;' .
            '    document.checkout_payment.paypalwpp_cc_issue_year.disabled = true;' .
            '    document.checkout_payment.paypalwpp_cc_checkcode.disabled = false;' .
            '    if (document.checkout_payment.paypalwpp_cc_issuenumber) document.checkout_payment.paypalwpp_cc_issuenumber.disabled = false;' .


this allows you to enter a issue number and CVV number for a solo card.

I am a bit stuck on the maestro problem though
07 Mar 2008, 16:10
#3
flobster avatar

flobster

New Zenner

Join Date:
Sep 2006
Posts:
76
Plugin Contributions:
1

Re: Solo / Maestro problems

Well i have found the problem,

For Maestro cards to work you need to also enable Switch cards, when the customer selects Maestro card and enters their details on the next stage of checkout it says Switch card, so simple fix to my problem,

allthough Maestro cards are now different to Switch cards, Switch has been faded out in favour of Maestro now.

for the issue i had with the Solo card, I have checked an original 1.3.8a file to see if my files had changed for some reason, they are the same as my original file, so i beleive this needs changing in the next release.

Regards
Rob
19 Jun 2008, 14:17
#4
nedward avatar

nedward

New Zenner

Join Date:
Mar 2007
Posts:
90
Plugin Contributions:
0

Re: Solo / Maestro problems

Hi Rob, I'm going through the same problems. In your answers above you say to change 2 files but I don't have paypalsp.php only paypalwpp.php

I searched on google for this and there are 2 entries and both are to be found in this forum and written by you. Where is this file and why wouldn't I have it?

Thanks for the useful info about solo cards.


EDIT ************ I have paypaldp.php. I just made the changes you mentioned above and now I have a cvv box that is typeable.

Now I just need someone to buy with a solo card to see if it works.

Thanks again, Rob.

Steven