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

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - routsounmanman

1
Hi again, I managed to solve my previous problems ( I hadn't compiled the custom code correctly and didn't copy it where it should ).

Anyways, my module is now recognised correctly and it sends the XML packet I send perfectly. I have one problem though. In my custom Action class "EuropayAction.java" I want to get the order total off pd object ( Payment Details ). How can I do this?

Please help me, I'm so close!
2
OK we're getting somewhere... I obviously hadn't compiled the java files. So, I go into command-promt and execute: ant
I get the following output :

Buildfile : build.xml file does not exist!

Build failed!
3
Just checked and I saw an exception I hadn't seen before, sorry. It says " Class Not Found Exception "

But I'm pretty sure all classes are defined as " Europay "... I'll look into it some more... Thanks for your patience.
4
Oh yeah, sorry. That too.

I've added "Europay" to the list of payment modules
5
No I don't get any exceptions whatsoever, the module just doesn't show up. Okay let me show you the files I've made changes to. Maybe I'm forgetting something.

KonaKart\custom\modules\src\com\konakart\actions\gateways\EuropayAction.java
KonaKart\custom\modules\src\com\konakart\bl\modules\payment\europay\Europay.java
KonaKart\custom\modules\src\com\konakart\bl\modules\payment\europay\Europay_de.properties
KonaKart\custom\modules\src\com\konakart\bl\modules\payment\europay\Europay_en.properties
KonaKart\custom\modules\src\com\konakart\bl\modules\payment\europay\Europay_es.properties
KonaKart\custom\modules\src\com\konakartadmin\modules\payment\europay\Europay.properties
KonaKart\custom\modules\src\com\konakartadmin\modules\payment\europay\Europay.java
6
I've done everything the tutorial says up until "Add the KonaPay gateway to the Admin App" and then restarted Tomcat. i should be seeing the new payment module from within Admin, right?
7
At first no, but then I figured it out.

But still, it doesn't work. I've found all java files mentioned and changed averything "PayJunction" to "EuroPay", "PAYJUNCTION" to "EUROPAY", etc using Netbeans and Replace.
8
Hey, I've tried to create a new payment module but I don't see it in the Admin section.

I've followed the instructions, and added the class name at webapps/konakartadmin/WEB-INF/classes/konakartadmin.properties yet I see no difference. I've deleted some of the modules there like PayJunction and I see no difference either! Any idea?
9
Thanx for the link, everything is so well documented! Of course I'll contribute my module to the community after it is functioning properly.

Many thanks again!
10
Hi there!

This is my first post here, you're free to welcome me to these forums  ::)

Anyways, I've been asked to implement a credit card payment module in 6 different konakart shops. I've done this before in Oscommerce and PHP yet this is my first time with Konakart although I've programmed in Java before. Please help me get started ...