Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

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

Posted

contact a moderator and ask them if they can merge the threads

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! :P

Is your Osc dated try Phoenix  raising oscommerce from the ashes.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...