• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 08, 2024, 07:29:07 am

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 - asimmons

1
Configuration of KonaKart / Starting Invoice Number?
March 07, 2008, 03:41:46 pm
Is there a simple way to set the starting invoice number? ???
3
oooohh man ::)

you guys are great thanks.
4
Programming of KonaKart / Re: How to use test mode?
February 27, 2008, 07:01:53 pm
thanks for the quick response, thats what I was looking for.
5
I copied most of my code for my admin side payment module from the authorize.net version in
KonaKart\custom\modules\src\com\konakartadmin\modules\payment\authorizenet\Authorizenet.java

this works fine but I want to alter some of the old ones and add new ones. If I try and comment out any of the configs[i++] then that payment will not come up. What do I change to let me do this?
6
Programming of KonaKart / How to use test mode?
February 27, 2008, 04:03:00 pm
I was wondering how to use test mode in my action code for a custom payment. On the Admin side there's a radio button for test mode how can I get the value to this so that I can differentiate between test mode data and live data?
7
Ohhhh I see I was looking for this ord.getTotalIncTax(). nevermind

thanks for the fast response.
8
I assume this is an array that hold various order total info (i.e. tax, subTotal, total....) but I can figure out which index of the array the order total is. Or am I in the wrong place, I'm just trying to get the orderTotal with tax. I searched everywhere here for info on this, where and how do I get this? ???
9
::) Ok so I removed all the payment types and only left my custom one in konakartadmin.prop because the output was scrolling by to quick in tomcat.
Its there that I noticed that it wasn't finding \konakartadmin\modules\payment\paymentech.class that when I noticed that the package declaration was incorrect...so when I was building it was dumping the class fill in the the payjunc dir.

Thanks for your help and fast response are company will be using your great software for are shopping cart.
10
\src\com\konakart\bl\modules\payment\payjunction - \src\com\konakart\actions\gateways\PayjunctionAction.java -src\com\konakartadmin\modules\payment\payjunction -

I have these 3 files there, they've been renamed to Paymentech.java for 2 of them and then PaymentechAction.java for the 3rd. I litteraly renamed the files and then changed the code in them to refrence Paymentech instead of payjunction.

The log files are all clean I assume your talking about the log dir in the konakart toplevel dir.

I copy the jar ouputs to C:\KonaKart\webapps\konakartadmin\WEB-INF\lib is this correct?

Do you want to see my properties files?
11
I've been working threw the customization FAQ, and I'm still not able to add a new payment module. Jus tto make it simple I renamed one of the paymen modules to paymentech, by copying the

modules/src/com/konakart/actions/gateways/PayjunctionAction.java,
modules/src/com/konakartadmin/modules/payment/payjunction/Payjunction.java (and property files),
com\konakartadmin\modules\payment\paymentech\Paymentech.java (and property files),

along with editing the struts-config.xml
and the konakartadmin.properties

after I rebuild and then copy the jar over to \webapps\konakartadmin\WEB-INF\lib and restart konakart I dont see the changes I figured I would atleast see the new payment in the konakartadmin and try to install it. Am I missing something I read all the post and I can't figure out whats wrong.