I’m using paypal payment product. If you see the attached file i get 3 options. The first 2 work fine and are actually all i require. The last option
Credit Card (save) doesn’t seem to work. Can someone explain what this option is, also how can i remove it.
With Magento save customer credit card, set instructions to show along with the payment method on the checkout page. Set the maximum and minimum order total to enable the use of Saved Credit Cards method. Customers' can see Saved Credit Card payment details from their My Account section in the frontend.
The Credit Card saved method will allow you to accept credit card information for a purchase, but Magento will make no attempt to verify its accuracy other than a simple luhn checksum. The credit card information will be stored in the database, encrypted using a call to
Mage::helper('core')->encrypt($data)
In a default 1.4.2 instal, you can view the payment information (including the credit card) with the following SQL query
SELECT * FROM sales_flat_order_payment
You can view this Payment method in
System -> Config -> Payment Methods -> Saved CC
You can also set it's "enabled" config value to "No", which will remove this as an option.
Fully securing credit card information is a Hard Thing™, both from a technical and bureaucratic standpoint. Unless you and your team have the expertise to do it (which, based on your question, I'm going to assume is a no) you don't want this option turned on.
Just disable it under the payment methods configuration in back-end
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With