Clarify monthly cancellation steps and add index to /help

This commit is contained in:
Alex Cabal 2024-12-12 17:27:17 -06:00
parent 957d5ae948
commit 5e4636f249
3 changed files with 51 additions and 12 deletions

View file

@ -4,7 +4,9 @@
<h1>Blog</h1> <h1>Blog</h1>
<ul> <ul>
<li> <li>
<a href="/blog/public-domain-day-2025">Public Domain Day 2025</a> <p>
<a href="/blog/public-domain-day-2025">Public Domain Day 2025</a>
</p>
</li> </li>
</ul> </ul>
</section> </section>

19
www/help/index.php Normal file
View 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() ?>

View file

@ -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.']) ?> <?= Template::Header(['title' => 'Managing Your Recurring Donation', 'highlight' => 'contribute', 'manual' => false, 'description' => 'Help with managing your recurring donation to Standard Ebooks.']) ?>
<main> <main>
<article> <article>
<h1>Managing Your Recurring Donation</h1> <h1>Managing or Canceling Your Recurring Donation</h1>
<p>Our payment processor is Fractured Atlas. Unfortunately they dont 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> <p>Our payment processor is Fractured Atlas. Unfortunately they dont 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"> <section id="log-in-to-your-fractured-atlas-account">
<h2>1. Log in to your Fractured Atlas account</h2> <h2>1. Log in to your Fractured Atlas account</h2>
<p>If this is your first time logging into Fractured Atlas, youll 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> <p>If this is your first time logging into Fractured Atlas, youll 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> <ol>
<li><p>Click “sign in/up” at the upper right-hand corner of the page.</p></li> <li>
<li><p>Then, click “Dont Remember your Password? and follow the prompts to set a new password.</p></li> <p>Click “sign in/up” at the upper right-hand corner of the page.</p>
</li>
<li>
<p>Then, click “Dont Remember your Password? and follow the prompts to set a new password.</p>
</li>
</ol> </ol>
<p><b>Note:</b> If youre 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> <p><b>Note:</b> If youre 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>
<section id="visit-your-monthly-donation-dashboard"> <section id="visit-your-monthly-donation-dashboard">
<h2>2. Visit your monthly donation dashboard</h2> <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> <ul>
<li><p>Update payment method for each donation.</p></li> <li>
<li><p>Update their donation amount and opt in or out of covering the fiscal sponsorship administrative fee.</p></li> <p>Update the payment method for each donation.</p>
<li><p>Cancel a monthly donation.</p></li> </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> </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><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> </section>
<p>Once on your monthly donation dashboard, you can also cancel your monthly donation. To cancel your donation:</p> <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> <ol>
<li><p>Click the “Manage” button for the monthly donation youd like to cancel.</p></li> <li>
<li><p>Click “Looking to cancel your donation? link near the bottom of the page.</p></li> <p>Find the monthly donation youd 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> </ol>
<p>Your monthly donation is now canceled!</p>
</section> </section>
</article> </article>
</main> </main>