How do I completely change the checkout page in Editor X?
Objective: The client delivers locally only within one city. On the order registration page, you need to leave only the fields:
- Name *
- Address (1 line) *
- Phone number *
- Email (optional)
- Commentary
The customer’s buyers do not want and will not fill in the last name and zip code.
Alternative solution: How to create a single page listing the contents of the cart and entering the necessary data from the customer? Payment will be made in the Robokassa service (Russian)
The only way to have a fully editable checkout page is to design & code it yourself. Mostly by using this API:
https://www.wix.com/velo/reference/wix-stores-backend/createorder
This way you can create the checkout experience you like and connect tat a third party payment or Wix Pay
Fine. In this direction I am moving. Maybe there are examples of the execution of such pages or at least some of the code?
@nikitamp3 I could not find any example on https://www.wix.com/velo/examples?category=stores&page=1
so maybe look online for a blog post
Hi @nikitamp3 !
Did you find an example you followed to code this custom checkout? 