{"id":13024,"date":"2023-09-14T13:10:24","date_gmt":"2023-09-14T11:10:24","guid":{"rendered":"https:\/\/cycling.hutchinson.com\/?page_id=13024"},"modified":"2023-09-15T16:03:38","modified_gmt":"2023-09-15T14:03:38","slug":"service-consommateur","status":"publish","type":"page","link":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/","title":{"rendered":"Service consommateur"},"content":{"rendered":"\t\t\t<div id=\"wpsc-container\" style=\"display:none;\">\n\t\t\t\t<div class=\"wpsc-shortcode-container\" style=\"border: none !important;\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"wpsc-body\"><\/div>\n\t\t\t\t\t\t\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<div class=\"wpsc-page-snippets\" style=\"display: none;\">\n\t\t\t\t<div class=\"wpsc-editor-attachment upload-waiting\">\n\t\t\t\t\t<div class=\"attachment-label\"><\/div>\n\t\t\t\t\t<div class=\"attachment-remove\" onclick=\"wpsc_remove_attachment(this)\">\n\t\t\t\t\t<svg aria-hidden=\"true\" class=\"svg-inline--fa fa-times fa-w-11\" role=\"img\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 352 512\"><path fill=\"currentColor\" d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"><\/path><\/svg>\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"attachment-waiting\"><\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\n\t\t\t<script type=\"text\/javascript\">\n\t\t\t\t\/**\n\t\t\t\t * Get create ticket form\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_ticket_form() {\n\n\t\t\t\t\tif (wpsc_is_description_text()) {\n\t\t\t\t\t\tif ( confirm(supportcandy.translations.warning_message)) {\n\t\t\t\t\t\t\tcurrent_ticket = jQuery('#wpsc-current-ticket').val();\n\t\t\t\t\t\t\twpsc_clear_saved_draft_reply( current_ticket );\n\t\t\t\t\t\t}else{\n\t\t\t\t\t\t\treturn;\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\tif (supportcandy.is_reload != 1) {\n\t\t\t\t\t\twpsc_scroll_top();\n\t\t\t\t\t} else { supportcandy.is_reload = 0 }\n\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_ticket_form',\n\t\t\t\t\t\t_ajax_nonce: supportcandy.nonce\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\n\t\t\t\t\/**\n\t\t\t\t * Get individual ticket\n\t\t\t\t *\/\n\t\t\t\tfunction wpsc_get_individual_ticket(id) {\n\n\t\t\t\t\tjQuery('.wpsc-tickets-nav, .wpsc-humbargar-menu-item').removeClass('active');\n\t\t\t\t\tjQuery('.wpsc-tickets-nav.ticket-list, .wpsc-humbargar-menu-item.ticket-list').addClass('active');\n\t\t\t\t\tjQuery('.wpsc-humbargar-title').html(supportcandy.humbargar_titles.ticket_list);\n\n\t\t\t\t\t\/\/ set url\n\t\t\t\t\tvar url = new URL(window.location.href);\n\t\t\t\t\tvar search_params = url.searchParams;\n\t\t\t\t\tsearch_params.set('wpsc-section', 'ticket-list');\n\t\t\t\t\tsearch_params.set('ticket-id', id);\n\t\t\t\t\turl.search = search_params.toString();\n\t\t\t\t\twindow.history.replaceState({}, null, url.toString());\n\n\t\t\t\t\tjQuery('.wpsc-body').html(supportcandy.loader_html);\n\n\t\t\t\t\t\/\/ set flag to differenciate between ticket list and individual ticket\n\t\t\t\t\tsupportcandy.ticketListIsIndividual = true;\n\n\t\t\t\t\tvar data = {\n\t\t\t\t\t\taction: 'wpsc_get_individual_ticket',\n\t\t\t\t\t\tticket_id: id,\n\t\t\t\t\t};\n\t\t\t\t\tsearch_params.forEach(function(value, key) {\n\t\t\t\t\t\tdata[key] = value;\n\t\t\t\t\t});\n\t\t\t\t\tjQuery.post(supportcandy.ajax_url, data, function (response) {\n\t\t\t\t\tjQuery('.wpsc-body').html(response);\n\t\t\t\t\twpsc_reset_responsive_style();\n\t\t\t\t\t});\n\t\t\t\t}\n\t\t\t<\/script>\n\t\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":10,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-13024","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Service consommateur - Hutchinson Cycling<\/title>\n<meta name=\"robots\" content=\"noindex, follow\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Service consommateur - Hutchinson Cycling\" \/>\n<meta property=\"og:url\" content=\"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/\" \/>\n<meta property=\"og:site_name\" content=\"Hutchinson Cycling\" \/>\n<meta property=\"article:modified_time\" content=\"2023-09-15T14:03:38+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:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/\",\"url\":\"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/\",\"name\":\"Service consommateur - Hutchinson Cycling\",\"isPartOf\":{\"@id\":\"https:\/\/cycling.hutchinson.com\/#website\"},\"datePublished\":\"2023-09-14T11:10:24+00:00\",\"dateModified\":\"2023-09-15T14:03:38+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/cycling.hutchinson.com\/fr\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Service consommateur\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/cycling.hutchinson.com\/#website\",\"url\":\"https:\/\/cycling.hutchinson.com\/\",\"name\":\"Hutchinson Cycling\",\"description\":\"Ride Your Own Story - Hutchinson Cycling\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/cycling.hutchinson.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Service consommateur - Hutchinson Cycling","robots":{"index":"noindex","follow":"follow"},"og_locale":"fr_FR","og_type":"article","og_title":"Service consommateur - Hutchinson Cycling","og_url":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/","og_site_name":"Hutchinson Cycling","article_modified_time":"2023-09-15T14:03:38+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/","url":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/","name":"Service consommateur - Hutchinson Cycling","isPartOf":{"@id":"https:\/\/cycling.hutchinson.com\/#website"},"datePublished":"2023-09-14T11:10:24+00:00","dateModified":"2023-09-15T14:03:38+00:00","breadcrumb":{"@id":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/cycling.hutchinson.com\/fr\/service-consommateur\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/cycling.hutchinson.com\/fr\/"},{"@type":"ListItem","position":2,"name":"Service consommateur"}]},{"@type":"WebSite","@id":"https:\/\/cycling.hutchinson.com\/#website","url":"https:\/\/cycling.hutchinson.com\/","name":"Hutchinson Cycling","description":"Ride Your Own Story - Hutchinson Cycling","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/cycling.hutchinson.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"}]}},"_links":{"self":[{"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/pages\/13024\/"}],"collection":[{"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/pages\/"}],"about":[{"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/types\/page\/"}],"author":[{"embeddable":true,"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/users\/10\/"}],"replies":[{"embeddable":true,"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/comments\/?post=13024"}],"version-history":[{"count":2,"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/pages\/13024\/revisions\/"}],"predecessor-version":[{"id":17469,"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/pages\/13024\/revisions\/17469\/"}],"wp:attachment":[{"href":"https:\/\/cycling.hutchinson.com\/fr\/wp-json\/wp\/v2\/media\/?parent=13024"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}