I really don’t like the current checkout page. I want it to look better. Is there a way to do that?
First, you can look into the Wix Store API.
There is a lot of ways to “retrieve” the data from cart
Then, you can use repeater to display the cart data.
And then, add input fields to allow user to put in names and address etc.
Lastly, use the createOrder() to send the order to Wix Store, so you can see this on wix dashboard
I want to change the overall look of the checkout page, design of the buttons etc
So you have to build a whole custom one, not that simply edit the wix checkout page
@wing Yes thats right