Author Topic: konakart - opencms integration: payment method  (Read 3809 times)

vpod

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
konakart - opencms integration: payment method
« on: December 04, 2009, 04:17:49 PM »
Hello, this is my first message in this forum. Spanish is my first language, so I'll try as hard as I can to explain my problem in English.

I'm developing a project using opencms + konakart. The idea was to integrate a store (konakart) into an existing site (opencms). I decided to use the kkeng from jsp pages to create a better integration.

At this moment I:

- integrated the user login konakart-opencms
- made some jsp that shows the products
- made some jsp that creates the cart.
- made some jsp to select the shipping and payment methods
- made some jsp to confirm and save the order.

At this point I'm waiting for the actionclass from the payment method to work. But nothing happens.
I understand this is not posible becouse of the topic "http://www.konakart.com/forum/index.php/topic,719.0.html"

Did someone find a way to achive this? Do I have to bypass the payment mechanism and make it outside konakart?

Thanks
vpod

trevor

  • Administrator
  • Hero Member
  • *****
  • Posts: 495
    • View Profile
    • KonaKart
Re: konakart - opencms integration: payment method
« Reply #1 on: December 07, 2009, 01:01:02 AM »
Quote
At this point I'm waiting for the actionclass from the payment method to work.

From this I don't understand what doesn't work. Why don't you just copy the code that is in BaseGatewayAction.java in order to send the data to the payment gateway in the same way that our store front application does it.

vpod

  • Jr. Member
  • **
  • Posts: 15
    • View Profile
Re: konakart - opencms integration: payment method
« Reply #2 on: December 09, 2009, 05:02:23 PM »
ok. I'll try it. Thank you.