Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Updating paypal checkout..


crust

Recommended Posts

Hi, I'm trying to update the paypal section of my checkout page due to the information paypal has given me. I was having trouble accepting payments from paypal, an error message said something to the effect that there was a problem with the store owners email address. Paypal has given me a code to install to see if this will take care of the problem. I guess the short of it is to send payment to the store and not to an indiviual email address. Any help on where to place this code would be appreciated. Thanks.

 

If you have your own shopping cart, you will want to pass your

information

to a PayPal payment page. You will need to post this information to our

system using our upload variable. You will need to use the variables

that

we have defined in our system and not your own for our system to

recognize

the information. You will need to post your value to the values of our

variables. Below you will see the minimal variables needed.

 

The minimal variables needed are:

 

<form action="https://www.paypal.com/cgi-bin/webscr"

method="post">

 

<input type="hidden" name="cmd" value="_cart">

 

<input type="hidden" name="upload" value="1">

 

<input type="hidden" name="business" value="Your PayPal Email

Address">

 

<input type="hidden" name="item_name_1" value="Post Your Value

Here">

 

 

<input type="hidden" name="amount_1" value="x.xx">

 

<input type="submit" name="submit" value="submit">

 

</form>

Link to comment
Share on other sites

Hi, I'm trying to update the paypal section of my checkout page due to the information paypal has given me. I was having trouble accepting payments from paypal, an error message said something to the effect that there was a problem with the store owners email address. Paypal has given me a code to install to see if this will take care of the problem. I guess the short of it is to send payment to the store and not to an indiviual email address. Any help on where to place this code would be appreciated. Thanks.

 

If you have your own shopping cart, you will want to pass your

information

to a PayPal payment page. You will need to post this information to our

system using our upload variable. You will need to use the variables

that

we have defined in our system and not your own for our system to

recognize

the information. You will need to post your value to the values of our

variables. Below you will see the minimal variables needed.

 

The minimal variables needed are:

 

<form action="https://www.paypal.com/cgi-bin/webscr"

method="post">

 

<input type="hidden" name="cmd" value="_cart">

 

<input type="hidden" name="upload" value="1">

 

<input type="hidden" name="business" value="Your PayPal Email

Address">

 

<input type="hidden" name="item_name_1" value="Post Your Value

Here">

<input type="hidden" name="amount_1" value="x.xx">

 

<input type="submit" name="submit" value="submit">

 

</form>

 

I have been getting the same problem, please could you post PayPals comments and any recommended code.

Link to comment
Share on other sites

I have been getting the same problem, please could you post PayPals comments and any recommended code.

 

 

 

Here's the whole email sent from paypal when I called them.

 

PayPal's Shopping Cart is included in Website Payments Standard and is

based on simple HTML code. Integrating PayPal with a third-party

shopping

cart application may take some customization on the part of the

developer

and/or user.

 

If you have your own shopping cart, you will want to pass your

information

to a PayPal payment page. You will need to post this information to our

system using our upload variable. You will need to use the variables

that

we have defined in our system and not your own for our system to

recognize

the information. You will need to post your value to the values of our

variables. Below you will see the minimal variables needed.

 

The minimal variables needed are:

 

<form action="https://www.paypal.com/cgi-bin/webscr"

method="post">

 

<input type="hidden" name="cmd" value="_cart">

 

<input type="hidden" name="upload" value="1">

 

<input type="hidden" name="business" value="Your PayPal Email

Address">

 

<input type="hidden" name="item_name_1" value="Post Your Value

Here">

 

 

<input type="hidden" name="amount_1" value="x.xx">

 

<input type="submit" name="submit" value="submit">

 

</form>

 

For more information on PayPal's Shopping Cart and the optional

variables,

please see the Website Payments Standard Integration Guide, by

following

these steps:

 

1. Log in to your account at https://www.paypal.com/

2. Click the 'Merchant Services' tab.

 

3. Click 'Learn more' under the PayPal Website Payments Standard

section.

 

4. Click 'Website Payments Standard Integration Guide' under the

'More

Information' section.

 

To view this guide, Adobe Acrobat Reader software is required. We

recommend

using the latest version available for your operating system. To

download

Adobe Acrobat Reader, click 'Adobe Acrobat'.

 

You can also find more information for integrating a 3rd-Party Shopping

Cart by following these steps:

 

1. Log in to your account at https://www.paypal.com/

2. Click 'Developers' at the bottom of any PayPal page.

 

3. Click 'How-To Articles'.

 

4. Click 'Add PayPal Checkout to Your 3rd-party Shopping Cart.

 

If you have any further questions, please feel free to contact us

again.

 

Sincerely,

Rey

PayPal Community Support

PayPal, an eBay Company

Link to comment
Share on other sites

an error message said something to the effect that there was a problem with the store owners email address.

 

I think it's a problem at the PayPal end, given that my store owners email address is correct.

Link to comment
Share on other sites

I think it's a problem at the PayPal end, given that my store owners email address is correct.

 

 

See the solution HERE

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...