Setting/propertiesbookingreturnurl

From Beds24 Wiki
Revision as of 05:39, 4 October 2021 by Weins (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

設定すると、予約確認ページの代わりにこのページが表示されます。

URLは、http:// または https:// で始まり、あなたのカスタム予約確認ページに戻ります。 予約の詳細は、URLに追加されたパラメータとして渡されます。

パラメータをどのようにWebサイトに渡すかは、ページが使用しているスクリプト言語によって異なります。例えば、PHPはURLから値を読み取り、$_GET変数を使用してページの任意の場所に表示することができます。 https://www.php.net/manual/en/reserved.variables.get.php

https://www.mywebsite.com/?bookid=11804536&propid=3103&roomid=6027&roomname=Double+Room&propname=Sunny+Hotel&status=2&firstnight=2019-05-02&lastnight=2019-05-02&checkout=2019-05-03&numnight=1&numadult=1&numchild=0&lang=en&price=720.00&confirmtype=0&qty=1&pricenum=1&referer=website 予約時の一般的な情報です。

bookid = 固有の予約番号

propid = ゲストが予約した物件のID

roomid = ゲストが予約した部屋のID

roomname = ゲストが予約した部屋の名前

propname = ゲストが予約したプロパティの名前

status - 3はリクエスト中、1または2は確定です。

firstnight = 到着日

lastnight = 最終宿泊日

checkout = 退出日

numnight = 予約された宿泊数

numadult = 大人のご利用人数

numchild = お子様のご利用人数

lang = お客様が選択された言語

price = 予約の価格

confirmtype =

qty = 予約された部屋の数

pricenum = ゲストが予約したオファー

referer = リファラーコード

ratedesc = お客様の料金説明


予約の質問例


ゲスト名

ゲストのファーストネーム

ゲストのタイトル

ゲストメール

ゲストの電話

ゲスの携帯電話

ゲストのアドレス

ゲストの到着時間

ゲストコメント



If set this page will be shown instead of the booking confirmation page.

The url must start with either http:// or https:// and resolve to your custom booking confirmation page.

Details of the booking are passed as parameters added to the URL.

How you pass the parameters to your web site depends on the scripting language your page uses. For example PHP can read the values from the URL and display them anywhere on your page using the $_GET variable https://www.php.net/manual/en/reserved.variables.get.php

Example:

https://www.mywebsite.com/?bookid=11804536&propid=3103&roomid=6027&roomname=Double+Room&propname=Sunny+Hotel&status=2&firstnight=2019-05-02&lastnight=2019-05-02&checkout=2019-05-03&numnight=1&numadult=1&numchild=0&lang=en&price=720.00&confirmtype=0&qty=1&pricenum=1&referer=website

General information from the booking:

bookid = unique booking number

propid = Id of the property the guest booked

roomid = Id of the room the guest booked

roomname = name of the room the guest booked

propname = name of the property the guest booked

status - 3 being on request and 1 or 2 being confirmed

firstnight = arrival date

lastnight = last stay date

checkout = leaving date

numnight = number of nights booked

numadult = number of adults coming

numchild = number of children coming

lang = the language whhich the guest choose

price = the price of the booking

confirmtype =

qty = number of rooms booked

pricenum = the offer the guest booked

referer = the referrer code

ratedesc = your rate descriptions


Booking questions (for example):


guestname

guestfirstname

guesttitle

guestemail

guestphone

guestmobile

guestaddress

guestarrivaltime

guestcomments