Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
toddwords committed Jan 13, 2025
1 parent c0d871b commit 1482ad8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions public/templates/partials/classBoilerplate.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,18 @@ Through this grant, we offer tuition-free classes that interrogate the role tech
{{#eq [Session Slug].[0] "fall-24"}}
{{> fall24classBlock}}
{{/eq}}
{{#eq [Session Slug].[0] "winter-25"}}
{{> winter25classBlock}}
{{/eq}}
{{#eq [Session Slug].[0] "spring-25"}}
{{> spring25classBlock}}
{{/eq}}
{{#eq [Session Slug].[0] "summer-25"}}
{{> summer25classBlock}}
{{/eq}}
{{#eq [Session Slug].[0] "fall-25"}}
{{> fall25classBlock}}
{{/eq}}


<div class="break-noline"></div>
Expand Down
4 changes: 2 additions & 2 deletions public/templates/programs/participate.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@
</div>
<div class="grid-2">
<h6>Can I receive a refund?</h6>
<p>We can refund you up to 14 days before class starts. After that point, we are holding your place in the class and we cannot issue refunds, including for payment plans.</p>
<p>We can offer you a refund only until the waitlist is closed, typically 2-3 weeks before class starts. After that point, we are holding your place in the class and we cannot issue refunds, including for payment plans.</p>

<h6>Do you offer payment plans?</h6>
<p>Yes! SFPC offers payment plans. Participants can schedule weekly or monthly payments of the same amount. First and last payments must be made before the beginning and end of class. Please note: Processing fees apply for each payment via Withfriends and Stripe.</p>
<p>Yes! SFPC offers payment plans. Participants can schedule monthly payments of the same amount. First and last payments must be made before the beginning and end of class. Please note: Processing fees apply for each payment via Withfriends and Stripe.</p>

<h6>Can I change my payment plan?</h6>
<p>A payment plan is not a subscription. By agreeing to a payment plan at SFPC you agree to pay the full amount of your tuition, even if you decide you no longer wish to attend the class at a later date. A seat will be reserved for you whether you use it or not. We do understand that financial circumstances change though, and will do our best to adjust the schedule of your payment plan to accommodate your needs, please email <a href="mailto:[email protected]">[email protected]</a> to let us know more.</p>
Expand Down

0 comments on commit 1482ad8

Please sign in to comment.