Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    YourPay/LinkPoint - Credit Card kind or type?

    Forgive me if this has been discussed already. But I couldn't find anything, and I'm in a bit of a "pinch" with a client.

    We're running ZenCart 1.3.0.2 running our YourPay account through the 1.3 LinkPoint/YourPay payment module.

    Here's what they are telling me they really want/need: user option to select what kind of credit card they are using, and then they also need that info sent to them with either the first or last 4 digits of the credit card.

    I really need help figuring this out a.s.a.p. Please and thank you!

  2. #2
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: YourPay/LinkPoint - Credit Card kind or type?

    Zen cart was setup as a smart system,
    it knows based on the first 4 numbers what kind of card it is,

    and with an automatic gateway these numbers are not stored at all.

    Im curious to know why your client wants or needs these things?
    Zen cart PCI compliant Hosting

  3. #3
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: YourPay/LinkPoint - Credit Card kind or type?

    I've noticed that it recognizes the card type by the numbers, so I wasn't worried about it. Yet, our client said they need it. Why, I don't know. They mentioned something about processing...beats me.

    Is there a way to see the first or last 4 digits at all, though?

  4. #4
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: YourPay/LinkPoint - Credit Card kind or type?

    it puts the type of card on the invoice,
    and no zen cart dosnt store the numbers when the order goes to linkpoint,
    Zen cart PCI compliant Hosting

  5. #5
    Join Date
    Jun 2006
    Posts
    6
    Plugin Contributions
    0

    Default Re: YourPay/LinkPoint - Credit Card kind or type?

    Oh, if only it did put the type of card on the invoice, that would be splendid! How do I do that? It now only says Payment Type: Credit Card.

  6. #6
    Join Date
    Jan 2004
    Posts
    66,446
    Plugin Contributions
    81

    Default Re: YourPay/LinkPoint - Credit Card kind or type?

    You could try editing your order class file to include the CC type on the confirmation email:
    in v1.3.0.2, includes/classes/order.php
    line 921
    change:
    PHP Code:
          $email_order .= $GLOBALS[$payment_class]->title "\n\n"
    to:
    PHP Code:
          $email_order .= $GLOBALS[$payment_class]->title ' ' $this->info['cc_type'] . "\n\n"


    For the HTML emails, change line 931 from:
    PHP Code:
        $html_msg['PAYMENT_METHOD_DETAIL'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->title PAYMENT_METHOD_GV ); 
    to:
    PHP Code:
        $html_msg['PAYMENT_METHOD_DETAIL'] = (is_object($GLOBALS[$_SESSION['payment']]) ? $GLOBALS[$payment_class]->title $this->info['cc_type'] : PAYMENT_METHOD_GV ); 
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

 

 

Similar Threads

  1. FirstData/Linkpoint/YourPay showing First 4 of Credit Card?
    By jsquared in forum Built-in Shipping and Payment Modules
    Replies: 1
    Last Post: 29 Nov 2011, 11:50 PM
  2. Replies: 5
    Last Post: 29 Nov 2010, 06:28 AM
  3. Replies: 8
    Last Post: 27 Apr 2010, 07:19 PM
  4. YourPay: We apologize, but we are presently unable to contact the Credit Card company
    By cleverpork in forum Built-in Shipping and Payment Modules
    Replies: 31
    Last Post: 17 May 2009, 04:09 PM

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