• Welcome to KonaKart Community Forum. Please login or sign up.
 

konakart - opencms integration: payment method

Started by vpod, December 04, 2009, 09:17:49 pm

Previous topic - Next topic

vpod

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

QuoteAt 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