Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2006
    Posts
    78
    Plugin Contributions
    1

    Default 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?

  2. #2
    Join Date
    Sep 2006
    Posts
    78
    Plugin Contributions
    1

    Default 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:


    Code:
                '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

  3. #3
    Join Date
    Sep 2006
    Posts
    78
    Plugin Contributions
    1

    Default 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

  4. #4
    Join Date
    Mar 2007
    Posts
    90
    Plugin Contributions
    0

    Default 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
    Last edited by Nedward; 19 Jun 2008 at 03:23 PM.

 

 

Similar Threads

  1. solo and maestro cards
    By theshmoo in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 12 Feb 2009, 02:12 PM
  2. solo/switch/maestro dont show on payment page as options
    By NullMind in forum Built-in Shipping and Payment Modules
    Replies: 0
    Last Post: 11 Mar 2008, 03:21 PM
  3. PayPal Pro - UK Switch/Solo/Maestro cards
    By Fuzion in forum PayPal Website Payments Pro support
    Replies: 17
    Last Post: 7 Mar 2008, 07:10 PM
  4. Switch / Maestro / Solo card icons
    By mattys in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 6 Dec 2007, 08:17 PM
  5. Switch / Maestro / Solo
    By fats1964 in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 11 Jan 2007, 12:50 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg