5

DAP Pay With Stripe

1-click Members Area Upsell With Stripe

With DAP Pay, you can present new offers to members right within the member’s area. And these aren’t just for upsells.

You can use DAP Pay to sell new products, product renewals, or even membership renewals and upgrades. And you can publish these special buy buttons on ANY member page. And even if someone has already been a member for weeks or months, they can still purchase your new product or membership upgrade with just 1 single Click, without having to re-enter all of their credit card or billing information.

Please NOTE:  DAP Pay ONLY supports ‘Stripe’ currently.

Watch this video to find out more.

Say a member does not have access to product ID = 3 in DAP.  And say you want the users that do not already have access to ‘productId=4’ to see a buy button in their members area. And the buy button should not lead to a checkout page. The click of the buy button will automatically complete purchase. No checkout page required.

You can use the following shortcode to display a payment button:

Please NOTE: replace all occurrences of YOURSITE.com in the shortcode with the name of your site :

[DAP  hasNoAccessTo="4" isLoggedIn="Y" errMsgTemplate=""]
<h2>If user is eligible for a 1-click purchase (the user must have a previous purchase using Stripe to be eligible for 1-click buy for future products using Stripe), show a 1-click Buy Button that leads to the sales page</h2>

[DAP-1ClickBuy productid=4 payment_gateway="stripe" eligibleimage='<img class="size-thumbnail wp-image-1424 alignleft" alt="Unlock-99" src="http://YOURSITE.com/dap/images/buynow-1click.png"/>' noteligibleimage='<img class="size-thumbnail wp-image-1424 alignleft" alt="Unlock-99" src="http://YOURSITE.com/dap/images/add-to-cart-bigger.png" width="150" height="150" />' not1clickeligibleurl="/salespage"]

[/DAP]

You can use the following shortcode to display a payment link

[DAP hasNoAccessTo="4" isLoggedIn="Y" errMsgTemplate=""]
<h2>If user is eligible for a 1-click purchase (the user must have a previous purchase using Stripe to be eligible for 1-click buy for future products using Stripe), then show a LINK (click here) that leads to the sales page</h2>

[DAP-1ClickBuy productid=4 payment_gateway="stripe" eligibleimage='' noteligibleimage='<img class="size-thumbnail wp-image-1424 alignleft" alt="Unlock-99" src="http://YOURSITE.com/dap/images/add-to-cart-bigger.png"/>' noteligiblelinkmsg='Click Here to Get Access' not1clickeligibleurl="/salespage"]

[/DAP]

 

Click Here to Leave a Comment Below 5 comments
Vic Dorfman - March 20, 2015

Hi Dappers,

Is there a way to set the redirect URL after a successful DAP Pay purchase?

Currently it refreshes the same page (which is a sales page) and adds a ‘/?msg=MSG_PURCHASE_COMPLETED’ parameter to the URL.

This might be confusing to the non-savvy buyer.

Best,
Vic

Reply
Veena Prashanth - March 21, 2015

Hi Vic,

Currently it’s not possible. It refreshes the same page.

Try this:

Look for this line in /DAP-WP-LiveLinks/DAP-1ClickBuy.php file :

$qstr=”productid=”.$productid.”&redirect=”.$_SERVER[“REQUEST_URI”];

Replace $_SERVER[“REQUEST_URI”] with your own URL.

For ex:

$redirectURL=”/thankyou”;
$qstr=”productid=”.$productid.”&redirect=”.$redirectURL;

See if it works.

Thanks,
Veena

Reply
Joe - March 28, 2015

Where is the Short Code for the Update Credit Card information for Stripe users?
I’ve checked Shortcodes, Customizations, and the Payments Processing area.

Reply
TH - September 23, 2015

What if I have members from paypal and Stripe and I have this one click purchase button in the members area, what would happen to the paypal subscribers?

Reply

Leave a Reply: