{"id":1157310,"date":"2016-08-29T15:31:38","date_gmt":"2016-08-29T22:31:38","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/"},"modified":"2016-08-29T15:31:38","modified_gmt":"2016-08-29T22:31:38","slug":"redirect-single-event-add-to-cart-button-to-another-event-page","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/","title":{"rendered":"redirect single event &quot;add to cart&quot; button to another event page"},"content":{"rendered":"<p>This is a workaround since you don&#8217;t offer ticket upsells. I made my main event and added 9 tickets. Then I made a secondary event page with 2 tickets that are available as upsells. <\/p>\n<p>When the user clicks &#8220;add to cart&#8221; on the main event page, I want to send them to the secondary page. <\/p>\n<p>I know how to do this for regular &#8220;products&#8221; post types, but since these are events pages, I&#8217;m wondering if you can help.<\/p>\n<p>Here&#8217;s how to do it with Product post type IDs:<\/p>\n<pre><code>\/\/ * Redirect users after add to cart. *\/\nfunction my_custom_add_to_cart_redirect( $url ) {\n\t\n\tif ( ! isset( $_REQUEST[&#039;add-to-cart&#039;] ) || ! is_numeric( $_REQUEST[&#039;add-to-cart&#039;] ) ) {\n\t\treturn $url;\n\t}\n\t\n\t$product_id = apply_filters( &#039;woocommerce_add_to_cart_product_id&#039;, absint( $_REQUEST[&#039;add-to-cart&#039;] ) );\n\t\n\t\/\/ Only redirect the product IDs in the array to the checkout\n\tif ( in_array( $product_id, array( 718 ) ) ) {\n\t\t$url = get_permalink( 751 ); \/\/ URL to redirect to (1 is the page ID here)\n\n\t}\n\t\treturn $url;\n}\nadd_filter( &#039;woocommerce_add_to_cart_redirect&#039;, &#039;my_custom_add_to_cart_redirect&#039; );<\/code><\/pre>\n","protected":false},"template":"","class_list":["post-1157310","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>redirect single event &quot;add to cart&quot; button to another event page -<\/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\/redirect-single-event-add-to-cart-button-to-another-event-page\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"redirect single event &quot;add to cart&quot; button to another event page -\" \/>\n<meta property=\"og:description\" content=\"This is a workaround since you don&#8217;t offer ticket upsells. I made my main event and added 9 tickets. Then I made a secondary event page with 2 tickets that are available as upsells. When the user clicks &#8220;add to cart&#8221; on the main event page, I want to send them to the secondary page. [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/\" \/>\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\/redirect-single-event-add-to-cart-button-to-another-event-page\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/\",\"name\":\"redirect single event &quot;add to cart&quot; button to another event page -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-08-29T22:31:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/#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\":\"redirect single event &quot;add to cart&quot; button to another event page\"}]},{\"@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":"redirect single event &quot;add to cart&quot; button to another event page -","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\/redirect-single-event-add-to-cart-button-to-another-event-page\/","og_locale":"en_US","og_type":"article","og_title":"redirect single event &quot;add to cart&quot; button to another event page -","og_description":"This is a workaround since you don&#8217;t offer ticket upsells. I made my main event and added 9 tickets. Then I made a secondary event page with 2 tickets that are available as upsells. When the user clicks &#8220;add to cart&#8221; on the main event page, I want to send them to the secondary page. [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/","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\/redirect-single-event-add-to-cart-button-to-another-event-page\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/","name":"redirect single event &quot;add to cart&quot; button to another event page -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-08-29T22:31:38+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/redirect-single-event-add-to-cart-button-to-another-event-page\/#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":"redirect single event &quot;add to cart&quot; button to another event page"}]},{"@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\/1157310","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":0,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1157310\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1157310"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}