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]