{"id":1177676,"date":"2016-10-17T07:54:47","date_gmt":"2016-10-17T14:54:47","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/"},"modified":"2016-10-17T07:54:47","modified_gmt":"2016-10-17T14:54:47","slug":"wrong-product_id-available-in","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/","title":{"rendered":"Wrong $product_id available in"},"content":{"rendered":"<p>Hi folks,<\/p>\n<p>So I&#8217;m trying to add a validation which will generate an error message if necessary.<\/p>\n<p>I&#8217;m trying to add an extra validation to the &#8216;woocommerce_add_to_cart_validation&#8217; filter it passes the wrong $product_id for events that have more than one ticket shown.<\/p>\n<p>I.e. say I select the ticket &#8220;second item&#8221; or &#8220;test attendance&#8221;, it will allows give the $product_id of the TOP ticket &#8220;yellow team&#8221; when it comes to executing the &#8216;woocommerce_add_to_cart_validation&#8217; filter. See attached picture for how it looks.<\/p>\n<p>You can replicate the error with the following instructions:<\/p>\n<p>Create an event with two or more Wootickets.<\/p>\n<p>Then use the following code:<\/p>\n<pre><code>add_filter( &#039;woocommerce_add_to_cart_validation&#039;, &#039;woocommerce_add_to_cart_validation_CB&#039;, 30, 3);\nfunction woocommerce_add_to_cart_validation_CB( $bool, $product_id, $quantity  )\n{\n\tvar_dump($product_id); exit();\n     return $bool;\n}<\/code><\/pre>\n<p>And click add to cart for<\/p>\n<p>Turned off all plugins except your event and ticket plugin, tested using standard WordPress theme and still this happens.<\/p>\n<p>Please advise.<\/p>\n<p>Many thanks,<br \/>\nJack<\/p>\n","protected":false},"template":"","class_list":["post-1177676","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>Wrong $product_id available in -<\/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\/wrong-product_id-available-in\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Wrong $product_id available in -\" \/>\n<meta property=\"og:description\" content=\"Hi folks, So I&#8217;m trying to add a validation which will generate an error message if necessary. I&#8217;m trying to add an extra validation to the &#8216;woocommerce_add_to_cart_validation&#8217; filter it passes the wrong $product_id for events that have more than one ticket shown. I.e. say I select the ticket &#8220;second item&#8221; or &#8220;test attendance&#8221;, it will [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/\" \/>\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\/wrong-product_id-available-in\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/\",\"name\":\"Wrong $product_id available in -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-10-17T14:54:47+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/#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\":\"Wrong $product_id available in\"}]},{\"@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":"Wrong $product_id available in -","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\/wrong-product_id-available-in\/","og_locale":"en_US","og_type":"article","og_title":"Wrong $product_id available in -","og_description":"Hi folks, So I&#8217;m trying to add a validation which will generate an error message if necessary. I&#8217;m trying to add an extra validation to the &#8216;woocommerce_add_to_cart_validation&#8217; filter it passes the wrong $product_id for events that have more than one ticket shown. I.e. say I select the ticket &#8220;second item&#8221; or &#8220;test attendance&#8221;, it will [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/","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\/wrong-product_id-available-in\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/","name":"Wrong $product_id available in -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-10-17T14:54:47+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/wrong-product_id-available-in\/#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":"Wrong $product_id available in"}]},{"@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\/1177676","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\/1177676\/revisions"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1177676"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}