• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 27, 2024, 11:40:19 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.

Messages - ryanlynch

16
Hello,
I would like to use "temporary addresses" for my shipping and billing addresses during checkout. Basically, to better explain, instead of giving the customer the option of adding or using existing addresses in their address book, I want to present two separate address forms --one on the shipping checkout page and one on the billing address page. I am assuming I can create new Address objects from each form, however, my question is: how do I bind these addresses to the order and then ensure they are no stored in the customer's address book?

Thank you

-Ryan
17
Programming of KonaKart / AUTH_ONLY in Authorizenet.java
September 18, 2008, 01:00:31 am
Hi there -

If I change the authorize.net payment module to only authorize:

parmList.add(new NameValue("x_type", "AUTH_ONLY"));

Will Digital Downloads still appear in the customer's library after they make a purchase.

Thanks in advance!
18
Programming of KonaKart / Re: java2wsdl
September 11, 2008, 11:18:35 pm
I cannot find the konakart.wsdl file on my instance of konakart?? If it's on my local server, shouldn't it be in the WEB-INF somewhere??
19
Programming of KonaKart / java2wsdl
September 11, 2008, 12:30:21 am
Hi there -
can someone kindly tell me where the wsdl is generated? Is it in a build.xml file??? I am looking for java2wsdl
20
the normal API doesn't seem to be working either.... getCustomerForId() returns all of the expected values, however.. which I suppose provides me with a workaround... I am also considering using the getCustomers() method, but am a little confused as to how to send the "AdminCustomerSearch search" argument through the SOAP request... are there any examples of this around?

Thanks!
21
Hi there -- I have been experimenting with web services API and it seems to be working insomuch as I get a response, but the responses don't seem to be complete. For example, the call getCustomerForId(sess, custid) returns:

custom4: null
globalProdNotifier: 0
accountCreated: null
lastLogon: null
id: 2
orders: null
enabled: false
accountLastModified: null
password: null
faxNumber: null
gender: null
custom1: null
groupId: 0
promotionTimesUsed: 0
custom3: null
defaultAddr: [object Object]
lastName: null
firstName: null
promotionMaxUse: 0
defaultAddrId: 0
custom2: null
emailAddr: admin@konakart.com
addresses: null
productNotifications: null
birthDate: null
numberOfLogons: 0
type: 0
custom5: null
roles: null
newsletter: null
telephoneNumber: null


This is strange because first and last name appear in the database... any ideas??
22
Installation of KonaKart / Re: modified WSDL
August 28, 2008, 04:54:59 pm
ah, okay. Thanks!
23
Installation of KonaKart / Re: modified WSDL
August 28, 2008, 04:01:00 pm
yes, I had to update the WSDL file because it's outdated and doesn't work in Flex. How do I upload this so I can access it via http://localhost:8887/konakartadmin/services/KKWSAdmin?wsdl
24
Installation of KonaKart / modified WSDL
August 28, 2008, 03:44:20 pm
Hi

I modified the konakart.wsdl file to point to the correct box.. how do I override the default admin wsdl that's currently on tomcat??
25
Programming of KonaKart / LogInBody.jsp
August 22, 2008, 11:37:14 pm
HI there -

I found the following code at the beginning of LogInBody.jsp and I am hoping someone can tell me if it's important... not sure what info_shopping_cart.php is

<script type="text/javascript"><!--
function session_win() {
  window.open("http://localhost/catalog/info_shopping_cart.php?osCsid=5ed86efcd9ab9e0afa5f7e3810309edb","info_shopping_cart","height=460,width=430,toolbar=no,statusbar=no,scrollbars=yes";).focus();
}
//--></script>
26
Hi there -
I would like to make it so that the categories left nav is only expanded when the user is browsing through categories. Currently, it is expanded on product pages and checkout.. I am aware of the reset() method, but am hoping someone can kindly offer a suggestion as to where I might implement it so the categories bar is only expanded while browsing categories.
27
Hello,
Can someone kindly tell me if there is a way in the Admin App to reset the number of times a customer has downloaded a digital download product (on a per customer basis, that is)? If not, it looks like the DigitalDownloadIf interface would be the way to create this functionality. Is this correct?... any thoughts on how I'd go about doing this?
Thanks!
28
ah, that did the trick. Thank you!
29
I just upgraded to 2.2.6.0 and for the life of me cannot find the section in the admin tool that configures the custom panels. The User Guide says they are in Configuration > Custom Panels, but I don't have a "Custom Panels" button.. I have attached an image that shows my current version. Any help would be really great.
30
I am running on CentOS -- actually, no I am not running konakart from its default tomcat instance. I installed a separate tomcat server, built the war files and dropped them in there. Is this the source of my problems?