...
If set to true, the hotel details section will display
This includes the tab at the top
NOTE: This will still use the current logic where if there is no popup/image information for the hotels, then this will still be hidden
If set to false, the hotel details section will not display
Example:
To hide Hotel Details on Page
To display Hotel Detail on Page
Additional Notes
Parameters will default to true, meaning you must specify
false
to hide sections you won’t want to seeA parameter of
true
will not be required to show a section
If no parameters are passed in, the full page will display as it currently does within the system.
Product Name will always display no matter which parameters are passed in.
Example Requests:
https://demo.softrip.com/PRODUCT/14-D-AMAZINGTHAILAND?shopformonly=true
Will only display the shop form as below:
...
https://demo.softrip.com/PRODUCT/14-D-AMAZINGTHAILAND?Rates=true&Highlights=true&Itinerary=false
Will display only the Highlights, rates & information and hide the itinerary
...