Paypal integration

This is a forum to suggest new features for mojoPortal. 

This thread is closed to new posts. You must sign in to post in the forums.
10/15/2009 3:44:38 AM
Gravatar
Total Posts 3

Paypal integration

Inegrate paypal with mojoportal so companies can sell products with paypal without any changes to code

10/15/2009 3:55:34 AM
Gravatar
Total Posts 550

Re: Paypal integration

Hi,

Currently this feature is exist.

10/15/2009 3:58:10 AM
Gravatar
Total Posts 3

Re: Paypal integration

sorry I couldn't find it

can you please tell me how to enable it ?

10/15/2009 4:09:48 AM
Gravatar
Total Posts 550

Re: Paypal integration

Hi,

Set your PayPal account up in web.config or user.config then you see PayPal payment link in cart page.Find the following settings in web.config or user.config file:

<add key="Site1-PayPalSandboxAPIUsername" value="" />

<add key="Site1-PayPalSandboxAPIPassword" value="" />

<add key="Site1-PayPalSandboxAPISignature" value="" />

<add key="Site1-PayPalStandardSandboxEmail" value="" />

<add key="Site1-PayPalStandardSandboxPDTId" value="" />

 

<add key="Site1-PayPalProductionAPIUsername" value="" />

<add key="Site1-PayPalProductionAPIPassword" value="" />

<add key="Site1-PayPalProductionAPISignature" value="" />

<add key="Site1-PayPalStandardProductionEmail" value="" />

<add key="Site1-PayPalStandardProductionPDTId" value="" />

Hope Helps,

Asad

You must sign in to post in the forums. This thread is closed to new posts.