Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Business Email : Email address of your business
Notify URL : PayPal Notify URL (example

No Format
http://[yourServerName]/ecommerce/control/payPalNotify

)
Return URL : PayPal Return URL (example

...

yourServerName/ecommerce/control/orderhistory" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/ecommerce/control/orderhistory">http://(yourServerName)/ecommerce/control/orderhistory

...

)
Cancel Return URL : PayPal Return On Cancel URL (example yourServerName/ecommerce/control/payPalCancel/main" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://(yourServerName)/ecommerce/control/payPalCancel/main">yourServerName/ecommerce/control/payPalCancel/main" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/ecommerce/control/payPalCancel/main">yourServerName/ecommerce/control/payPalCancel/main" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/ecommerce/control/payPalCancel/main">http://yourServerName/ecommerce/control/payPalCancel/main)
Image URL : Image To Use On PayPal (example yourServerName/images/ofbiz_logo.gif" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/images/ofbiz_logo.gif">yourServerName/images/ofbiz_logo.gif" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/images/ofbiz_logo.gif">yourServerName/images/ofbiz_logo.gif" title="Visit page outside Confluence" rel="nofollow"linktype="raw" linktext="http://yourServerName/images/ofbiz_logo.gif">http://yourServerName/images/ofbiz_logo.gif)
Confirm Template : Thank-You / Confirm Order Template (example /order/emailconfirmation.ftl)
Redirect URL : PayPal Redirect URL (Sandbox https://www.sandbox.paypal.com/us/cgi-bin/webscr, Production https://www.paypal.com/cgi-bin/webscr)
Confirm URL : PayPal Confirm URL (Sandbox https://www.sandbox.paypal.com/us/cgi-bin/webscr, Production http://www.paypal.com/cgi-bin/webscr)

Once PayPal Payment Gateway has been configurated you have to go to Catalog -> Stores - -> select your Store --> Payments tab

Edit the Payment Method Type Paypal and choose as Payment Gateway Config Id "PayPal Config".

...

(deprecated use of this property file).
The ones that always need to be changed for use of PayPal are:

  1. payment.paypal.business - set to an email address on your PayPal account
  2. payment.paypal.notify - just change domain name and port to the production values you are using
  3. payment.paypal.return - set to the URL where you want PayPal to send customers once payment is complete, typically back to your ecommerce web site
  4. payment.paypal.cancelReturn - set to the URL where you want PayPal to send customers when they cancel their payment
  5. payment.paypal.image - set to the URL of the image or logo you want PayPal to display to help customers know that the payment is being received on your behalf

...