add_action('woocommerce_thankyou', function($order_id) {
if (!$order_id) return;
$order = wc_get_order($order_id);
$items = [];
foreach ($order->get_items() as $item) {
$product = $item->get_product();
$items[] = [
'product_id' => $product->get_id(),
'name' => $product->get_name(),
'price' => $product->get_price(),
'quantity' => $item->get_quantity()
];
}
echo '<script>
window.dataLayer = window.dataLayer || [];
dataLayer.push({
event: "purchase",
items: ' . json_encode($items) . '
});
</script>';
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//ma-coque-sport.fr/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://ma-coque-sport.fr/page-sitemap.xml</loc>
		<lastmod>2026-05-23T09:46:51+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ma-coque-sport.fr/product-sitemap.xml</loc>
		<lastmod>2026-05-24T12:40:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ma-coque-sport.fr/order_status-sitemap.xml</loc>
		<lastmod>2026-04-24T08:53:15+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ma-coque-sport.fr/product_cat-sitemap.xml</loc>
		<lastmod>2026-05-24T12:40:59+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://ma-coque-sport.fr/product_tag-sitemap.xml</loc>
		<lastmod>2026-05-22T20:53:45+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->