Friday, July 2, 2021
2 changes · master
Enhancements to existing features
When a business configures its website with appointment scheduling as the main goal and the calendar feature is available, key call-to-action buttons now invite visitors to schedule an appointment. This directs visitors to the calendar page, making it easier to convert interest into booked appointments.
Original PR description
If user selects 'schedule appointments' as main objective in the configurator and if the website_calendar module is installed then the Call To Action of snippets s_banner, s_cover and s_call_to_action is changed to 'Schedule an appointment' and redirect user to '/calendar' on click. task-2518565 Description of the issue/feature this PR addresses: Current behavior before PR: Desired behavior after PR is merged: -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr
When a business chooses scheduling appointments as its main website goal and the calendar app is installed, key website sections now show a clear “Schedule an appointment” call to action. Visitors are sent directly to the calendar page, making it easier for them to book appointments and helping businesses drive the intended action.
Original PR description
If user selects 'schedule appointments' as main objective in the configurator and if the website_calendar module is installed then the Call To Action of snippets s_banner, s_cover and s_call_to_action is changed to 'Schedule an appointment' and redirect user to '/calendar' on click. task-2518565