only showing subscribe link on the home page if there is a tickets url
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 16:14:35 +0000 (12:14 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 12 Jul 2017 16:14:35 +0000 (12:14 -0400)
adding ticketing url the home page subscribe button for the events list

glm-member-db-events/views/front/events/homePage.html

index c08ee2b..f20a8b1 100644 (file)
@@ -72,7 +72,9 @@
                          </div>
                     </div>
                     <div class="front-event-info front-event-links small-12 large-3 columns">
-                        <a class="front-event-link subscribe-link" href="">Subscribe</a>
+                        {if $event.ticket_url}
+                            <a class="front-event-link subscribe-link" target="_blank" href="{$event.ticket_url}">Subscribe</a>
+                        {/if}
                         <a class="front-event-link learn-link" href="{$siteBaseUrl}{$pageSlug}/{if !$customPage}{$event.name_slug}/{else}?eventId={$event.id}{/if}">Learn More</a>
                     </div>
                 </div>