Upsell items custom text

Suggestions and ideas to make Beds24.com better
Post Reply
atlasbb
Posts: 5
Joined: Mon Oct 05, 2015 1:54 pm

Hi,
We have an upsell item for parking. We charge a parking space per night. However beds24 only allows to select 'per day'. This is not really a problem, because it does technically the same thing. But on the booking page where the customer can add upsell items, the text 'per room daily' apears. We would like to change this text, but are unable. I have been messing around with custom texts, but it doesn't seem to apply to the upsell items.
Any ideas?
annettemorgenroth
Posts: 1339
Joined: Sun Jun 30, 2013 8:44 am

The phrase is constructed so you would need to exchange "room" which then would exchange this word everywhere on the booking page.

What you could do is use custom CSS to hide the phrase.

Go to SETTINGS (left menu) BOOKING ENGINE > PROPERTY BOOKING PAGE >DEVELOPERS and add

.calcextrapdesc1 {
display: none;
}

in 'Custom CSS'.
Post Reply