Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Where is credit card number

Where is credit card number

Locked

Views: 2,804

Results 1 to 15 of 15
This thread is locked. New replies are disabled.
1 Apr 2008, 7:23 PM
#1
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Where is credit card number

Credit card number has a field in the orders table. Where is it actually stored? For some reason it is not writing the cc number here. It used to write it with 8 X's in the middle. What do I need to change to get it to write the CCnumber here?

1 Apr 2008, 7:27 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where is credit card number

Do you have admin > modules > payment > Credit Card - Offline Processing > installed and setup?

1 Apr 2008, 7:52 PM
#3
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

It is not installed or even listed. Do I need to obtain it?

1 Apr 2008, 8:14 PM
#4
the_ancient avatar

the_ancient

Zen Follower

Join Date:
Mar 2007
Posts:
120
Plugin Contributions:
1

Re: Where is credit card number

Why do you want to store the Card number?

Might want to look in the PCI security that became a requirement 1.1.2008...

Use a gateway.... Every merchant account provider offers access to a gateway of some type...

1 Apr 2008, 8:34 PM
#5
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

That's the way our internal system does it. As soon as the credit card is run, it is deleted as far as I know.

Please tell me what I need to do to get the credit card number saved in the orders table.

Thank you!

2 Apr 2008, 2:16 AM
#6
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where is credit card number

It is not installed or even listed. Do I need to obtain it?
What version of Zen Cart are you using as far back as I can recall this is built in and it splits the CC# with part being sent via email.
There is no automated way to save the complete # and if you re-code to do so you will have many hoops to jump through to be able to accept cards as the majors will shut you down if you are not compliant

2 Apr 2008, 12:40 PM
#7
the_ancient avatar

the_ancient

Zen Follower

Join Date:
Mar 2007
Posts:
120
Plugin Contributions:
1

Re: Where is credit card number

benn600:

That's the way our internal system does it. As soon as the credit card is run, it is deleted as far as I know.

Please tell me what I need to do to get the credit card number saved in the orders table.

Thank you!

I does not matter how you internal system Does it, you have to be PCI compliant to store the data in any form, even if it is on your zen shopping cart.

The offline CC mod is NOT PCI Compliant, You should be using a Gateway like Authorize.net or some other Gateway to process the payments in real time from the Shopping Cart, this way your not storing the data in any form

FYI I am not going to gtell you how to store the data, because it sounds like you would do it in a unsecure manner, ID theft and CC Fraud are major problems I will not help promte that..

2 Apr 2008, 1:35 PM
#8
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

Okay but at least I need to restore what I had before. Now my orders table doesn't have anything in the cc_number field! Any idea what I changed? I accidentally make changes from time to time that destroy what we had...cause then I can get the middle digits from email like you suggest.

2 Apr 2008, 2:31 PM
#9
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Where is credit card number

If you've made changes that have broken things, then your best solution is to look at your backups and compare things to identify what you've changed and may need to fix.

2 Apr 2008, 2:56 PM
#10
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

I haven't really made changes other than maybe in the admin area. Aren't there a lot of settings to control if the cc_number is stored in the database?... even just the outer 4 digits (xxxxxxxx)

2 Apr 2008, 5:18 PM
#11
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

So does anyone know why the cc_number might have stopped getting stored in the database? I'm not sure how it could have and have looked through the admin pages to look for an option but can't seem to find one.

Thanks!

2 Apr 2008, 5:26 PM
#12
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Where is credit card number

So does anyone know why the cc_number might have stopped getting stored in the database?

It is not installed or even listed. Do I need to obtain it?
The module that is part of an install must be there and enabled.

2 Apr 2008, 8:42 PM
#13
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: Where is credit card number

benn600:

That's the way our internal system does it. As soon as the credit card is run, it is deleted as far as I know.

Please tell me what I need to do to get the credit card number saved in the orders table.I'm going to re-iterate what others have said as a response to your questions:

Sorry, no, we will not help you shoot yourself in the foot by storing complete credit card numbers in clear text on a database of a webserver connected to the internet.
It's foolish practice, and one could construe any assistance to help you do such a thing could be considered an accomplice in liability suits.

If you want to figure out doing coding changes on your own, feel free. Do not post any such code on this forum though.
If you don't feel comfortable doing that sort of coding yourself, you may certainly attempt to hire someone who might dare to take the risks you are requesting.

There are other ways of handling credit card details. Perhaps you should explore other ways of collecting payment, which are more secure and acceptable within the terms of merchant account agreements.

If your accounting software or accounting staff are inflexible on this issue, perhaps it's time to change something.

Do an internet search for PCI DSS standards, or telephone your merchant account bank/company and tell them what you're wanting to do, and ask their opinion. Chances are they'll shut you down in a hurry. http://www.pcicomplianceguide.org

3 Apr 2008, 1:47 AM
#14
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

I understand and will absolutely look at using a payment gateway. What you're saying makes perfect sense.

Now all I want to do is restore original zencart functionality that somehow I broke, likely in the admin panel. the orders table used to get populated with 1111xxxxxxxx1111 in the cc_number field. Now, I am seeing nothing get added to this field. Under payment, I have the cc item enabled and am using it. Any idea why nothing gets put here anymore?

Thanks!

3 Apr 2008, 7:37 PM
#15
benn600 avatar

benn600

Zen Follower

Join Date:
Nov 2007
Posts:
124
Plugin Contributions:
0

Re: Where is credit card number

If your accounting software or accounting staff are inflexible on this issue, perhaps it's time to change something.

We did. We found a way and are going to use Authorize.net. Thanks for potentially saving us from future problems.