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 ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| A new project_project entry has been added: Credit Card Encrypt and Decrypt on the fly. Quote:
|
| The Following User Says Thank You to bkpie For This Useful Post: | ||
michael_s (03-23-2007) | ||
|
#2
| |||
| |||
| 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" . |
|
#3
| |||
| |||
| 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 |
| The Following User Says Thank You to bkpie For This Useful Post: | ||
khennessy (05-30-2007) | ||
|
#4
| |||
| |||
| Quote:
Bkpie |
|
#5
| |||
| |||
| hello , i want to convert oscmax db to osc 2.2 , but the credit cards is still encrypted . how can i do ? thank's |
|
#6
| |||
| |||
| 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. |
|
#7
| |||
| |||
| Quote: Thanks, Barb |
|
#8
| |||
| |||
| Yes that is the correct version |
|
#9
| |||
| |||
| 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 |
|
#10
| |||
| |||
| 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 |
| Thread Tools | |
| |
| ||||
| 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 |