Skip to content

Commit

Permalink
Merge pull request #92 from Swetugg/tickets/publish-2025-tickets
Browse files Browse the repository at this point in the history
[PROPOSAL] Publish tickets for 2025
  • Loading branch information
StacyCash authored Oct 25, 2024
2 parents 0b1110b + 766f523 commit 293618d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Pages/sthlm-2025/Index.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
}

bool isCfpOpen = false; //New logic will be added on issue #178
bool earlyBirdAvailable = false;
bool earlyBirdAvailable = true;

int speakersLeft = conference.MinNumberOfSpeakers - conference.Speakers.Count;

Expand All @@ -47,7 +47,7 @@
("speakers", true),
("sessions", false),
("schedule", false),
("tickets", false),
("tickets", true),
("contact", true),
("members", false)
}
Expand Down Expand Up @@ -593,24 +593,24 @@
{
<!-- Ticket Tailor Widget. Paste this into your website where you want the widget to appear. Do not change the code or the widget may not work properly. -->
<div class="tt-widget">
<div class="tt-widget-fallback"><p><a href="https://www.tickettailor.com/checkout/new-session/id/4268885/chk/97eb/" target="_blank">Click here to buy tickets</a><br /></p></div>
<script src="https://cdn.tickettailor.com/js/widgets/min/widget.js" data-url="https://www.tickettailor.com/checkout/new-session/id/4268885/chk/97eb/" data-type="inline" data-inline-minimal="true" data-inline-show-logo="false" data-inline-bg-fill="false" data-inline-inherit-ref-from-url-param="" data-inline-ref=""></script>
<div class="tt-widget-fallback"><p><a href="https://www.tickettailor.com/checkout/new-session/id/4751923/chk/fcde/?ref=swetugg-site" target="_blank">Click here to buy tickets</a><br /></p></div>
<script src="https://cdn.tickettailor.com/js/widgets/min/widget.js" data-url="https://www.tickettailor.com/checkout/new-session/id/4751923/chk/fcde/?ref=swetugg-site" data-type="inline" data-inline-minimal="true" data-inline-show-logo="false" data-inline-bg-fill="true" data-inline-inherit-ref-from-url-param="" data-inline-ref="swetugg-site"></script>
</div>
<!-- End of Ticket Tailor Widget -->
<p>
@if (earlyBirdAvailable)
{
<h3>Early Bird?</h3>
<p>
The first batch of tickets that we sell will have a discount and they are called "early bird", but they are limited in number.
The first batch of tickets that we sell will have a discount and they are called "early bird", but they are limited in number.
When they are out, they are out! So be quick! (if the are not listed, they are out)
</p>
}
<h3>Invoice?</h3>
<p>
Do you wish to buy more than five tickets and/or prefer an invoice?
Use the form above and select the option <strong>pay using invoice (more than 5 tickets)</strong> when completing your order.
For 5 tickets or less we charge an extra fee of 200kr for invoices.
For less than 5 tickets we charge an extra fee of 200kr for invoices.
</p>

<h3>VAT and Swetugg</h3>
Expand All @@ -625,7 +625,7 @@
else
{
<p>
You can can start buying tickets on Monday 10th of June at 10:00! Don't missout on the early bird offer.
You can can start buying tickets on Thursday 24th of October at 10:00! Don't missout on the early bird offer.
</p>
@*<p>
Tickets for Swetugg 2023 have sold out. If we are able to open sales again, we will announce it on <a href="https://twitter.com/swetugg">Twitter</a> and <a href="https://facebook.com/swetugg">Facebook</a>, so make sure to follow us there!
Expand Down

0 comments on commit 293618d

Please sign in to comment.