Closed (fixed)
Project:
Sage Pay Go Direct Payment Gateway for Ubercart
Version:
6.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 Sep 2009 at 13:33 UTC
Updated:
3 Feb 2010 at 14:00 UTC
Comments
Comment #1
marcus178 commentedI need some information on this too. I have added the following to CARD TYPE SELECT BOX OPTIONS:
VISA
DELTA
UKE
MC
SWITCH
MAESTRO
SOLO
AMEX
DINERS
JCB
as this seems to be the only way for it to work correctly. However this is not ideal as some of this descriptions won't be recognisable by the customer. So is there anyway to change the description in the drop down that the customer sees.
Comment #2
greg.harvey"some of this descriptions won't be recognisable by the customer"
But that doesn't matter, surely? If you have a JCB card, you know what it is and you pick it? =/
I probably don't understand your problem.
To follow up on my initial post, yes, SagePay automatically works out from the number format what sort of card it is, so the actual card select box could be utter nonsense - it doesn't matter. It's only there to make people feel warm and fuzzy inside. It seems...
Comment #3
marcus178 commentedI'm more than happy not to have the card selection box but if I disable it I get the following error
We were unable to process your credit card payment. Please verify your card details and try again. If the problem persists, contact us to complete your order.
I currently have it in test mode.
Comment #4
greg.harveyThen hide it with hook_form_alter.
Comment #5
hanoiiSorry I haven't commented in before.
You can use most human friendly names (unless too custom) in the ubercart cc config and this module will support them, something like the following will work:
Delta
Visa Electron
Visa
Mastercard
Solo
Maestro
American express
Diner
JCB
For those who 'reads' php code and understands regular expressions, you may use other variants as well: