{"id":1185523,"date":"2016-10-31T15:28:28","date_gmt":"2016-10-31T22:28:28","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/"},"modified":"2016-10-31T15:28:28","modified_gmt":"2016-10-31T22:28:28","slug":"ajax-add-tickets-to-cart","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/","title":{"rendered":"Ajax add tickets to cart"},"content":{"rendered":"<p>Hey there,<\/p>\n<p>I searched the forums and was unable to find a solution for my problem.<\/p>\n<p>I would like to make it so that when on the event page when a customer adds a ticket to the cart, it&#8217;s added but they remain on the event page.<\/p>\n<p>When I use the following code, the tickets are not added to the cart. I&#8217;m just hoping someone can point out whether or not there&#8217;s something special that needs to be done specifically for WooCommerce in order for this to work.<\/p>\n<p>I&#8217;m not sure why the data is not being passed along.<\/p>\n<pre><code>&lt;script type=&quot;text\/javascript&quot;&gt;\n$(function() {\n  $(&#039;form.ticket-checkout&#039;).submit(function(event) {\n    event.preventDefault(); \/\/ Prevent the form from submitting via the browser\n    var form = $(this);\n    $.ajax({\n      type: form.attr(&#039;method&#039;),\n      url: form.attr(&#039;action&#039;),\n      data: form.serialize()\n    }).done(function(data) {\n      \/\/ Optionally alert the user of success here...\n      alert(&#039;ok&#039;);\n    }).fail(function(data) {\n      \/\/ Optionally alert the user of an error here...\n    });\n  });\n});\n&lt;\/script&gt;<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-1185523","topic","type-topic","status-closed","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.2 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Ajax add tickets to cart -<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ajax add tickets to cart -\" \/>\n<meta property=\"og:description\" content=\"Hey there, I searched the forums and was unable to find a solution for my problem. I would like to make it so that when on the event page when a customer adds a ticket to the cart, it&#8217;s added but they remain on the event page. When I use the following code, the tickets [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/\",\"name\":\"Ajax add tickets to cart -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-10-31T22:28:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/theeventscalendar.com\/support\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Topics\",\"item\":\"https:\/\/theeventscalendar.com\/support\/topics\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ticket Products\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"Event Tickets Plus\",\"item\":\"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/\"},{\"@type\":\"ListItem\",\"position\":5,\"name\":\"Ajax add tickets to cart\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\",\"url\":\"https:\/\/theeventscalendar.com\/support\/\",\"name\":\"\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ajax add tickets to cart -","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/","og_locale":"en_US","og_type":"article","og_title":"Ajax add tickets to cart -","og_description":"Hey there, I searched the forums and was unable to find a solution for my problem. I would like to make it so that when on the event page when a customer adds a ticket to the cart, it&#8217;s added but they remain on the event page. When I use the following code, the tickets [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/","name":"Ajax add tickets to cart -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-10-31T22:28:28+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/ajax-add-tickets-to-cart\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/theeventscalendar.com\/support\/"},{"@type":"ListItem","position":2,"name":"Topics","item":"https:\/\/theeventscalendar.com\/support\/topics\/"},{"@type":"ListItem","position":3,"name":"Ticket Products","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/"},{"@type":"ListItem","position":4,"name":"Event Tickets Plus","item":"https:\/\/theeventscalendar.com\/support\/forums\/forum\/event-tickets\/event-tickets-plus\/"},{"@type":"ListItem","position":5,"name":"Ajax add tickets to cart"}]},{"@type":"WebSite","@id":"https:\/\/theeventscalendar.com\/support\/#website","url":"https:\/\/theeventscalendar.com\/support\/","name":"","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/theeventscalendar.com\/support\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1185523","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic"}],"about":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/types\/topic"}],"version-history":[{"count":1,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1185523\/revisions"}],"predecessor-version":[{"id":1186623,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1185523\/revisions\/1186623"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1185523"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}