Supprimer les éléments de la page de réservation

Revision as of 10:09, 15 May 2025 by Admin (talk | contribs) (Created page with "= Adresse électronique de l'entreprise = Dans <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Settings</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Company Information</span> -> <span style="background-color:#d4f8e5; padding:5px; border-radius:5px;">Don't show email on booking page</span> checkbox.<br/> HideFile:Hide company email redesigned.png|1200px | center|link=https://help.simplybook.me/images/3...")


Images pour les étapes Service, Prestataire de services, Catégorie et Lieu

Allez dans Paramètres -> Paramètres de conception -> Autres paramètres et cochez la case Masquer les images sur les étapes de réservation. Enregistrez les paramètres.

Hide

 

Possibilité de payer plus tard

Veuillez naviguer vers Payments -> Payment Processors ou Custom Features -> Accept payments -> Settings -> Payment system settings pour accéder à l'interface SBPay.me et y désactiver l'option Pay later.

 



Étape de l'employé

Activez le sélecteur de tout employé dans la section des fonctions personnalisées et dans ses paramètres, sur le côté droit de la page, activez l'option Masquer les autres prestataires de services dans l'interface de réservation

 



Carte

Dans Settings -> Company Information -> Don't use address checkbox.

Hide

 




Adresse électronique de l'entreprise

Dans Settings -> Company Information -> Don't show email on booking page checkbox.

Hide

 



"Option "Modifier mon fuseau horaire

Dans Paramètres -> Configuration principale, réglez les options Afficher la page de réservation dans le fuseau horaire du client et Envoyer des notifications dans le fuseau horaire du client sur Non et enregistrez les paramètres.

 




Critiques

Vous pouvez consulter tous vos avis dans l'onglet Avis du menu de gauche, sous Rapports. Vous pouvez également y supprimer des commentaires si nécessaire. Si vous souhaitez supprimer l'option de laisser un avis sur votre site de réservation et ne pas envoyer de demande d'avis, dans Paramètres -> Paramètres d'e-mail et de SMS -> Paramètres pour les notifications par e-mail et par SMS -> réglez Envoyer une demande d'avis X jours après la réservation sur Désactiver

 


 




Galerie

Dans la section des fonctions personnalisées, désactivez la galerie de photos.

 




Heures de travail

Si vous souhaitez supprimer cette section pour les nouveaux thèmes, allez dans Paramètres -> Paramètres de conception -> Autres paramètres -> Mode de la page principale et choisissez le mode sans heures de travail.

 




SimplyBook.me Terms and Conditions

Please note, that you need to confirm that you've added information about SimplyBook.me Ltd. as a supplier to your Terms&Conditions.

To remove the checkbox you need to have enabled and correctly set all the options mentioned:

Either:
1. SMTP + Custom domain + Terms and Conditions + theme different from blank.
Or:
2. SMTP + Terms and Conditions + blank theme + Widget on your website.

After that you will be able to enable I confirm that I've added information about SimplyBook.me Ltd. as a supplier to my T&C option in Custom features -> Terms&Conditions and after you save settings there the SimplyBook.me terms and conditions checkbox will be removed from the booking site.

 




My personal data link

Go to Settings -> Main configuration and select Yes in Hide "My personal data" link on the booking site. save settings.

 




Unavailable timeslots

Please select modern, modern provider, daily(available with Classes feature enabled) or weekly classes calendar layout in Settings -> Design settings -> Calendar Layout -> Calendar Layout settings -> Calendar Layout drop-down.

 



Disable booking page(available for paid accounts only)

In order not to show any info on your booking page (make it blank), you can put blank theme on your booking page in Settings -> Design settings.

Please select to show all themes and choose the last one without image, add the link to the page your clients should be redirected to in case they open your booking page and save settings.

 



Please note! Even with blank theme your booking page will appear in Google and information will be shown in Booking.Page directory. To remove your company from directory, please click on Remove from marketplace button Settings -> Directory listing.

 




Removing with Custom CSS

Please note! Add the code(s) to adjust the styles to "Booking pages CSS" tab if you wish to edit the booking website
or "Widget CSS" if you are editing widget on your website.
 



Phone field

(Client login feature is disabled)

1. Go to Settings -> Email and SMS settings -> Settings for email and SMS notifications -> Mandatory registration fields -> Email (to make phone not mandatory).


2. Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking pages CSS window at the very top the following code:


.form-group.form-client-phone{
    display: none;
}



Email field

(Client login feature is disabled)

1. Go to Settings -> Email and SMS settings -> Settings for email and SMS notifications -> Mandatory registration fields -> Phone (to make email not mandatory).


2. Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking pages CSS window at the very top the following code:


.form-group.form-client-email{
    display: none;
}



Our time

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

div#sb_booking_company_time {
    display: none;
}



May we send you promotions and relevant information

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

Client login feature enabled:
#main #client-login .custom-form #sb_terms_and_conditions .promotions-letter-flag label[role=button]{
    display: none;
}
Client login feature disabled:
#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}



Filter by Services on Membership page


Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

#membership-view #membership-filters {
   display: none;
}


Remove banner image

Please note! "Book now" and other buttons that are displayed on top of banner will be hidden as well. The code may not work with some themes.

Please go to Custom Features -> Custom Features and enable Custom CSS feature. Then in this feature Settings or in Custom Features -> Custom CSS paste to Booking page CSS window at the very top the following code:

#main-buttons {
    display: none;
}


Remove some specific element

If you need to remove a specific element from your booking page, you will need to use Custom CSS feature and the corresponding code. If you don't know CSS, please contact support and they will create a request to check whether such change is possible.
Please note, that big requests may be done on a paid basis.