Post by XXL » Sat Dec 04, 2010 5:21 am

As a novice in this area, I have some silly questions to ask:
I signed a contract with one bank which offers credit card payment services for web-shops.
I am trying to adjust some settings in my credit card provider's page:
I got my Merchant ID, Terminal ID, and I should enter "SUCCESS_URL", "FAILURE_URL", and "NOTIFY_URL". Where are those pages? (Opencart is installed in "www.xxl.hr" root folder).
Should I enable "use SSL" immediately in System > Settings?
I am not a PHP expert - is this too much for me?

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by Qphoria » Sat Dec 04, 2010 5:28 am

All gateways are different and will need to be integrated as a payment extension. I suppose I am the resident payment extension freelancer. I may already have an integration for your bank (check the logo in my signature) or if you need it created I am available for hire

Q

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by XXL » Sat Dec 04, 2010 5:43 am

Could not figure out if you have a solution for me (checked your logo). I am Croatian, and I signed a contract with Raiffeisen Bank (Mastercard and Visa).
Here is their link:
http://www.rba.hr/my/bank/services/prod ... anguage=EN
Please take a look if you could help.
Regards,
Dean.

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by Qphoria » Sat Dec 04, 2010 5:51 am

Yes that looks like they offer a gateway. You would need to contact them for details on integration the API so I could look at those documents

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by XXL » Sat Dec 04, 2010 6:08 am

I got "Payment Gateway" and "Administrative Interface" instructions, but in Croatian language. I can ask for English version(s) on Monday, if this is what you would need. What kind of price would you charge to make it work?

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by Qphoria » Sat Dec 04, 2010 9:44 am

yea i would likely need english if they got it. Typically payment modules are around $50-$60

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by XXL » Sat Dec 04, 2010 7:44 pm

OK, thanks. I will ask for it.

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by XXL » Wed Dec 08, 2010 6:14 am

Unfortunately, they don't have anything in English. Would you be willing to carve your way through a manual in Croatian, and if not, could you give me a tap on the back (at least point me towards "SUCCESS_URL", "FAILURE_URL", and "NOTIFY_URL" - first 3 things I need to input).

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by Qphoria » Wed Dec 08, 2010 6:38 am

Well code is always in english anyway.. so I could probably figure it out if you send it to me

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by matan » Mon Jan 31, 2011 12:13 am

Hy guys. See you talk about RBA gateway for Croatia. Well I am interested in this payement module so we could find a way to work around it together. Of course I would be glad to put some money on Qphorias PayPal as I can see he is "The man" behind my things regarding OpenCart :-)

Newbie

Posts

Joined
Mon Jan 31, 2011 12:07 am

Post by XXL » Sun Feb 13, 2011 6:59 am

After some pressure, I got English documentation also. Do you think you could help me now?

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by Qphoria » Sun Feb 13, 2011 8:54 am

Sure

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by XXL » Mon Feb 14, 2011 3:45 pm

I sent you a PM. Please check.

XXL
Newbie

Posts

Joined
Sat Dec 04, 2010 5:06 am

Post by skip » Thu Jul 28, 2011 2:46 am

Hello, :)

im also intrested for this modul, if u have any news about it please let me know, I can help to. ;)

Active Member

Posts

Joined
Mon May 09, 2011 9:57 pm

Post by ralfee » Thu Sep 08, 2011 5:03 am

Qphoria wrote:yea i would likely need english if they got it. Typically payment modules are around $50-$60
Hi Qphoria,
I need help in implementing a payment system API. They have supplied the API but I need help in implementing. I'll appreciate your quick reply

Newbie

Posts

Joined
Thu Aug 04, 2011 4:36 am

Post by 528491 » Wed Dec 11, 2013 10:07 pm

Qphoria wrote:Well code is always in english anyway.. so I could probably figure it out if you send it to me
Hello, I have sent you a pm, I know you are probably very busy, but if it is possible to check my request and just confirm would it be possible? Thank you in advance!

New member

Posts

Joined
Tue Apr 02, 2013 6:05 pm

Post by CAZUCA » Sun Dec 22, 2013 8:09 am

Hi fellows, I have a module for credit card payments in Chile. I don't know how to put this module in Opencart. Do you know how to do it? In order it appears with all the other payments ways at the Payment Module, with the possibility to be installed. Many thanks in advance.

Newbie

Posts

Joined
Sat Mar 03, 2012 11:19 pm

Post by 528491 » Fri Jan 03, 2014 6:45 pm

CAZUCA wrote:Hi fellows, I have a module for credit card payments in Chile. I don't know how to put this module in Opencart. Do you know how to do it? In order it appears with all the other payments ways at the Payment Module, with the possibility to be installed. Many thanks in advance.
Hello, I had not time to use Opencart forums for a while now, but now I'm back. I have the same problem as you, and the only thing I can advise you, and which I learned so far, is to literally create a clone of an already existing Gateway, perhaps the "Paypal Standard" one. Note that this includes cloning numerous "Paypal_Standard" files across the admin and catalog folders, and then again, across model, view, controller and language folders of within both the admin and catalog folders. Of course rename all the clone files differently than the originals so that you don't affect the original Paypal Standard files. In example name them "Paypal Standard Chile", or "Gateway Chile", or something easy for you to remember/find.

Next thing to do is to search all the reoccuring instances of "Paypal_Standard" names within each of these files (in the code), and rename it so that these instances in the code refer to whatever you named your new files with (in example "Gateway_Chile"). That way, if you have done all this correctly, you will see this new gateway in the admin gateway list.

This is as far as I have come, I'm still dealing with changing other settings in order for my gateway to work properly, according to the settings I got from my Gateway provider. So far I can find my new Gateway in admin area and I can click edit it from there, but that is as far as I have come.

Remember to read carefully all the errors that Opencart outputs in your browser, cause often the error will clearly say on which line of code of which file is the problem that needs to be repaired.

My topic asking for help about the same thing is here

New member

Posts

Joined
Tue Apr 02, 2013 6:05 pm
Who is online

Users browsing this forum: No registered users and 10 guests