At the moment I use Mals to collect customers address and credit card details. We then process this in-house. By the nature of the business I work for, this is what we need, rather than details being processed by something like Paypal. Is it possible to just collect credit card details securely using Opencart, without them being processed?
Thank you for any help.
Thank you for any help.
Yes, I have an offline credit card module for this purpose. It encrypts the card data to the database and only the admin interface can decrypt.
It has also been updated to work with 1.3.3
It has also been updated to work with 1.3.3
I purchased your Offline CC handler, Q and noticed in using that when I made a transaction the status was marked as 'complete'. Should this not be 'pending' until the vendor clears the funds & then manually adjusted to 'complete'?
Q - Did you have a chance to look @this yet?
Also wondered. Your example in readme file is of a 5 digit number for encoding. If I use a 128 digit number, is that sort of equivalent to a crude version of 128-bit encryption or does it make any difference how many digits I use as is not going through an SSL certificate?
Thanks.
Also wondered. Your example in readme file is of a 5 digit number for encoding. If I use a 128 digit number, is that sort of equivalent to a crude version of 128-bit encryption or does it make any difference how many digits I use as is not going through an SSL certificate?
Thanks.
It uses the store's default order status set in settings. Do you need a separate one?
Encryption only encrypts the CC num to the database. It's nothing like SSL because there is no internet transfer. It is all local. The encryption can be whatever opencart's encrypt function allows. It uses base64 encoding function for the encryption. But pick something reasonable and something you won't forget if accidentally deleted
Encryption only encrypts the CC num to the database. It's nothing like SSL because there is no internet transfer. It is all local. The encryption can be whatever opencart's encrypt function allows. It uses base64 encoding function for the encryption. But pick something reasonable and something you won't forget if accidentally deleted
Thanks for the info, Q. I thought that may be the case, so in the meantime I added a default 'received' Status to OS. I only thought it may have its own Status as the 'Cheque/Money Order' mod does. Would be a handy feature in future releases as his default should be 'Complete'.
Regarding the Encryption Hash, I've used a 128 digit number as thought would give my client the maximum protection possible & OC does appear to support this.
Regarding the Encryption Hash, I've used a 128 digit number as thought would give my client the maximum protection possible & OC does appear to support this.
Sorry to dig up an old thread,
For the offline Credit card module, do i need to enable SSL or is this necessary? as i may have to move hosts to do this.
Cheers!
James
For the offline Credit card module, do i need to enable SSL or is this necessary? as i may have to move hosts to do this.
Cheers!
James
Who is online
Users browsing this forum: No registered users and 14 guests