Guest Posted September 12, 2005 Share Posted September 12, 2005 I just installed the contrib "ccv2 for entire order". http://www.oscommerce.com/community/contri...1/search,cc+cvv The CCV shows up just fine, however the cc# is not visible when I view the order from the admin panel. Any ideas? Quote Link to comment Share on other sites More sharing options...
JollyCole Posted November 9, 2005 Share Posted November 9, 2005 I do have that same problem, Is there anybody that can help. I installed the module, and now I can?t see the cc# only the CVV number Quote Link to comment Share on other sites More sharing options...
itchyfanny Posted November 9, 2005 Share Posted November 9, 2005 I have the same problem also. In phpMyAdmin, the cc_number is missing from the database The CVV number is ok Is there anyone who has succesfully installed this contribution? Quote Link to comment Share on other sites More sharing options...
itchyfanny Posted November 10, 2005 Share Posted November 10, 2005 whew, managed to get it working, by just replacing two files. If you have already installed cvv2 for entire order and it doesnt work, then.. Download contribution Credit Card with CVV2 and replace the files provided in the mod 1) cc.php - replaces catalog/includes/modules/payment/cc.php 2) cc_validation.php -replaces catalog/includes/classes/cc_validation.php with the files in your catalog. and cvv2 for entire order will then work. The two contributions seem very much the same except cvv2 for entire order doesnt work correctly and should be removed. Or at least moved to a timewaster/ohmygodwhathaveIdone category Quote Link to comment Share on other sites More sharing options...
rmr Posted November 12, 2005 Share Posted November 12, 2005 Did you mean if we already installed "ccv2 for entire order" and the credit card #s doesnt show up, that I just need to download "Credit Card with CVV2" and replace the "cc.php" and "cc_validation.php" of "ccv2 for entire order" with the "cc.php" and "cc_validation.php" of "Credit Card with CVV2" ? I dont need to follow the steps that are on the readme file of "Credit Card with CVV2" ? Thanks. whew, managed to get it working, by just replacing two files. If you have already installed cvv2 for entire order and it doesnt work, then.. Download contribution Credit Card with CVV2 and replace the files provided in the mod 1) cc.php - replaces catalog/includes/modules/payment/cc.php 2) cc_validation.php -replaces catalog/includes/classes/cc_validation.php with the files in your catalog. and cvv2 for entire order will then work. The two contributions seem very much the same except cvv2 for entire order doesnt work correctly and should be removed. Or at least moved to a timewaster/ohmygodwhathaveIdone category Quote Link to comment Share on other sites More sharing options...
rmr Posted November 12, 2005 Share Posted November 12, 2005 Got it working already. So to make it clear for everbody who were confused at first (like me). If you have already installed "cvv2 for entire order", just download the "Credit Card with CVV2" contrib and upload the two php files included in the package to their destination. No need to follow the other instructions on the readme file of "Credit Card with CVV2". I tried installing "Credit Card with CVV2" by itself (uninstalling ccv2 for entire order and following the instructions on the readme file of CC w/CCV2) and it did not work for me. So for the people who are looking for a simple way of getting the ccv info from your customers, just download and install "cvv2 for entire order" then download "Credit Card with CVV2" but do not install it. Just upload the two php files to their destination folders. Quote Link to comment Share on other sites More sharing options...
rahulbaba Posted July 18, 2006 Share Posted July 18, 2006 Got it working already. So to make it clear for everbody who were confused at first (like me). If you have already installed "cvv2 for entire order", just download the "Credit Card with CVV2" contrib and upload the two php files included in the package to their destination. No need to follow the other instructions on the readme file of "Credit Card with CVV2". I tried installing "Credit Card with CVV2" by itself (uninstalling ccv2 for entire order and following the instructions on the readme file of CC w/CCV2) and it did not work for me. So for the people who are looking for a simple way of getting the ccv info from your customers, just download and install "cvv2 for entire order" then download "Credit Card with CVV2" but do not install it. Just upload the two php files to their destination folders. Thanks Got it working for the store and it takes the CVV code and shows in final checkout but its still not writing i to DB. In admin it shows me blank when i click on order details and in DB the the cc_cvv2 still havent recorded anything. Help Me Thanks Quote Link to comment Share on other sites More sharing options...
tpboles Posted August 9, 2006 Share Posted August 9, 2006 Thanks Got it working for the store and it takes the CVV code and shows in final checkout but its still not writing i to DB. In admin it shows me blank when i click on order details and in DB the the cc_cvv2 still havent recorded anything. Help Me Thanks Same problem here. I can't get it to show in the admin. Any ideas? Quote Link to comment Share on other sites More sharing options...
tpboles Posted August 9, 2006 Share Posted August 9, 2006 Just for reference... I got it working.. I can now see the cvv2 in my admin. I had did this before - this one worked. For some reason the original file I used did not have this included. Anyway, maybe this will help others having the same issue. Replaced in catalog/admin/includes/classes/order.php $order_query = tep_db_query("select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'"); Replaced with: $order_query = tep_db_query("select customers_name, customers_company, customers_street_address, customers_suburb, customers_city, customers_postcode, customers_state, customers_country, customers_telephone, customers_email_address, customers_address_format_id, delivery_name, delivery_company, delivery_street_address, delivery_suburb, delivery_city, delivery_postcode, delivery_state, delivery_country, delivery_address_format_id, billing_name, billing_company, billing_street_address, billing_suburb, billing_city, billing_postcode, billing_state, billing_country, billing_address_format_id, payment_method, cc_type, cc_owner, cc_number,cc_cvv2, cc_expires, currency, currency_value, date_purchased, orders_status, last_modified from " . TABLE_ORDERS . " where orders_id = '" . (int)$order_id . "'"); Quote Link to comment Share on other sites More sharing options...
mafiouso Posted June 15, 2010 Share Posted June 15, 2010 anyone got this problem? PHP Warning: Missing argument 4 for cc_validation::validate(), called in /includes/modules/payment/cc_cvv2.php on line 132 and defined in /includes/classes/cc_validation.php on line 16 Quote Link to comment Share on other sites More sharing options...
♥toyicebear Posted June 20, 2010 Share Posted June 20, 2010 For those using this add on you are in viloation of PCI rules and most likly your merchant account TOS, you can be heavily fined and loose your merchant account as well as being blacklisted so you will not be able to process cc. Quote Basics for osC 2.2 Design - Basics for Design V2.3+ - Seo & Sef Url's - Meta Tags for Your osC Shop - Steps to prevent Fraud... - MS3 and Team News... - SEO, Meta Tags, SEF Urls and osCommerce - Commercial Support Inquiries - OSC 2.3+ How To To see what more i can do for you check out my profile [click here] Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.