latest stable versions: v150827 (changelog)

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Link to Paypal page with text

Home Forums Community Forum Link to Paypal page with text

This topic contains 1 reply, has 2 voices. Last updated by  David Welch 4 years, 8 months ago.

Topic Author Topic
Posted: Wednesday Apr 18th, 2012 at 12:19 pm #11124
Ben Griggs
Username: bujaman

I want to create a standard text hyperlink on my page that sends the user to my paypal page for checkout. Is there an easy way to do this?

List Of Topic Replies

Viewing 1 replies (of 1 total)
Author Replies
Author Replies
Posted: Thursday Apr 19th, 2012 at 11:23 pm #11313
David Welch
Username: dwbiz05

The only way I can think to do this is to use the full paypal button html/php provided by s2member when you generate a button and make the following modifications:

1. add an id to the paypal form

<form id="myPPform"

2. remove or hide the image input line from the paypal button.

<!-- <input type="image...... /> -->

3. add a link with the text you want.
4. add an onclick function to the tag to submit the paypal form.

<a href="" onclick="$('#myPPform').submit()">Click here to go to paypal.</a>
<!-- PS. this one is Jquery so you'll need to have jquery loaded or use a standard javascript function -->

Hope that helps,

Dave

Viewing 1 replies (of 1 total)

This topic is closed to new replies. Topics with no replies for 2 weeks are closed automatically.

Old Forums (READ-ONLY): The community now lives at WP Sharks™. If you have an s2Member® Pro question, please use our new Support System.

Contacting s2Member: Please use our Support Center for bug reports, pre-sale questions & technical assistance.