{"id":1006168,"date":"2015-09-17T13:27:01","date_gmt":"2015-09-17T20:27:01","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/"},"modified":"2015-10-03T07:05:02","modified_gmt":"2015-10-03T14:05:02","slug":"downloadable-yes","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/","title":{"rendered":"Downloadable = yes"},"content":{"rendered":"<p>I noticed in my testing that the ticket was not immediately emailed to the customer after ordering (via Stripe sandbox), and I started to wonder why.  It would make more sense to automatically send the ticket.  <\/p>\n<p>It looks like the ticket email is sent when the order status changes to &#8220;Completed&#8221; which is good, but by default the order status after a ticket purchase is set to &#8220;Processing.&#8221;  This means that for the ticket email to be sent to the customer, the Order status needs to be manually changed to Completed.  <\/p>\n<p>A little research revealed that WooCommerce will automatically set the order status to Completed when purchasing products that are both Virtual and Downloadable.  Right now WooTickets sets Virtual to &#8220;yes&#8221; but Downloadable to &#8220;no.&#8221;  I fixed this by changing line 397 in src\/Tribe\/Main.php from:<br \/>\n<code>update_post_meta( $ticket-&gt;ID, &#039;_downloadable&#039;, &#039;no&#039; );<\/code><\/p>\n<p>to:<br \/>\n<code>update_post_meta( $ticket-&gt;ID, &#039;_downloadable&#039;, &#039;yes&#039; );<\/code><\/p>\n<p>This was how I fixed it.  Is there a better way?  Could this be an option, or perhaps set by default?  If not, I will have to change Main.php every time I update the plugin.  Thoughts?  <\/p>\n<p>Thanks!<\/p>\n","protected":false},"template":"","class_list":["post-1006168","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>Downloadable = yes -<\/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\/downloadable-yes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Downloadable = yes -\" \/>\n<meta property=\"og:description\" content=\"I noticed in my testing that the ticket was not immediately emailed to the customer after ordering (via Stripe sandbox), and I started to wonder why. It would make more sense to automatically send the ticket. It looks like the ticket email is sent when the order status changes to &#8220;Completed&#8221; which is good, but [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/\" \/>\n<meta property=\"article:modified_time\" content=\"2015-10-03T14:05:02+00:00\" \/>\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\/downloadable-yes\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/\",\"name\":\"Downloadable = yes -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2015-09-17T20:27:01+00:00\",\"dateModified\":\"2015-10-03T14:05:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/#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\":\"Downloadable = yes\"}]},{\"@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":"Downloadable = yes -","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\/downloadable-yes\/","og_locale":"en_US","og_type":"article","og_title":"Downloadable = yes -","og_description":"I noticed in my testing that the ticket was not immediately emailed to the customer after ordering (via Stripe sandbox), and I started to wonder why. It would make more sense to automatically send the ticket. It looks like the ticket email is sent when the order status changes to &#8220;Completed&#8221; which is good, but [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/","article_modified_time":"2015-10-03T14:05:02+00:00","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\/downloadable-yes\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/","name":"Downloadable = yes -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2015-09-17T20:27:01+00:00","dateModified":"2015-10-03T14:05:02+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/downloadable-yes\/#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":"Downloadable = yes"}]},{"@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\/1006168","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\/1006168\/revisions"}],"predecessor-version":[{"id":1006343,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1006168\/revisions\/1006343"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1006168"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}