dev(wix-bookings-frontend)| add service page shareable link#3012
Open
shlomiat88 wants to merge 1 commit intomasterfrom
Open
dev(wix-bookings-frontend)| add service page shareable link#3012shlomiat88 wants to merge 1 commit intomasterfrom
shlomiat88 wants to merge 1 commit intomasterfrom
Conversation
NitayRabi
reviewed
Jul 19, 2024
| 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.
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.
Author
There was a problem hiding this comment.
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.
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?
Author
There was a problem hiding this comment.
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.
NitayRabi
approved these changes
Jul 31, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.