[[["이해하기 쉬움","easyToUnderstand","thumb-up"],["문제가 해결됨","solvedMyProblem","thumb-up"],["기타","otherUp","thumb-up"]],[["필요한 정보가 없음","missingTheInformationINeed","thumb-down"],["너무 복잡함/단계 수가 너무 많음","tooComplicatedTooManySteps","thumb-down"],["오래됨","outOfDate","thumb-down"],["번역 문제","translationIssue","thumb-down"],["샘플/코드 문제","samplesCodeIssue","thumb-down"],["기타","otherDown","thumb-down"]],["최종 업데이트: 2025-07-26(UTC)"],[[["\u003cp\u003eWaitlist merchants can display custom terms and conditions on their "Join Waitlist" modal.\u003c/p\u003e\n"],["\u003cp\u003eThese custom messages are added using the \u003ccode\u003emerchant.waitlist_advisement\u003c/code\u003e field in the Merchants Feed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003etext.value\u003c/code\u003e property within \u003ccode\u003ewaitlist_advisement\u003c/code\u003e holds the specific message to be displayed.\u003c/p\u003e\n"]]],["Merchants can add unique terms to the \"Join Waitlist\" modal using the `merchant.waitlist_advisement` field. This is done by specifying text within the field. The content of the text is then shown as part of the terms and conditions. For example, a merchant might input a text value stating, \"We can only hold your table for 15 minutes once it is ready,\" to inform customers of their specific waitlist policy.\n"],null,["# Add Merchant-Specific Terms\n\nEach waitlist merchant can choose to specify any unique terms or conditions on the \"Join Waitlist\"\nmodal.\n\nThese features can be added by specifying the\n[`merchant.waitlist_advisement`](/actions-center/verticals/reservations/waitlists/reference/feeds/merchants-feed) field. \n\n### JSON\n\n```json\n \"merchant\": [\n {\n \"waitlist_advisement\": {\n \"text\":{\n \"value\": \"We can only hold your table for 15 minutes once it is ready.\"\n }\n }\n }\n ]\n \n```"]]