Changes

Jump to navigation Jump to search

Mobile Prices

494 bytes added, 10:08, 10 August 2021
no edit summary
This page explains how to show different prices on mobile devices and desktops.
 
=For direct bookings=
You can achieve this if you use two offers and a script. Offer 1 only for desktop and Offer 2 only for mobile. If you have additional offers they will always show.
<code><script>$(document).ready(function() {if($(window).width() >= 800) {$('.offerid1').show();$('.offerid2').hide();}else{$('.offerid1').hide();$('.offerid2').show();}});</script></code>
 
=For Booking.com=
You can add a mobile rate for Booking.com directly from Beds24 in PRICES > PROMOTIONS > BOOKING.COM. Click on <span style="color:#007bff;“ >{{#far:question-circle}} </span> in the top right for detailed instructions.
 
=For Expedia=
You can add a mobile rate for Expedia directly from Beds24 in PRICES > PROMOTIONS > EXPEDIA. Click on <span style="color:#007bff;“ >{{#far:question-circle}} </span> in the top right for detailed instructions.

Navigation menu