{"id":1110662,"date":"2016-05-04T12:46:32","date_gmt":"2016-05-04T19:46:32","guid":{"rendered":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/"},"modified":"2016-05-05T05:28:32","modified_gmt":"2016-05-05T12:28:32","slug":"event-thumbnail-in-woocommerce-cart","status":"closed","type":"topic","link":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/","title":{"rendered":"Event Thumbnail in woocommerce cart"},"content":{"rendered":"<p>I wanted to be able to show the event image in the shopping cart nstead of the placeholder image (if there isnt already a product image).  So i wrote a short function that I&#8217;d like to share here.  <\/p>\n<p>I hope this is the appropriate place for sharing this snippet.<\/p>\n<p><code><br \/>\n\/* use event image, if there isnt a product image *\/<br \/>\nadd_filter( 'woocommerce_cart_item_thumbnail', 'reach_cart_image_event', 10, 3);<br \/>\nfunction reach_cart_image_event($product_image, $cart_item, $cart_itemkey) {<br \/>\n\t\tif (strpos($product_image, \"placeholder\")) {<br \/>\n\t\t\t$ticket_meta = get_post_meta( $cart_item['product_id'] );<br \/>\n\t\t\t$event_id = absint( $ticket_meta['_tribe_wooticket_for_event'][0] );<br \/>\n\t\t\tif ($event_id) {<br \/>\n\t\t\t\t$event_image = get_the_post_thumbnail($event_id, \"shop_thumbnail\");<br \/>\n\t\t\t\tif ($event_image) {<br \/>\n\t\t\t\t\t$product_image = $event_image;<br \/>\n\t\t\t\t}<br \/>\n\t\t\t}<br \/>\n\t\t}<br \/>\n\treturn $product_image;<br \/>\n}<br \/>\n<\/code><\/p>\n","protected":false},"template":"","class_list":["post-1110662","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>Event Thumbnail in woocommerce 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\/event-thumbnail-in-woocommerce-cart\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Event Thumbnail in woocommerce cart -\" \/>\n<meta property=\"og:description\" content=\"I wanted to be able to show the event image in the shopping cart nstead of the placeholder image (if there isnt already a product image). So i wrote a short function that I&#8217;d like to share here. I hope this is the appropriate place for sharing this snippet. \/* use event image, if there [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/\" \/>\n<meta property=\"article:modified_time\" content=\"2016-05-05T12:28:32+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\/event-thumbnail-in-woocommerce-cart\/\",\"url\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/\",\"name\":\"Event Thumbnail in woocommerce cart -\",\"isPartOf\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/#website\"},\"datePublished\":\"2016-05-04T19:46:32+00:00\",\"dateModified\":\"2016-05-05T12:28:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-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\":\"Event Thumbnail in woocommerce 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":"Event Thumbnail in woocommerce 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\/event-thumbnail-in-woocommerce-cart\/","og_locale":"en_US","og_type":"article","og_title":"Event Thumbnail in woocommerce cart -","og_description":"I wanted to be able to show the event image in the shopping cart nstead of the placeholder image (if there isnt already a product image). So i wrote a short function that I&#8217;d like to share here. I hope this is the appropriate place for sharing this snippet. \/* use event image, if there [&hellip;]","og_url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/","article_modified_time":"2016-05-05T12:28:32+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\/event-thumbnail-in-woocommerce-cart\/","url":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/","name":"Event Thumbnail in woocommerce cart -","isPartOf":{"@id":"https:\/\/theeventscalendar.com\/support\/#website"},"datePublished":"2016-05-04T19:46:32+00:00","dateModified":"2016-05-05T12:28:32+00:00","breadcrumb":{"@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-cart\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/theeventscalendar.com\/support\/forums\/topic\/event-thumbnail-in-woocommerce-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":"Event Thumbnail in woocommerce 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\/1110662","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":2,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1110662\/revisions"}],"predecessor-version":[{"id":1110931,"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/topic\/1110662\/revisions\/1110931"}],"wp:attachment":[{"href":"https:\/\/theeventscalendar.com\/support\/wp-json\/wp\/v2\/media?parent=1110662"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}