Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted

Hi,

 

When I try to install osCommerce PayPal IPN Module v1.1 For 2.2MS2, when I log into admin and try to click "install" to configure the parameters, nothing happens. I have deleted the files and uploaded them again, but it still does not work. Can somebody please help me? My customers are placing orders and I have to contact them to figure out what they purchased.

 

Thanks so much!

Posted
Hi,

 

When I try to install osCommerce PayPal IPN Module v1.1 For 2.2MS2, when I log into admin and try to click "install" to configure the parameters, nothing happens. I have deleted the files and uploaded them again, but it still does not work. Can somebody please help me? My customers are placing orders and I have to contact them to figure out what they purchased.

 

Thanks so much!

Hello zalik,

there are two issues

First is that your present Paypal module not able to collect the order details.This will happen if client does not return back to success page.So you need tose t Auto return on and make it to point to proper page.

Also there is a contribution where by changing some code will help.

 

Now for IPN on click if nothing is happening then we need to check

1)Values in your config tables whether the insert values are getting thru or not or is it already there.

2)Does you Data base user has the permission level to write to data base.

3)Make errors on by modifying application_top line that has & ~E_NOTICE for error reporting.This will help you in getting displayed errors to amke out where the execution stoped.

4)If no error found then you need to go By the echo method of debug followed BY most of the PHP developers.

 

Satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
Hello zalik,

there are two issues

First is that your present Paypal module not able to collect the order details.This will happen if client does not return back to success page.So you need tose t Auto return on and make it to point to proper page.

Also there is a contribution where by changing some code will help.

 

Now for IPN on click if nothing is happening then we need to check

1)Values in your config tables whether the insert values are getting thru or not or is it already there.

2)Does you Data base user has the permission level to write to data base.

3)Make errors on by modifying application_top line that has & ~E_NOTICE for error reporting.This will help you in getting displayed errors to amke out where the execution stoped.

4)If no error found then you need to go By the echo method of debug followed BY most of the PHP developers.

 

Satish Mantri

 

First issue is taken care of. Regarding the 2nd issue, is there a way to "uninstall" it and then reinstall it. I think this will do the trick.

 

Thanks.

Posted
First issue is taken care of. Regarding the 2nd issue, is there a way to "uninstall" it and then reinstall it. I think this will do the trick.

 

Thanks.

extract your config table and compare the config constant in the insert statement of the payment module with thhose in the config table.If they are same just delete tose rows and try.

 

Firsttaka a backup of your DB.

 

Satish Mantri

Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site.

 

Check My About US For who am I and what My company does.

Posted
extract your config table and compare the config constant in the insert statement of the payment module with thhose in the config table.If they are same just delete tose rows and try.

 

Firsttaka a backup of your DB.

 

Satish Mantri

 

Can you be more descriptive? I am pretty much a newbie. Thanks!

Posted

I have looked at the paypal_ipn.php file in catalog/include/modules/payment. Is this the right file? Which line of code from this file do I need to compare with the config table?

 

Thanks

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...