Skip to content

Instantly share code, notes, and snippets.

@scottopolis
Created May 22, 2020 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scottopolis/ecc034703961ab4fdbb512930f58ee99 to your computer and use it in GitHub Desktop.
Save scottopolis/ecc034703961ab4fdbb512930f58ee99 to your computer and use it in GitHub Desktop.
AppPresser 4 In App Purchase Form
<div class="ion-padding">
<h2>Purchase</h2>
<p>For $9 per month, get access to analysis and commentary. Your subscription will automatically renew, cancel any time.</p>
<p>Enter your information below and click subscribe. By subscribing, you agree to the <a href="https://mysite.com/terms/" target="_blank" rel="noopener noreferrer">terms of service.</a></p>
<p>If you already have an account, please login. If you do not have an account, enter your email before clicking purchase, and one will be created for you.</p>
<in-app-purchase isSubscription="true" productId="my-product"></in-app-purchase>
<hr>
<h3>Already purchased?</h3>
<p>If you've already purchased but can't see your content, you may just need to login.</p>
<p>If you got a new device and need to restore your purchase, click Restore Purchase.</p>
<p>&nbsp;</p>
<p><strong>What you get:</strong></p>
<ul class="smaller-text">
<li>Access to premium content including videos, courses, and more</li>
<li>You will be charged $9 each month until you cancel</li>
<li>Payment will be charged to account at confirmation of purchase</li>
<li>Subscription automatically renews unless auto-renew is turned off at least 24-hours before the end of the current period</li>
<li>Account will be charged for renewal within 24-hours prior to the end of the current period, and identify the cost of the renewal</li>
<li>Subscriptions may be managed by the user and auto-renewal may be turned off by going to the user's Account Settings after purchase</li>
<li><u><a (click)="iab('https://mysite.com/terms')">View terms of use</a></u></li>
<li><u><a (click)="iab('https://mysite.com/terms')">View privacy policy</a></u></li>
</ul>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment