Skip to content

Commit

Permalink
chore: copy update on success page
Browse files Browse the repository at this point in the history
  • Loading branch information
brettski committed Oct 5, 2023
1 parent 6a863f4 commit b5e69ac
Showing 1 changed file with 32 additions and 16 deletions.
48 changes: 32 additions & 16 deletions src/routes/(root)/orders/success/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
<p>Based on your purchase we have follow-up things for you.</p>

{#if targetLocations.length > 0}
<h4>You have event tickets!</h4>
<h4>You're going to THAT Conference!</h4>

{#if targetLocations.includes('AT')}
<p>
Expand All @@ -103,10 +103,24 @@
{/if}
</div>

<!-- <p>
Soon we will also send you an email asking for your dietary restrictions, shirt sizes,
and a few other items.
</p> -->
<h4>Dietary Requirements and T-Shirts</h4>
<p>
Do you have dietary requirements? THAT Conference works with the Kalahari catering
team to provide meals that encompass a variety of dietary choices. At every meal, we
strive to provide gluten-free, vegetarian and vegan options. Menus are posted daily
and labels are displayed next to each food item to help you make the best decision
based on your needs. If you have a severe dietary requirement, please email us at <a
href="mailto:hello@that.us"
target="_blank"
class="hover">hello@that.us</a> so we can work together in finding the right solution
to fit your needs.
</p>
<p>
All Camper, Campmate and Geekling tickets include an official THAT t-shirt. Upon
registration, you can choose your desired shirt size. We order a wide range of sizes
for each event. If for some reason, we run out of the size you’d like, we’ll send you
one after the event!
</p>
{/if}

{#if targetLocations.includes('ON')}
Expand Down Expand Up @@ -151,6 +165,19 @@
</div>
{/if}

{#if targetLocations.length > 0}
<h4>Meet THAT Camper</h4>
<p>
Say hello to Meet THAT Camper – your weekly chance to connect with a fellow geek before
THAT Conference. Every Monday at 9 AM central, we'll introduce you to another attendee
headed to the event. Getting started is easy, go to your
<a class="hover" href="/my/notification-preferences" target="_blank"
>notification preferences</a> and enable the Meet THAT Camper notification. It's that simple,
and you can shut it off at any time. There are more details about Meet THAT Camper on the notification
preferences page.
</p>
{/if}

{#if isMembership}
<h3>Thank you purchasing an annual membership</h3>
<p>
Expand Down Expand Up @@ -189,17 +216,6 @@
</li>
<li>Signup for our <a class="hover" href="#newsletter">newsletter</a>!</li>
</ul>
{#if targetLocations.length > 0}
<p>
Say hello to <strong>Meet THAT Camper</strong> – your weekly chance to connect with a
fellow geek before THAT Conference. Every Monday at 9 AM central, we'll introduce you to
another attendee headed to the event. Getting started is easy, go to your
<a class="hover" href="/my/notification-preferences" target="_blank"
>notification preferences</a> and enable the Meet THAT Camper notification. It's that simple,
and you can shut it off at any time. There are more details about Meet THAT Camper on the notification
preferences page.
</p>
{/if}

<h3>Lastly, we're here to help</h3>
<p>
Expand Down

0 comments on commit b5e69ac

Please sign in to comment.