Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Cómo agregar condiciones específicas del comercio
Los términos específicos del comercio te permiten especificar texto o una URL para los términos específicos del comercio. El texto se mostrará en la pestaña de descripción general del comercio y en la ventana modal de reserva. Aquí puedes ver un ejemplo del cuadro modal de reserva:
La URL a la que se vinculará se encuentra en la parte inferior del modal Crear reserva y siempre usará el texto de las Condiciones del Servicio (este texto no se puede cambiar).
[null,null,["Última actualización: 2025-07-26 (UTC)"],[[["\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```"]]