nfmg Posted June 30, 2004 Posted June 30, 2004 Hi Guys, In the readme, the sql for the cc_cvv+encryption v1.7 contrib is missing a ; Here's how it should be: ALTER TABLE orders ADD cc_start varchar(4) default NULL AFTER cc_expires, ADD cc_issue varchar(3) default NULL AFTER cc_start, ADD cc_cvv varchar(4) default NULL AFTER cc_issue; ALTER TABLE `orders` CHANGE `cc_number` `cc_number` VARCHAR( 64 ) DEFAULT NULL; DROP TABLE IF EXISTS card_blacklist; CREATE TABLE card_blacklist ( blacklist_id int(5) NOT NULL auto_increment, blacklist_card_number varchar(20) NOT NULL default '', date_added datetime default NULL, last_modified datetime default NULL, KEY blacklist_id (blacklist_id) ) TYPE=MyISAM; and at the end of the readme, where it says: in catalog/checkout_payment.php Around line 104 find this: It should say in catalog/checkout_payment.js.php Around line 104 find this: Tim Quote
nfmg Posted June 30, 2004 Author Posted June 30, 2004 Shoot! I made a new thread for my two posts. I didn't mean to do that. these belong to the thread: CCCVV_ISSUE_START Selectable with card blacklist Quote
241 Posted June 30, 2004 Posted June 30, 2004 contact a moderator and ask them if they can merge the threads Quote No longer giving free advice. Please place deposit in meter slot provided. Individual: [=] SME: [==] Corporation: [===] If deposit does not fit one of the slots provided then you are asking too much! Is your Osc dated try Phoenix raising oscommerce from the ashes.
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.
Note: Your post will require moderator approval before it will be visible.