Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Installed oscommerce_paypal_ipn,


jpweber

Recommended Posts

Went to the PayPal site ... and even though I already the installed oscommerce_paypal_ipn constribution, do I need to install the following? Well, on the paypal site, it says:

 

"On your checkout page, show your customers that you offer PayPal as a payment option by displaying the PayPal Acceptance Mark."

1 - So should I put this paypal logo somewhere? If so, on checkout.php? Also ....

 

It says:

"When your customers select PayPal as their payment method, redirect them to PayPal to complete the transaction. You send PayPal the details of the transaction through the button's HTML code in a FORM post. "

2 - So should I paste the snippet of code for the form below, somewhere like on checkout.php? It's as follows:

<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="[email protected]">

<input type="hidden" name="item_name_1"

value="Item Name 1">

<input type="hidden" name="amount_1" value="1.00">

<input type="hidden" name="item_name_2"

value="Item Name 2">

<input type="hidden" name="amount_2" value="2.00">

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

</form>

 

Or is this all unnecessary because I already installed the oscommerce_paypal_ipn contribution already?

 

Thanks!

 

J

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Went to the PayPal site ... and even though I already the installed oscommerce_paypal_ipn constribution, do I need to install the following? Well, on the paypal site, it says:

 

"On your checkout page, show your customers that you offer PayPal as a payment option by displaying the PayPal Acceptance Mark."

1 - So should I put this paypal logo somewhere? If so, on checkout.php? Also ....

 

It says:

"When your customers select PayPal as their payment method, redirect them to PayPal to complete the transaction. You send PayPal the details of the transaction through the button's HTML code in a FORM post. "

2 - So should I paste the snippet of code for the form below, somewhere like on checkout.php? It's as follows:

<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="[email protected]">

<input type="hidden" name="item_name_1"

value="Item Name 1">

<input type="hidden" name="amount_1" value="1.00">

<input type="hidden" name="item_name_2"

value="Item Name 2">

<input type="hidden" name="amount_2" value="2.00">

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

</form>

 

Or is this all unnecessary because I already installed the oscommerce_paypal_ipn contribution already?

 

Thanks!

 

J

 

Paypal IPN already does this for you don't worry about it.. as long as it's set up correctly you won't have a problem.

 

Adding the Paypal logo to your site is up to you, people do like to know how they can pay you though!

Link to comment
Share on other sites

Great. Thanks a bunch. I'll put that logo somewhere on checkout.php, I suppose. Appreciate the response!

 

J

Jason

 

Simple 1-2-3 Intructions on how to get, install and configure SSL

 

The Google Sandbox explained

 

Simple to follow instructions on how to change the look of your OSC

 

How To Make A Horrible OSC Website

 

my toolbox: All things WordPress-related - All things Adobe-related - PHP Designer 2007 - Codecanyon Junkie - Crimson Editor - Winmerge - phpMyAdmin - WS_FTP

 

my installed contributions: Category Banners, File Upload feature-.77, Header Tags, Sort_Product_Attributes_1, XSellv2.3, Price Break 1.11.2, wishlist 3.5, rollover_category_images_v1.2, Short_Description_v2.1, UPSXML_v1_2_3, quickbooks qbi_v2_10, allprods v4.4, Mouseover-effect for image-buttons 1.0, Ultimate_SEO, AAP 1.41, Auto Select State Value, Fast Easy Checkout, Dynamic SiteMap v2.0, Image Magic, Links Manager 1.14, Featured Products, Customer Testimonials, Article Manager, FAQ System, and I'm sure more ...

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...