osCommerce and osCMax shopping cart software forums

Shopping Cart Software

osCommerce with teeth!

 

Credit Card Encrypt and Decrypt on the fly.

This is a discussion on Credit Card Encrypt and Decrypt on the fly. within the osCMax Projects Discussion forums, part of the osCMax v2.0 Forums category; A new project_project entry has been added: Credit Card Encrypt and Decrypt on the fly. A Much Better Credit Card ...


Go Back   osCommerce and osCMax shopping cart software forums > osCMax v2.0 Forums > osCMax Projects Discussion

Register FAQ Members List Calendar Mark Forums Read


Free community membership! Fast easy FREE membership
Reply

 

LinkBack Thread Tools
  #1  
Old 03-23-2007, 10:34 AM
bkpie bkpie is offline
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Credit Card Encrypt and Decrypt on the fly.

A new project_project entry has been added:

Credit Card Encrypt and Decrypt on the fly.

Quote:
A Much Better Credit Card Module than the Basic One. This is perfect for those who need to process cards offline like wholesalers etc. It encrypts,decrypts on the fly and adds cvv.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to bkpie For This Useful Post:
michael_s (03-23-2007)
  #2  
Old 03-26-2007, 06:08 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: cc_cvv+encryption v1.8 oscmax Credit Card Encrypt and Decrypt on the fly.

Ok I got bug 1 fixed for CVV2 so when admin is set to 3 it will also accept the 4 number American Express security code.

In catalog\includes\modules\payment\cc.php

Find:


' if (cc_cvv == "" || cc_cvv.length != ' . CC_CVV_MIN_LENGTH . ') {' . "\n" .
' error_message = error_message + "' . MODULE_PAYMENT_CC_TEXT_JS_CC_CVV . '";' . "\n" .
' error = 1;' . "\n" .


and replace with:

' if (cc_cvv == "" || cc_cvv.length < ' . CC_CVV_MIN_LENGTH . ' || cc_cvv.length > 4) {' . "\n" .
' error_message = error_message + "' . MODULE_PAYMENT_CC_TEXT_JS_CC_CVV . '";' . "\n" .
' error = 1;' . "\n" .
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3  
Old 03-31-2007, 12:43 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: cc_cvv+encryption v1.8 oscmax Credit Card Encrypt and Decrypt on the fly.

The version 1.81 replaced 1.8 and the bugs are fixed. It is working great on my site now so the previous note has already been corrected in cc.php on the version you download now.

Blayne
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to bkpie For This Useful Post:
khennessy (05-30-2007)
  #4  
Old 06-15-2007, 06:15 AM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: cc_cvv+encryption v1.8 oscmax Credit Card Encrypt and Decrypt on the fly.

Quote:
Originally Posted by bkpie View Post
The version 1.81 replaced 1.8 and the bugs are fixed. It is working great on my site now so the previous note has already been corrected in cc.php on the version you download now.

Blayne
Some have had problems with some good credit cards being rejected due to not having updated BIN in the cc_validation.php file so I am attaching a stripped out cc_validation.php which will correct this. Please set validation to false in admin. It will still use basic validation.

Bkpie
Attached Files
File Type: zip cc_validation.zip (1.1 KB, 11 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #5  
Old 02-15-2008, 06:10 AM
Lurker
 
Join Date: Feb 2008
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
thuglife is on a distinguished road
Default Re: Credit Card Encrypt and Decrypt on the fly.

hello ,

i want to convert oscmax db to osc 2.2 , but the credit cards is still encrypted . how can i do ?

thank's
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6  
Old 02-15-2008, 06:30 AM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Credit Card Encrypt and Decrypt on the fly.

The original contribution was for osc 2.2 so it should not be a problem. The exception being any files that were changed when I ported it to oscmax. Many times for oscmax the files changed are in the template files instead of catalog/ files. also the javascript files are diff. than osc 2.2 Compare the install instructions from the oscmax version to the original here osCommerce Community Add-Ons make any changes. I have never gone from Oscmax backwards to 2.2 and not sure why you want to.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7  
Old 03-31-2008, 08:45 AM
Member
 
Join Date: Aug 2004
Posts: 76
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
basnyd
Default Re: Credit Card Encrypt and Decrypt on the fly.

Quote:
Originally Posted by bkpie View Post
A new project_project entry has been added:

Credit Card Encrypt and Decrypt on the fly.
Is this the version that works with osCmax?

Thanks,
Barb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #8  
Old 03-31-2008, 09:22 AM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Credit Card Encrypt and Decrypt on the fly.

Quote:
Originally Posted by basnyd View Post
Is this the version that works with osCmax?

Thanks,
Barb
Yes that is the correct version
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9  
Old 04-27-2008, 07:13 PM
Member
 
Join Date: Aug 2004
Posts: 76
Thanks: 4
Thanked 0 Times in 0 Posts
Rep Power: 0
basnyd
Default Re: Credit Card Encrypt and Decrypt on the fly.

Hi -

I'm using oscmax 2. I've installed the 1.8.1 cc encrypt and decrypt on the fly. Everything worked fine initially, but then I edited an order. I put in a new credit card number / removed the credit card number. I then went to place another order and when I clicked on the "buy now" button I recevied the following error message:

1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1

delete from customers_wishlist WHERE customers_id=9 AND products_id=

If I use the "add to cart" button I don't see the error message. I've seen other people report this error, but haven't seem to found the fix for my particular instance. If you can help that would greatly be appreciated.

Thanks,
Barb
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #10  
Old 04-27-2008, 07:21 PM
osCMax Testing Team
 
Join Date: Sep 2004
Posts: 292
Thanks: 23
Thanked 34 Times in 33 Posts
Rep Power: 5
bkpie has a spectacular aura aboutbkpie has a spectacular aura about
Default Re: Credit Card Encrypt and Decrypt on the fly.

Barb:

I have installed this a few times now with no problems like the one you stated above however if memory serves me correctly there was a bug fix for oscmax 2 for this error when it happened. I do not have tme to search it out tonight. I have done my installs on oscmax rc3
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Does OSCMax Support Streamline for credit card payments? richto osCMax v2 Features Discussion 2 08-24-2006 02:44 AM
Some credit card orders are not going through mrocket osCommerce 2.2 Discussion 1 04-02-2006 10:52 AM
GPG Credit Card Encryption payment method not showing up. Nocturnaloner osCMax v1.7 Discussion 0 05-01-2005 04:09 PM
8 digits credit card altenter osCMax v1.7 Discussion 9 08-20-2004 07:07 AM
credit card encryption in database suba osCommerce 2.2 Modification Help 4 05-02-2004 01:25 AM


All times are GMT -8. The time now is 06:45 PM.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO
Copyright 2008 osCMax