PayPal Integration

More
9 years 8 months ago #48662 by Raid
Replied by Raid on topic PayPal Integration
Hi Derrick,

Also, see the attachment regarding SOLUTIONTYPE=Sole and LANDINGPAGE=Billing parameters.

Thanks,
RAID
Attachments:

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #48663 by Ian Dalkin

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #48664 by Raid
Replied by Raid on topic PayPal Integration
Hi,

I looked to the URL that you provide me.

The question is: What code and where under Membership PRO I will need to add it?

Thanks,
RAID

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #48689 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic PayPal Integration
Hi RAID

As I know, it is not easy like that. There are still many more other coding need to be added to support this feature. So instead of modifying the code, you should wait for me.

Regards,

Tuan

Please Log in or Create an account to join the conversation.

More
9 years 8 months ago #48699 by Raid
Replied by Raid on topic PayPal Integration
Hi Tuan,

Of course I know it is not that easy and I rely on you on this :)

However, I added those 3 line on (component>com_osmembership>plugins>os_paypal.php)
I added them on the line 166, before (</form>) and it worked for me :) After you process to PayPal checkout the credit card section is default. Nor sure if I did it right or not but it worked for me.

<input type="hidden" name="SOLUTIONTYPE" value="Sole">
<input type="hidden" name="LANDINGPAGE" value="Billing">
<input type="hidden" name="lc" value="US">


You might need to empty your browser cookies to take the effect. Take a look on it. You might add more code to makes it works perfectly.

Thanks Tuan,
RAID

Please Log in or Create an account to join the conversation.