• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 08, 2024, 07:51:22 pm

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.

Topics - 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? ???
2
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?
3
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?
4
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? ???
5
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.