• Welcome to KonaKart Community Forum. Please login or sign up.
 
May 04, 2024, 10:28:00 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 - AndreyG80

1
I need more than custom 5 product fields and allow them to edit with (customized) Admin GUI.
How or where to look? Thanks.
2
Programming of KonaKart / Insert order sample problem
January 12, 2009, 05:51:34 pm
Hi, all!
I used InsertOrder sample with subtle changes - I used authorize.net module instead of the first module in array. Also I hardcoded ccNumber in payment details and order itself. Saving order with attached payment details went fine. But calling getOrder(orderId) right after  orderId=saveOrder(order) returns order with paymentDetails == null.
If i get paymentDetails via kkEng.getPaymentDetails() i get paymentDetails, but ccNumber is null.
What am I doing wrong? Thanks!