Dogstar Tickets | Santa Cruz, CA | The Catalyst (2024)

').append(iframe).appendTo('body').dialog({ autoOpen: false, modal: true, resizable: false, width: '1350', height: '750', close: function() { iframe.attr('src', ''); } }); $('.thumb a').on('click', function( e ) { e.preventDefault(); var src = $(this).attr('href'); var title = $(this).attr('data-title'); var width = $(this).attr('data-width'); var height = $(this).attr('data-height'); iframe.attr({ width: +width, height: +height, src: 'http://www.seats3d.com/theater/carpenter_theatre/#/level_2/' }); dialog.dialog('option', 'title', title).dialog('open'); }); });

Dogstar Tickets | Santa Cruz, CA | The Catalyst (1)

The Catalyst

More Information

TICKET PRICES CURRENTLY AVAILABLE
GENERAL ADMISSION: $47.00
CITI® CARDMEMBER PREFERRED TICKETS: $47.00
“EVERYTHING TURNS AROUND” VIP SOUNDCHECK EXPERIENCE: $297.00

TICKET SALE DATES
“EVERYTHING TURNS AROUND” VIP SOUNDCHECK EXPERIENCE Public Onsale: June 7, 2024 10:00 AM to September 5, 2024 7:00 PM
GENERAL ADMISSION Public Onsale: June 7, 2024 10:00 AM to September 15, 2024 7:00 PM
CITI® CARDMEMBER PREFERRED TICKETS Public Onsale: June 7, 2024 10:00 AM to August 18, 2024 10:00 PM

Tickets $47 in advance/ $52 once doors open // $297 “EVERYTHING TURNS AROUND” VIP SOUNDCHECK EXPERIENCE

Citi® Offers: Offers only available to Citi credit cardmembers and Citi Debit MasterCard customers. Password Information: Enter the first 6 digits of your Citi credit card or Citibank Debit MasterCard account number (no dashes) located on the front of your Citi card.“EVERYTHING TURNS AROUND” VIP SOUNDCHECK EXPERIENCE Includes:

  • One (1) standing GA ticket with early entry to the floor
  • Access to the official Dogstar pre-show soundcheck
  • One (1) group photo with Dogstar taken by a professional photographer**
  • One (1) exclusive autographed item - one item per person***
  • One (1) exclusive VIP merchandise item, only available through the purchase of a VIP package
  • One (1) commemorative VIP laminate & lanyard
  • Crowd-free access to an official tour merchandise stand before public doors
  • On-site perks such as priority check-in, dedicated support staff, and a priority lane into the venue****

**Photos will be taken in groups of 6-8. The band will be on stage, and the audience will be on the floor. Please note that you will be in a group with other VIP guests, and may be separated from your personal group for the photo
*** Limit of ONE (1) item per guest.
****Where available

Continue Shopping

"; $("div.validationError").html(errorMessage); } else { if (data.message !== "") { $("#membershipInputDialog .membershipErrorMessage").show().text(data.message); } else { $("#membershipInputDialog .membershipErrorMessage").hide().text(''); } $("#membershipInputDialog input[name=membershipID]").val(''); showMembershipIDInputDialog(formCtrl,data, parameterParser); } } } }); } function getMembershipValidationRequiredFormObjs(isGASecDialogOpened) { if (isOnFrontServer) { if (isGASecDialogOpened) { return $('[id=gaSectionAddSeatForm],form[name=manifest]'); } else { // seating chart GA section dialog not exists return $('form[name=frmPickTicket],form[name=manifest]'); } } else { if (isGASecDialogOpened) { // the ticket button is on GA section add seat dialog return $('[id=gaSectionAddSeatForm]'); } else { return $('form[name=frmPickTicket]'); } } } function showMembershipIDInputDialog(formCtrl,responseData, parameterParser) { var initialMembershipInfoInputSection = function(responseContent){ var exSubIdInputCtls=$("#membershipInputDialog .membershipInputAreaBody input"); var firstInput=exSubIdInputCtls[0]; $(firstInput).val(""); var inputAreaDom=$("#membershipInputDialog .membershipInputAreaBody"); $(inputAreaDom).empty() if (responseContent.membershipInputMapper !== undefined) { responseContent.membershipInputMapper.membershipIdsInput.forEach(function (externalSubscriptionId) { $(inputAreaDom).append($(firstInput).clone().val(externalSubscriptionId)); }); $("#membershipInputDialog .membershipInputAreaBody input:first-child").trigger('focus'); } } // TODO: Ensure this shows only for normal perfs var digInstance = $("#membershipInputDialog").dialog( { dialogClass: 'membershipInputDialog membershipOnlineFlow', modal: true, center: true, fixed: false, resizable: false, draggable: false, width: (false ? $(window).width() * 0.8 : '540px'), height: 'auto', minHeight: 350, closeOnEscape: false, open: function (e, ui) { if(!isOnFrontServer) { keepDialogOriginalContent(); } //DEV-14319: add close class to the close button $(".ui-dialog-titlebar-close").addClass("close"); $(this).parent().find(".ui-dialog-buttonpane .ui-button").trigger('blur'); (function(){ var titleContent= $('.membershipInputDialog .ui-dialog-title').html(); titleContent = formatMembershipTerminology(titleContent, responseData.membershipTerminology); $('.membershipInputDialog .ui-dialog-title').html(titleContent) var bodyContent=$(".membershipInputDialog .membershipInputArea").html(); bodyContent = formatMembershipTerminology(bodyContent, responseData.membershipTerminology); $(".membershipInputDialog .membershipInputArea").html(bodyContent); initialMembershipInfoInputSection(responseData); }()); resetPreviousDialogAndCaptcha(formCtrl, false); }, close:function(e,ui){ resetPreviousDialogAndCaptcha(formCtrl, true); }, buttons: [{ id: 'cancelBtn', class: 'mr-auto btn btn-ghost', text: 'Cancel', click: function () { $(this).dialog("close"); } }].concat(buildMembershipInputDialogBtns(formCtrl, parameterParser, initialMembershipInfoInputSection)) } ); } // keep dialog original content which includes membership terminology placeholder characters. function keepDialogOriginalContent() { if ($('input[name=membershipInputDialogTitleOrig]').val() === "") { $('input[name=membershipInputDialogTitleOrig]').val($('.membershipInputDialog .ui-dialog-title').html()); $("input[name=membershipInputAreaOrig]").val($(".membershipInputDialog .membershipInputArea").html()) }else{ $('.membershipInputDialog .ui-dialog-title').html($('input[name=membershipInputDialogTitleOrig]').val()); $(".membershipInputDialog .membershipInputArea").html($("input[name=membershipInputAreaOrig]").val()); } } function buildMembershipInputDialogBtns(formCtrl, parameterParser, initialMembershipInfoInputSection) { let viewShoppingCartBtn = { id: 'viewShoppingCartBtn', text: 'View Shopping Cart', click: function () { window.location.href = "/ticket/mvc/legacyOnlineSale/performance/sale/viewShoppingCart;jsessionid=BCB06B2AC507BE80C6FC230E104638F4"; } }; let submitBtn; if (isOnFrontServer) { submitBtn = { id: 'submitBtn', class: 'btn btn-primary', text: 'Submit', click: function () { var membershipDataHiddenDom = $('').attr({ type: 'hidden', id: 'membershipDataCollected', name: 'membershipDataCollected' }); var membershipData = $('.membershipInputAreaBody :input').serialize(); membershipDataHiddenDom.val(membershipData); $(formCtrl).append(membershipDataHiddenDom); formCtrl.submit(); } }; } else { submitBtn = { id: 'submitBtn', class: 'btn btn-primary', text: 'Submit', click: function () { let isInputMembershipId = false; $("#membershipInputDialog input[name=membershipID]").each(function (){ if ($(this).val().trim() != "") { isInputMembershipId = true; } }); if (!isInputMembershipId) { let membershipRequiredMessage = $(".membershipRequiredMessage").text(); $("#membershipInputDialog .membershipErrorMessage").html(membershipRequiredMessage).show(); return; } $.ajax({ url: '/ticket/api/online/membershipCheck/checkIfNewMembershipCanBuyTicket', data: parameterParser.call(this), type: 'POST', async: true, success: function (data) { if (data.success) { //disable button to prevent from repeated click. using prop instead of attr method, // refer to https://learn.jquery.com/using-jquery-core/faq/how-do-i-disable-enable-a-form-element/ $('div#membershipInputDialog + div.ui-dialog-buttonpane button').each(function (index, btn) { $(btn).prop("disabled", true); }); formCtrl.submit(); } else { if (data.membershipTerminology !== undefined) { $("#membershipInputDialog .membershipErrorMessage").html(formatMembershipTerminology(data.message, data.membershipTerminology)).show(); } else { $("#membershipInputDialog .membershipErrorMessage").html(data.message); } initialMembershipInfoInputSection(data); } } }); } }; } if (hasPricedSeat) { return [viewShoppingCartBtn, submitBtn]; } else { return [submitBtn]; } }

Number of Tickets

Limit 4 tickets per order.


* Does not include convenience or handling fees.

Dogstar Tickets | Santa Cruz, CA | The Catalyst (2024)

References

Top Articles
Latest Posts
Article information

Author: Fredrick Kertzmann

Last Updated:

Views: 5900

Rating: 4.6 / 5 (66 voted)

Reviews: 89% of readers found this page helpful

Author information

Name: Fredrick Kertzmann

Birthday: 2000-04-29

Address: Apt. 203 613 Huels Gateway, Ralphtown, LA 40204

Phone: +2135150832870

Job: Regional Design Producer

Hobby: Nordic skating, Lacemaking, Mountain biking, Rowing, Gardening, Water sports, role-playing games

Introduction: My name is Fredrick Kertzmann, I am a gleaming, encouraging, inexpensive, thankful, tender, quaint, precious person who loves writing and wants to share my knowledge and understanding with you.