Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

credit card number


dbl07

Recommended Posts

I've installed MS2 and it works pretty good now.

 

there are two things I'm having trouble with.

1. Orders are flagged as being "processed" but I have "pending" set as the default

2. I don't know where to find the credit card number when I recieve an order

 

I've looked through the forums and docs. Perhaps I'm not looking in the correct places. Any help would be appreciated.

Shaken! ... not stirred!

Link to comment
Share on other sites

The full credit card number is not stored in the DataBase. You can see the 4 digits on either end by using the Admin Tool, select an order and then click Edit, this will show you that the transaction was a credit card and show you 8 of the credit card numbers with the middle 8 X'd out....for example 1234 xxxx xxxx 5678 . The middle 4 are e-mailed to the address you have set up and have a subject line of "extra order info".

Link to comment
Share on other sites

I have looked all over the admin tool and in particular the orders pages but I see no xxxxx

 

I go to orders and click on edit and all it says that the method of payment is credit card but that is it.

 

Was this taken out?

 

There are also no numbers sent in the e-mail. It just says that the method of payment is credit card.

Shaken! ... not stirred!

Link to comment
Share on other sites

This just gives me the same page as if I clicked on edit.

 

The icon that I'm clicking on is the white, paper-looking, icon directly to the left of the name of the customer. Is this correct?

 

I still don't see a credit card number.

Shaken! ... not stirred!

Link to comment
Share on other sites

I have added the featured products contribution but that should have little to do with seeing credit card numbers.

 

I downloaded the MS2 tarball again and replaced the cc.php in /catalog/includes/modules/payment/ .... still doesn't work. It looks by the code that it sends the confirmation out with XXXXXX

array('title' => MODULE_PAYMENT_CC_TEXT_CREDIT_CARD_NUMBER,
      'field' => substr($this->cc_card_number, 0, 4) . str_repeat('X', (strlen($this->cc_card_number) - 8)) . substr($this->cc_card_number, -4)),

 

Should I be able to see the text for the credit card number in the database? All of the fields for cc_number, etc are blank in the database. This leads me to believe there is something that is malfunctioning when the number get input (...not the admin side). Comments?

Shaken! ... not stirred!

Link to comment
Share on other sites

Strange, my CC numbers are in my admin orders and I'm trying to block them out. I see the full CC in the database even though its sending me the middle digits. How can you make it not store the entire number?

This applies to both postings, with and without credit card numbers showing. When you set up the module for the method of payment, in this case credit cards, when you click on Edit you are given the option of 'Splits'. If you input your e-mail address into here then only the first and last sections of the credit card numbers appear in the order confirmation to you, the middle section is e-mailed to the e-mail address you've specified. Hope this helps - Vger

Link to comment
Share on other sites

I have tried both of these methods (split and not split) and neither of them work.

 

Should I be able to see something in the database (i.e. cc_number, etc)?

Shaken! ... not stirred!

Link to comment
Share on other sites

I am using linkpoint gateway. None of the credit card info is being saved in the database at all. I had not paid attention to that before now.

I get an email with the middle 8 and the extra order info (avs return codes and what not) but no cc_number, or cc_type or cc_owner info is being saved at all.

Never has. Hmmmm

 

OH BTW, all info is handed off and processed by linkpoint. My credit card transactions get processed fine.

If you choose not to decide you still have made a choice, I will choose a purpose clear, I will choose Free Will. --Neal Peart - Rush

Link to comment
Share on other sites

I don't quite understand what a gateway is in this scenario... could you explain further what you mean?

 

When I use phpMyadmin to look at the orders table I can see columns for cc_type, cc_owner, cc_number, and cc_expires. none of these columns have values for any of the orders in my database. This is a problem, no?

Shaken! ... not stirred!

Link to comment
Share on other sites

ooops on the double negative ^^ sorry

 

Also if you are using authorize net make sure to check their terms of use, I believe it is now against their terms to store cc #s anywhere whether it be a filling cabinet or a database... that is just what I have been told.

Link to comment
Share on other sites

Visa, MC, Disc, & Amex all require you to keep a sales draft showing atleast the last four digits of a card number, card holders name.

You are supposed to keep this on record for 3 years.

That being the limit of dispute time allowed by law.

If you don't keep a record of card holder and card.

You can be liable in the event of a dispute and charge back.

If you choose not to decide you still have made a choice, I will choose a purpose clear, I will choose Free Will. --Neal Peart - Rush

Link to comment
Share on other sites

  • 2 weeks later...

yea,,, you should have something in the database,,, I cant answer why it is not there. I may have missed this but do you have any information in the email you recive for the order?.

Link to comment
Share on other sites

Hmmmmm...strange. I don't see information in the e-mail or in the database.

 

Does anybody have an explanation for this?

- I am using MS2.2.

- I have tried re-installing the cc module to no avail

Shaken! ... not stirred!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...