ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - Payment Options
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

Payment Options

 Post Reply Post Reply
Author
Message
austcold View Drop Down
Groupie
Groupie


Joined: 29-May-2008
Location: Australia
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote austcold Quote  Post ReplyReply Direct Link To This Post Topic: Payment Options
    Posted: 30-July-2008 at 7:22am
I want to add "Bankcard" in addition to Visa and Mastercard to the Credit Card Payment options.
 
I thought it may be easier to rename Dinners Club or Discover etc, and if so where is the language file for it?
www.austcoldindustries.com.au

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 8:07am
Hi,  The strings for "Diners Club" and "Discover" are stored in the database not in the language file.
What do you mean by "Bankcard" is that a specific brand/type such as Visa etc?
There is quite a lot of code for each of the Credit Card types so I doubt very much that it will be as simple as remaining one that you are not using. For example a quick scan for "Diners" finds 13 files with refernces to it.
That said, I've not investigated in any detail.
Back to Top
macleather View Drop Down
Newbie
Newbie


Joined: 23-June-2008
Location: Los Angeles
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote macleather Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 2:31pm
Hamish, you said "a quick scan for Diners finds 13 files". What do you use to "scan"? It sounds like that might be good tool to have.

Thanks,
Alan
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 2:56pm
Hi,
  Follow the link on my sig! :-)
I use "grep" which is a unix tool, which I run via cygwin.  Mostly because I'm familiar and very comfortable with it from a previous life as a unix admin.  There's a windows version as well, although I've not tried it (listed on the wiki page from my sig).

To use "grep" I start up cygwin which opens a box similar to the windows CMD, navigate to the root of the folders I wish to search and then (usually) type the following command :-

grep -lri "diners" *

"diners" - The string / phrase I wish to search for.
* - All files

The -lri is switches to say:
-l : List files.
-r : recurse (go through all sub-folders)
-i : Ignore case.
There are a variety of "switches" which allow me to rapidly get to the info I want in the form I wish to see it. To get full info on "grep" you can either google it or type "man grep" to see the manual  (documentation) for grep within cygwin itself.

If that's all a bit much (and it can be)  then give the windows version a go - I would asume the windows version offers similar facilities in a more user friendly wrapper.

Back to Top
macleather View Drop Down
Newbie
Newbie


Joined: 23-June-2008
Location: Los Angeles
Status: Offline
Points: 3
Post Options Post Options   Thanks (0) Thanks(0)   Quote macleather Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 4:14pm
Hamish,

Wow! Confused  I guess the fact that I'm interested is a little scary to me. But, I will take a look at the windows version since I know I'll like the "friendly wrapper" better.

Thanks for the informative response.

Alan
Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 6:34pm
Hi Alan,
    It's a bit intimidating at first - but it's free & very powerful.
I took a quick look at the windows version at www.wingrep.com site.
It looks like it will offer you pretty much everything the traditional grep offers. The only downside is that it's $30 - but you get a 30 day trial & it's a small price to pay for such a useful tool.  Wingrep is not the only option - there are plenty o others - google for - grep windows & you can find many others.

Hamish
Back to Top
austcold View Drop Down
Groupie
Groupie


Joined: 29-May-2008
Location: Australia
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote austcold Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 6:38pm
Yes "Bankcard" is a card name just like "Visa" and "Mastercard".
 
What would be the most simple way to add the "Bankcard" payment option?
www.austcoldindustries.com.au

Back to Top
Hamish View Drop Down
Admin Group
Admin Group


Joined: 12-October-2006
Location: United Kingdom
Status: Offline
Points: 56
Post Options Post Options   Thanks (0) Thanks(0)   Quote Hamish Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 6:49pm
Hi,
  I'm confused - I just checked Wikipedia en.wikipedia.org/wiki/Bankcard_(credit_card) and it says bankcard is defunct. "Starting 1 January 2007, Bankcard would no longer be accepted by any merchant." Is this a different company/organisation operating under the same name? Is there a website to refer to?

Anyway, in answer to your question - If "Bankcard" is offered via a payment gateway then code specific to that gateways API would need to be written. If it's an off-line option is simpler, but I don't know how much simpler yet as I've not investigated it.

 
Back to Top
austcold View Drop Down
Groupie
Groupie


Joined: 29-May-2008
Location: Australia
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote austcold Quote  Post ReplyReply Direct Link To This Post Posted: 30-July-2008 at 8:16pm

Looks like your right Hamish, the strange thing about it is we still have "Bankcard Mastercard Visa" printed on recent merchant stickers. And our merchant has not advised us of this.

I will not bother proceeding with this the case.
 
Thanks for your time folks.
www.austcoldindustries.com.au

Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.