• Welcome to KonaKart Community Forum. Please login or sign up.
 
April 24, 2024, 05:46:16 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 - murp3433

1
Miscellaneous / Re: Paypal Integration
April 17, 2009, 02:26:56 pm
Make sure the return url on paypal's site is correct and check the IPN notification setting at paypal. it should be set to your callback url.

To test your ipn, go to developer.paypal.com click test tools and use the ipn simulator. If that doesnt work let me know what the logs say.
2
Miscellaneous / Re: Paypal Integration
April 17, 2009, 01:26:29 pm
I fixed my issue by the way. It was the mail settings
3
Miscellaneous / Re: Paypal Integration
April 17, 2009, 01:25:41 pm
What are all of your settings in paypal? ipn, return url etc
4
Miscellaneous / Re: Paypal Integration
April 16, 2009, 05:03:31 pm
If i log in and then type that in it goes to a basically blank page. All of the left and top tiles are there but no body and no right tiles. The breadcrumbs say home checkout success.

If i login add something to my cart complete the checkout but on paypals site i type mysite/CheckoutFinished.do in the browser my cart is empty and the reg/login screen is there

If i go through with the payment through paypal and i check the payment info the gateway response is "completed" but the KonaKart Result Description: reads "There has been an unexpected exception. Please look at the log."

In the catalina logs i noticed that i get a bunch of

(StandardWrapperValve.java:invoke:250) Servlet.service() for servlet action threw exception
javax.servlet.jsp.JspException: Cannot find bean: "konakartKey" in any scope

and

com.konakart.app.KKException: The String parameter called sessionId must be given a value. It cannot be set to null or be left empty.
   at com.konakart.bl.BaseMgr.checkRequired(BaseMgr.java:200)



I believe the last one is an incorrect email setting




Thanks for you help.
5
Miscellaneous / Re: Paypal Integration
April 16, 2009, 03:04:43 pm
The return URL i gave them was http://mysite.com/CheckoutFinished.do

6
Miscellaneous / Paypal Integration
April 16, 2009, 02:24:31 pm
I am having a problem when the paypal payment is completed and the customer is redirected back to my site. All of that works fine but when they get back to my site they are logged out and brought to the register/login page. Anyone have any idea on this?
7
What URL do i use for the paypal ipn? The Callback URL?

8
I have found the answer!!

http://tuckey.org/urlrewrite
9
ok so i am a complete idiot :D

I had the admin app pointed to the development db!

Sorry, and thanks
10
I added prices of 123456789 and 987654321 did a full database search for the values but they were not to be found :( Doesnt make sense. It saved but i cant find them..
11
How to i view products_price_1 and products_price_2 in konakartadmin. I have added the prices to the tables but tehy are not showing up
12
Has anyone successfully stripped the jsessionid from the url to make them search engine friendly? I have tried a couple of ways but cant seem to make it work.

Thanks in advance