• Welcome to KonaKart Community Forum. Please login or sign up.
 
December 22, 2024, 07:23:05 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 - 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
Yes, that's right, ccNumber is persisted in Order. Now I see, thanks.
3
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!