This is just a good clean point of development. Still a lot of work though!

This commit is contained in:
Scott Idem
2024-03-21 15:20:48 -04:00
parent c490bca265
commit 7381797a28
8 changed files with 51 additions and 44 deletions

View File

@@ -111,7 +111,7 @@ $: if ($events_sess.stripe && $events_sess.stripe.license_qty >= 0 || $events_se
{#if $event_exhibit_obj?.priority}
<h3 class="h4">Marked as Paid</h3>
<div class="border-2 border-primary p-2 variant-soft-success space-y-4">
<div class="border border-slate-500/10 p-2 variant-soft-success space-y-4">
<p>Thank you for your payment. You have purchased {$event_exhibit_obj?.license_max} user license(s) for the lead retrieval service with your booth at ISHLT 2024 in Prague.</p>
{#if $event_exhibit_obj?.leads_device_sm_qty > 0}
@@ -124,7 +124,7 @@ $: if ($events_sess.stripe && $events_sess.stripe.license_qty >= 0 || $events_se
{:else}
<h3 class="h4">Not Marked as Paid</h3>
<div class="border-2 border-primary p-2 variant-soft-secondary">
<div class="border border-slate-500/10 p-2 variant-soft-secondary">
<p>Please select the number of licenses to purchase and if you need to rent any tablets for scanning. As a reminder, you can use your own device (cell phone, tablet, laptop, etc) to scan the QR codes on the badges of the attendees. Tablet rentals are limited in supply for ISHLT 2024 in Prague and will be given out on a first come first served basis.</p>
</div>
@@ -261,7 +261,7 @@ BTN Do you need to rent tablets as well?
<div class="border-2 border-primary p-2 variant-soft-warning">
<div class="border border-slate-500/10 p-2 variant-soft-warning">
<p><strong>NOTE:</strong> Your payment will be reviewed and is not reflected immediately on this page for your exhibit. It may take up to 2 business days for this to show as being paid. If you have any questions or concerns please email <a href="mailto:exhibits@oneskyit.com" class="font-medium text-blue-600 dark:text-blue-500 hover:underline">exhibits@oneskyit.com</a>.</p>
</div>