تنظيم صفحاتك في مجموعات
يمكنك حفظ المحتوى وتصنيفه حسب إعداداتك المفضّلة.
كيفية إضافة بنود خاصة بالتاجر
تتيح لك الأحكام الخاصة بالتاجر تحديد نص و/أو عنوان URL ل
الأحكام الخاصة بالتاجر. سيظهر النص في علامة التبويب "نظرة عامة على التاجر"
وفي مربّع حوار الحجز. يمكنك الاطّلاع على مثال على النافذة المنبثقة للحجز
هنا:
سيتم ربط عنوان URL من أسفل مربّع حوار إنشاء الحجز، وسيكون النص "بنود الخدمة" متوفّرًا دائمًا (لا يمكن تغيير هذا النص).
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[[["\u003cp\u003eMerchant specific terms allow you to display custom text and link to your Terms of Service in the merchant overview and booking modal.\u003c/p\u003e\n"],["\u003cp\u003eYou can add these terms by specifying the \u003ccode\u003emerchant.terms.text\u003c/code\u003e and/or the \u003ccode\u003emerchant.terms.url\u003c/code\u003e fields in your merchant feed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003emerchant.terms.text\u003c/code\u003e displays your custom message, while \u003ccode\u003emerchant.terms.url\u003c/code\u003e links to your Terms of Service, labeled as "Terms of Service".\u003c/p\u003e\n"]]],["Merchants can add specific terms by using the `merchant.terms.text` and `merchant.terms.url` fields. The text will display in the merchant's overview and booking modal. The URL, linked as \"Terms of Service,\" will be at the bottom of the booking modal. This JSON example shows how to define both fields, including a sample URL and text. The terms of service text is fixed and not configurable.\n"],null,["# Add Merchant-Specific Terms\n\nHow to add merchant specific terms\n----------------------------------\n\nMerchant specific terms allow you to specify text and/or a url for the\nmerchant's specific terms. The text will be shown in the merchant's overview\ntab as well as in the booking modal. An example of the booking modal can be\nseen here:\n\nThe url will be linked to from the bottom of the create booking modal and\nwill always use the text Terms of Service (this text can not be changed).\n\nThese features can be added by specifying the\n[`merchant.terms.text`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) and/or the\n[`merchant.terms.url`](/actions-center/verticals/reservations/e2e/reference/feeds/merchants-feed) fields. \n\n### JSON\n\n```json\n \"merchant\": [\n {\n \"terms\": {\n \"url\": \"https://www.google.com\",\n \"text\": \"This is a note from the merchant\"\n }\n }\n ]\n \n```"]]