VisitScotland: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) Created page with "This channel is under development. Please let us know if you would like to use it." |
Markkinchin (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
This | [[Category:Channel Manager]] | ||
{{TOCright}}'''Visit Scotland''' | |||
==Capabilities== | |||
*Beds24.com can show your availability at visitscotland.com and allow direct bookings on your own booking page | |||
==Limitations== | |||
Visit Scotland require your booking page to be PCI-DSS compliant. | |||
This means you cannot collect credit cards directly in Beds24, if you require a deposit payment you must do it using one of the PCI-DSS compliant payment gateways that Beds24 links to. | |||
==Beds24== | |||
1) Enable the Channel manager >> Visit Scotland >> Inventory check boxes for the rooms you want to sell at Visit Scotland. | |||
2) Visit Scotland require you to track booking confirmations by inserting the following script at the menu BEDS24 >> BOOKING PAGE >> ADVANCED HTML SETTINGS >> Confirmation Page Insert in HTML <HEAD> | |||
<code> | |||
<script type="text/javascript">var utag_data = { pms_site : "Beds24", vs_id : "[REFERRER2]", price : "[PRICENC]", currency: "GBP", product_name : "[PROPERTYNAME]", product_id : "[PROPERTYID]", arrival_date : "[FIRSTNIGHTYYYY-MM-DD]", nights : "[NUMNIGHT]", adults : "[NUMADULT]", children : "[NUMCHILD]", infants : "0", booking_type : "Bed & Breakfast"}</script><script type="text/javascript"> (function(a,b,c,d){ a='//tealium.hs.llnwd.net/o43/utag/visitscotland/pms/prod/utag.js'; b=document;c='script';d=b.createElement(c);d.src=a;d.type='text/java'+c;d.async=true; a=b.getElementsByTagName(c)[0];a.parentNode.insertBefore(d,a); })();</script> | |||
</code> | |||