-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dev(wix-bookings-frontend)| add service page shareable link #3012
base: master
Are you sure you want to change the base?
Conversation
2. Click "Booking Services" in the sidebar menu. | ||
3. Hover over the desired service in the list of services to make the "Edit" button appear, then click the "Edit" button. This opens the page for managing the service. | ||
4. Scroll down to the "Marketing & SEO" section on the right, then click "Edit SEO Settings". This opens the "SEO Settings" section. | ||
5. The service slug appears in the "URL slug" section. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In Services V2 we also have a documented mainSlug property we can link to, or add a code example of how to fetch it using Velo.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
but we are talking here before the user have the service v2, it is just velo code on service page to read the url.
|
||
```url | ||
www.your-site.com/service-page/your-service?location=70a4f77e-cd37-455f-bb1d-ce1f0a55ddb | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is an article within the Velo implementation, do we want some Velo example? fetching the locations
query from the URL? getting the service with a filter by its slug?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think to read query param is common case and not required a velo code, it is simple for velo users.
again we follow our same docs about other pages.
No description provided.