Question:
Is there any way to specifically write a code in a whay that when a button is pressed it goes to a specific window?
Product:
Wix Editor (With Velo)
What are you trying to achieve:
I’m trying to write code on making the buton move me from a specific product to a specific bookings page
What have you already tried:
I tried looking into the reference and I can’t seem to understand how to write the code for it (I’m a beginner coder trying to learn how to build websites)
i want to create a specific link between a booking page of a specific service and the specific product of the same name.
It goes a little something like this [products catalogue > specific product > specific booking page] or [booking page > specific booking page > specific product]
the specific booking page and product are of the same name.
For a quick solution, use a redirect to urls that you want to redirect to other pages
Redirect Manager under Tools and settings
can i incorporate that into the source code of the site?
It is possible to manage the information in a separate cms and refer to the desired destination.
The intention is to display the information of the products by using a separate database and adapted components (without Wix app)
Is there a specific code block that I can inset to Velo for it? Without the use of an external CMS and/or server?
Code is not magic, it needs information and content to perform actions.
In your case, you need information on where and from the link should be directed.
That’s exactly why you need the internal cms on the site to manage it.
I don’t know a specific code that will perform the operation without access to an ordered list of references
thanks for the solution, i’ll try to work on my site as instructed with changes in the internal CMS