
// <script>
// jQuery(document).ready(function($){

//     $('.single_add_to_cart_button').hide();

//     $('.single_add_to_cart_button').after('<button id="wa_order" class="button alt" style="margin-top:10px;">Send to WhatsApp</button>');

//     $('#wa_order').click(function(e){
//         e.preventDefault();

//         var product = $('.product_title').text().trim();
//         var qty = $('input.qty').val();

//         var message = "Hello!%0A%0A";
//         message += "I would like to place an order:%0A";

//         message += "Product: " + product + "%0A";
//         message += "Quantity: " + qty + "%0A";

//         // Variations
//         $('table.variations select').each(function(){
//             var label = $(this).closest('tr').find('label').text().trim();
//             var value = $(this).find('option:selected').text().trim();

//             if(value && value.indexOf('Choose') === -1){
//                 message += label + ": " + value + "%0A";
//             }
//         });

//         // === 修正后的日期抓取逻辑 ===
//         $('input').each(function(){
//             var name = $(this).attr('name');

//             if(name && name.toLowerCase().indexOf('date') !== -1){
//                 var dateVal = $(this).val();
//                 if(dateVal){
//                     message += "Date: " + dateVal + "%0A";
//                 }
//             }
//         });

//         // Remark
//         $('textarea[name="product_remark"]').each(function(){
//             var remark = $(this).val().trim();
//             if(remark){
//                 message += "Remark: " + remark + "%0A";
//             }
//         });

//         message += "%0AThank you!";

//         var phone = "601133800680"; // 改成你的号码

//         var url = "https://wa.me/" + phone + "?text=" + message;

//         window.open(url, '_blank');
//     });

// });
// </script>

//     <?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//zennovifood.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://zennovifood.com/post-sitemap.xml</loc>
		<lastmod>2025-01-24T07:02:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/page-sitemap.xml</loc>
		<lastmod>2026-01-26T08:05:02+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/product-sitemap.xml</loc>
		<lastmod>2025-05-19T07:27:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/dt_customers-sitemap.xml</loc>
		<lastmod>2026-03-28T09:15:11+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/dt_payments-sitemap.xml</loc>
		<lastmod>2026-03-28T09:15:12+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/category-sitemap.xml</loc>
		<lastmod>2025-01-24T07:02:17+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/product_cat-sitemap.xml</loc>
		<lastmod>2025-05-19T07:27:46+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://zennovifood.com/author-sitemap.xml</loc>
		<lastmod>2025-02-08T23:28:36+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->