Fox Theater Detroit - Fox Theater Tickets Available from OnlineCityTickets.com           window.jQuery || document.write('      var _gaq = _gaq || []; _gaq.push(['_setAccount', 'UA-19534819-1']); _gaq.push(['_trackPageview']); (function() { var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'https://www') + '.google-analytics.com/ga.js'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); })(); $(function(){ $('.icon_search').click(function() { $('#searchForm').slideToggle(); $('#searchTerm').focus(); }); }); function searchEvents(form) { try { window.sessionStorage.removeItem('GoosePagination_' + location.pathname); } catch (e) {} var searchTerm = $(form).find('.search_term').val(); var form = $("
") .attr({method: 'post', action: '/events.php', style: "display:none;"}) .append($('').attr({type: 'hidden', name: 'searchTerm', value: searchTerm})); $('body').append(form); form.submit(); }                      We are a resale marketplace. Prices may exceed face value. This site is not owned by any venue.      800 854 2196    Home  About Us  Contact Us  Policies  FAQ                    Fox Theater Detroit Tickets  Operated by OnlineCityTickets.com                                    function isValidEmailAddress(emailAddress) { var pattern = /^([a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+(\.[a-z\d!#$%&'*+\-\/=?^_`{|}~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]+)*|"((([ \t]*\r\n)?[ \t]+)?([\x01-\x08\x0b\x0c\x0e-\x1f\x7f\x21\x23-\x5b\x5d-\x7e\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|\\[\x01-\x09\x0b\x0c\x0d-\x7f\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]))*(([ \t]*\r\n)?[ \t]+)?")@(([a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\d\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.)+([a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]|[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF][a-z\d\-._~\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF]*[a-z\u00A0-\uD7FF\uF900-\uFDCF\uFDF0-\uFFEF])\.?$/i; return pattern.test(emailAddress); } function isNormalInteger(str) { return Number(str) > 0; } $(function() { var $emailFormErrors = $('#contact_email_form_parent .form_error'); var $liveChatFormErrors = $('#live_chat_form_parent .form_error'); var $orderNumberContainer = $('#order_id_container'); var $liveChatOrderNumberContainer = $('#live_chat_form_order_id_container'); var $emailFormParent = $('#contact_email_form_parent'); var $liveChatFormParent = $('#live_chat_form_parent'); var $callUsFormParent = $('#call_us_form_parent'); var $emailFormSpinner = $('#contact_email_form_parent .form_submitting'); var $liveChatFormSpinner = $('#live_chat_form_parent .form_submitting'); var $contactFormFullName = $('#contact_email_form_name'); var $liveChatFormName = $('#live_chat_form_name'); var $liveChatFormNameError = $('#live_chat_name_error'); var $liveChatFormEmailError = $('#live_chat_email_error'); var $contactNameError = $('#name_error'); var $emailAddress = $('#contact_email_form_email_address'); var $liveChatFormEmail = $('#live_chat_form_email_address'); var $emailError = $('#email_error'); var $orderNumber = $('#contact_email_form_order_number'); var $liveChatOrderNumber = $('#live_chat_form_order_number'); var $orderNumberError = $('#order_number_error'); var $liveChatOrderNumberError = $('#live_chat_order_number_error'); var $additionalNotes = $('#contact_email_form_additional_notes'); var $liveChatQuestion = $('#live_chat_question_textarea'); var $liveChatQuestionError = $('#live_chat_inquiry_error'); var $additionalNotesError = $('#notes_error'); var $customerInquiryType = $('#contact_email_form_inquiry_type'); var $liveChatInquiryType = $('#live_chat_form_inquiry_type'); var $inquiryTypeError = $('#inquiry_type_error'); var $liveChatInquiryTypeError = $('#live_chat_inquiry_type_error'); var $formSubmittedSection = $('.form_submitted'); var $formSubmittedErrorSection = $('.form_submitted_error'); $customerInquiryType.change(function() { $inquiryTypeError.css('visibility', 'hidden'); $customerInquiryType.css('color', '#000'); if (this.value !== 'PREPURCHASE_QUESTION') { $orderNumberContainer.slideDown(); } else { $orderNumberContainer.slideUp(); $orderNumber.val(''); } }); $liveChatInquiryType.change(function() { $liveChatInquiryTypeError.css('visibility', 'hidden'); $liveChatInquiryType.css('color', '#000'); if (this.value !== '1') { $liveChatOrderNumberContainer.slideDown(); } else { $liveChatOrderNumberContainer.slideUp(); $liveChatOrderNumber.val(''); } }); var $contactForm = $('#contact_email_form'); $contactForm.submit(function(e) { e.preventDefault(); $emailFormErrors.css('visibility', 'hidden'); var post = true; if (!$contactFormFullName.val()) { post = false; $contactNameError.css('visibility', 'visible'); } if (!$emailAddress.val() || !isValidEmailAddress($emailAddress.val())) { post = false; $emailError.css('visibility', 'visible'); } if (!$customerInquiryType.val()) { post = false; $inquiryTypeError.css('visibility', 'visible'); } if ($customerInquiryType.val() && $customerInquiryType.val() !== 'PREPURCHASE_QUESTION' && !isNormalInteger($orderNumber.val())) { post = false; $orderNumberError.css('visibility', 'visible'); } if (!$additionalNotes.val()) { post = false; $additionalNotesError.css('visibility', 'visible'); } if (post) { var serialize = $contactForm.serialize(); $contactForm.hide(); $emailFormSpinner.show(); $.post('/contactEmailForm.php', serialize, function(result) { $emailFormSpinner.hide(); if (result === true) { $formSubmittedSection.show(); } else { $formSubmittedErrorSection.show(); } }).fail(function() { $emailFormSpinner.hide(); $formSubmittedErrorSection.show(); }); } }); var $liveChatForm = $('#live_chat_form'); $liveChatForm.submit(function(e) { e.preventDefault(); $liveChatFormErrors.css('visibility', 'hidden'); var post = true; if (!$liveChatFormName.val()) { post = false; $liveChatFormNameError.css('visibility', 'visible'); } if (!$liveChatFormEmail.val() || !isValidEmailAddress($liveChatFormEmail.val())) { post = false; $liveChatFormEmailError.css('visibility', 'visible'); } if (!$liveChatInquiryType.val()) { post = false; $liveChatInquiryTypeError.css('visibility', 'visible'); } if ($liveChatInquiryType.val() && $liveChatInquiryType.val() !== '1' && !isNormalInteger($liveChatOrderNumber.val())) { post = false; $liveChatOrderNumberError.css('visibility', 'visible'); } if (!$liveChatQuestion.val()) { post = false; $liveChatQuestionError.css('visibility', 'visible'); } if (post) { var serialize = $liveChatForm.serialize(); $liveChatForm.trigger('reset'); $liveChatOrderNumberContainer.hide(); window.open('https://secure.onlinecitytickets.com/account/Chat.action?submitChatForm&wsUserId=299&' + serialize, '_blank', 'width=480,height=800'); } }); var $emailUsButton = $('#email_us_button'); var $liveChatButton = $('#live_chat_button'); var $callButton = $('#call_us_button'); $emailUsButton.click(function(e) { e.preventDefault(); $liveChatFormParent.hide(); $callUsFormParent.hide(); var newVisibility = !$emailFormParent.is(":visible"); $emailFormParent.slideToggle(); if (newVisibility) { $contactFormFullName.focus(); } }); $liveChatButton.click(function(e) { e.preventDefault(); $emailFormParent.hide(); $callUsFormParent.hide(); var newVisibility = !$liveChatFormParent.is(":visible"); $liveChatFormParent.slideToggle(); if (newVisibility) { $liveChatFormName.focus(); } }); $callButton.click(function(e) { e.preventDefault(); $emailFormParent.hide(); $liveChatFormParent.hide(); $callUsFormParent.slideToggle(); }); });      Contact Us  Have some questions? Browse our knowledge base to get answers to frequently asked questions such as how to place an order and when you can expect your tickets.  Browse FAQs   Still need help? Sales: 7:00 AM - Midnight (CST) Customer Service (for existing orders): 7:00 AM - Midnight (CST)    Email Us  Live Chat  Call     Please enter your full name.  Please enter a valid email address.  Please enter a valid phone number.   Category I would like help before I place an order. I have delivery questions about my order. I have received my order and have questions about the tickets. I have a general question about my order.   Please select a category.   Please enter a valid order number.   Please enter additional details about your inquiry. Submit    Your email support request has been successfully submitted. You should expect a response no later than 24 hours.   Your email support request failed to send. Please refresh the page and try again.       Please enter your full name.  Please enter a valid email address.   Category I would like assistance purchasing tickets. When will I receive tickets I have already purchased? There is a problem with my order. Other   Please select a category.   Please enter a valid order number.   Please describe your question. Start Chat      800 854 2196 Customer Service calls are prioritized for customers with events within 48 hours.

  Sales: Open Customer Service: Open      Ticket Information  Inventory We are a resale marketplace, not a box office or venue. Ticket prices may exceed face value. This site is not owned by Fox Theater Detroit .   Guarantee 100% Buyer Guarantee. Tickets are authentic and will arrive before event.    Address    2211 Woodward Ave  Detroit, MI 48201, United States         Fox Theater Detroit  You may have seen the Fox Theatre Detroit in the latest Chrysler commercial during the Super Bowl featuring Eminem and the Chrysler 200. But the Fox Theatre has been around for years. The Detroit Fox is one of five spectacular Fox Theatres built in the late 1920s by film pioneer William Fox. (The others were the Fox Theatres in Brooklyn, Atlanta, St. Louis, and San Francisco.) It was designed by architect C. Howard Crane with a lavish interior featuring a blend of Burmese, Chinese, Indian and Persian motifs. There are three levels of seating, the Main Floor above the orchestra pit, the Mezzanine, and the Gallery (balcony). The exterior of the attached 10-story office building features a facade with Asian motifs which, when illuminated at night, can be seen for several blocks. The Fox Theatre in St. Louis, Missouri is (on the interior) its architectural "near" twin with about 500 fewer seats. The Detroit Fox is part of the Fox Building, while the St. Louis Fox is a stand-alone theatre. The architectural plaster molds of the slightly older (1928) Detroit Fox were re-used on the later (1929) St. Louis Fox.  TheaterDetroit.com is a privately held company that specializes in the sale of tickets in the secondary market. We are not affiliated with any official supplier or box office. To purchase tickets to any Fox Theatre Detroit events simply call our operators at anytime or click on the event you wish to attend.                          OnlineCityTickets.com is a leading provider of resale tickets in the secondary market, specializing in concerts, theater, family shows, traveling Broadway, and sporting events. All orders are covered by our 100% Buyer Guarantee.

 We are a privately owned and operated company and not affiliated with any primary website, venue, box office, or supplier. Prices on our sites may be above or below face value.

 Copyright 2018 OnlineCityTickets.com

   Navigation About Us Contact Us FAQ Policies Guarantee      /* */