Results 1 to 5 of 5
  1. #1
    Join Date
    Nov 2007
    Posts
    121
    Plugin Contributions
    0

    Default Help with customization?

    Hello,

    I'm tring to upgrade my customised site, and one of the functions it does it emails me the credit card information...

    not sure if anything has change but its not working...

    the old code was
    Code:
    'CC Company: ' . $GLOBALS['cc_type'] . "\n" .
      'CC Number: ' . $GLOBALS['cc_number'] . "\n" .
      'CC Expiration (Month): ' . substr($GLOBALS['cc_expires'],0,2) . "\n" .
      'CC Expiration (Year): ' . substr($GLOBALS['cc_expires'],2,2) . "\n" .
      'CC Cardholder: ' . $GLOBALS['cc_owner'] . "\n" .
      'CC CVV: ' . $GLOBALS['cc_cvv'] . "\n" .
      'User IP: ' . $_SERVER['REMOTE_ADDR'] . "\n";
    Now I use the same code but it wont work...

    Does any1 know if anything has changed from zen-cart 1.2 to 1.3...

    Thanks
    DigitalGuard

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Help with customization?

    Do not know about your code but you need to educate yourself about PCI Compliance.

    This is basically the major CC companies rules to be able to process CC's and protecting the information.

    As sending complete credit card information over unsecure email that can be intercepted you would be in MAJOR violation.

    Also if your customers knew that you were so lax about security they probably would not buy from you. Additionally, not taking measures to protect this data, if there were to be an instance where you were the source for information your insurance would most likely not cover you in the event you were fined and or procecuted.

    Currently the default CC module splits the CC# and stores part in the DB and emails part to you - no complete details in any one location
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Nov 2007
    Posts
    121
    Plugin Contributions
    0

    Default Re: Help with customization?

    Well I understand, but i will be encrypted, at the end, but this is testing stage...

    Now as far as the spliting is done, which file does all this process. the spliting and sending email... etc...

    Thanks
    DigitalGuard

  4. #4
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Help with customization?

    You may find that getting help with this issue here may be difficult... As Kobra points out, what you are trying to do (if the data is compromised) can have serious consequences (criminal as well as civil). I doubt whether people on this forum would risk giving advice that may later be construed as "compliance".

  5. #5
    Join Date
    Nov 2007
    Posts
    121
    Plugin Contributions
    0

    Default Re: Help with customization?

    Quote Originally Posted by fairestcape View Post
    You may find that getting help with this issue here may be difficult... As Kobra points out, what you are trying to do (if the data is compromised) can have serious consequences (criminal as well as civil). I doubt whether people on this forum would risk giving advice that may later be construed as "compliance".
    Well, This is a process which is going to get ENCRYPTED, which is going to be secure, so its nothing to worry about.

    What I'm asking is, which is the files i need to edit that deals with CC # spliting and sending email and datebase? I just need to know which file is this?

 

 

Similar Threads

  1. Help with customization
    By jdmsta12 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 20 Apr 2010, 10:30 PM
  2. Help with customization
    By farrahscreations in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Aug 2008, 08:39 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