Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Paypal - payment Module


G Force

Recommended Posts

For my gift store I have chosen Paypal as the only means of payment in the payment module.

When I choose paypal and edit --everything updates except my email address for my paypal acount.

So when someone purchases an item it gets all the way through checkout

but when you hit confirm order, and the Paypal page comes up it says [email protected] in the header

and (ERROR DETECTED - return to merchant) below.

 

I have gone back to the payment module many times

but it will not update and save my PAYPAL email address

it always says [email protected]

 

Please help!

Link to comment
Share on other sites

Do this

Go into your phpmyadmin and see what is the name of your configuration table

 

Then issue this command

 

update configuration set configuration_value='email@youremail' where

WHERE configuration_key = 'MODULE_PAYMENT_PAYPAL_ID'

Link to comment
Share on other sites

Thank you OSC for the info

 

but I am very new to SQL and PHP

could you take me through the process more specifically

 

from PHPMYADMIN

 

Do I go to the configuration table and then run an SQL query??

 

Thanks in advance for your help

Gail

Link to comment
Share on other sites

Can anyone HELP me through my paypal module problem

 

I am new to PHP and SQL and am trying to get my store online by next week

but cannot get the payment module to take my paypal email address

 

I would appreciate any input

 

Gail

Link to comment
Share on other sites

  • 2 weeks later...

I assume you have phpmyAdmin working and can access the osCommerce database.

 

- click on the table CONFIGURATION in the left panel

- click browse/explore at the top left to browse the records of the database

- in my case it only shows the first 60 records to begin with, you need to go to configuration_id 144 by showing more records with the controls at the bottom of the table

- click on the edit pencil on line 144 and change the email address and click go/start at the bottom to update the database

 

I had the same problem and osccoder's solution seemed to complicated to me too. If you're careful than accessing the database directly is the easiest way to manipulate it. (Remember to backup before though)

 

Good luck.

Link to comment
Share on other sites

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

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...