如何添加适用于商家的条款
借助适用于商家的条款,您可以为商家的条款指定文本和/或网址。该文字将显示在商家的“概览”标签页和预订模态中。您可以在此处查看预订模态的示例:
该网址将通过创建预订模态底部的链接进行关联,并且始终使用“服务条款”文字(此文字无法更改)。
您可以通过指定 merchant.terms.text
和/或 merchant.terms.url
字段来添加这些功能。
JSON
"merchant": [ { "terms": { "url": "https://www.google.com", "text": "This is a note from the merchant" } } ]