Can we change the button link to a different page from the default one?

Question:


I want to link the “Book now” button to a different page which I have created. How can I do that?

Product:
Wix website

What are you trying to achieve:
I want to redirect to a new page instead of Pricing & plan page (which is the default) when a user clicks on the Book now button.

What have you already tried:
I have talked to customer support they said that it’s not possible but I believe it can be done through code. But I was not able to find the files and button id to change the link.

Additional information:
Anyone who has faced the same problem and found a solution. Please let me know. Your help is highly appreciated. Thank you!

The problem when you use → APPs <— is that in most cases, they do not give you enough flexibility. They provide some basic functions, which you can use, but if it comes to more specific setup → they are not capable anymore in most cases.

So you have 3-options right now.

  1. Check if you can get the ID of the button (BOOK-NOW) or (ADD TO CART).
  2. Check if you are able to place your own button over the original one → this way hiding the old one (button-replacement).
  3. Forgetting about the APP and generate your own customBOOKING-PAGE from scratch.
1 Like

Thanks for the suggestions!