mirror of
https://github.com/standardebooks/web.git
synced 2025-07-13 01:52:02 -04:00
Clarify monthly cancellation steps and add index to /help
This commit is contained in:
parent
957d5ae948
commit
5e4636f249
3 changed files with 51 additions and 12 deletions
|
@ -4,7 +4,9 @@
|
|||
<h1>Blog</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/blog/public-domain-day-2025">Public Domain Day 2025</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
|
19
www/help/index.php
Normal file
19
www/help/index.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?= Template::Header(['title' => 'Help', 'highlight' => '', 'description' => 'Help with Standard Ebooks.']) ?>
|
||||
<main>
|
||||
<section class="narrow">
|
||||
<h1>Help</h1>
|
||||
<ul>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/help/how-to-use-our-ebooks">How to use our ebooks</a>
|
||||
</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>
|
||||
<a href="/help/managing-your-recurring-donation">Managing or canceling your recurring donation</a>
|
||||
</p>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
</main>
|
||||
<?= Template::Footer() ?>
|
|
@ -1,32 +1,50 @@
|
|||
<?= Template::Header(['title' => 'Managing Your Recurring Donation', 'highlight' => 'contribute', 'manual' => false, 'description' => 'Help with managing your recurring donation to Standard Ebooks.']) ?>
|
||||
<main>
|
||||
<article>
|
||||
<h1>Managing Your Recurring Donation</h1>
|
||||
<h1>Managing or Canceling Your Recurring Donation</h1>
|
||||
<p>Our payment processor is Fractured Atlas. Unfortunately they don’t provide us a for us way to change or cancel your recurring donation on your behalf, but you can change or cancel it yourself by following these steps:</p>
|
||||
<section id="log-in-to-your-fractured-atlas-account">
|
||||
<h2>1. Log in to your Fractured Atlas account</h2>
|
||||
<p>If this is your first time logging into Fractured Atlas, you’ll need to set up a new password associated with your email address. To set up a new password, visit <a href="https://fundraising.fracturedatlas.org">fundraising.fracturedatlas.org</a>, then:</p>
|
||||
<ol>
|
||||
<li><p>Click “sign in/up” at the upper right-hand corner of the page.</p></li>
|
||||
<li><p>Then, click “Don’t Remember your Password?” and follow the prompts to set a new password.</p></li>
|
||||
<li>
|
||||
<p>Click “sign in/up” at the upper right-hand corner of the page.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Then, click “Don’t Remember your Password?” and follow the prompts to set a new password.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p><b>Note:</b> If you’re a member of Fractured Atlas and have used the same email address for your monthly donation and your membership, then you can use the login credentials for your membership to access your monthly donation dashboard.</p>
|
||||
</section>
|
||||
<section id="visit-your-monthly-donation-dashboard">
|
||||
<h2>2. Visit your monthly donation dashboard</h2>
|
||||
<p>Monthly donors have a donor dashboard where they can:</p>
|
||||
<p>To access your monthly donation dashboard, log in to <a href="https://fundraising.fracturedatlas.org">fundraising.fracturedatlas.org</a> and click “My Donations.”</p>
|
||||
<p>At your monthly donation dashboard, you can:</p>
|
||||
<ul>
|
||||
<li><p>Update payment method for each donation.</p></li>
|
||||
<li><p>Update their donation amount and opt in or out of covering the fiscal sponsorship administrative fee.</p></li>
|
||||
<li><p>Cancel a monthly donation.</p></li>
|
||||
<li>
|
||||
<p>Update the payment method for each donation.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Update the donation amount and opt in or out of covering the fiscal sponsorship administrative fee.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>Cancel a monthly donation.</p>
|
||||
</li>
|
||||
</ul>
|
||||
<p><b>Note:</b> Monthly donations processed prior to February 5, 2021 and one-time donations will not appear in this dashboard.</p>
|
||||
<p>To access this dashboard, log in to <a href="https://fundraising.fracturedatlas.org">fundraising.fracturedatlas.org</a> and click “My Donations.”</p>
|
||||
<p>Once on your monthly donation dashboard, you can also cancel your monthly donation. To cancel your donation:</p>
|
||||
</section>
|
||||
<section id="cancel-a-monthly-donation">
|
||||
<h2>3. Cancel your monthly donation</h2>
|
||||
<p>To cancel your monthly donation, visit your monthly donation dashboard and then:</p>
|
||||
<ol>
|
||||
<li><p>Click the “Manage” button for the monthly donation you’d like to cancel.</p></li>
|
||||
<li><p>Click “Looking to cancel your donation?” link near the bottom of the page.</p></li>
|
||||
<li>
|
||||
<p>Find the monthly donation you’d liek to cancel, then click the “Manage” button next to it.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>On the next page, click the “Looking to cancel your donation?” link near the bottom of the page.</p>
|
||||
</li>
|
||||
</ol>
|
||||
<p>Your monthly donation is now canceled!</p>
|
||||
</section>
|
||||
</article>
|
||||
</main>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue