We just created and launched a custom made Web Shop made in Wix Code. Just in around 500 lines of code this works great on both desktop and mobile. We use boxes that we show and hide and by using that we can create a fast user experience that works great.
We also store user account info in a local cookie so when you return it will remember you so you don’t have to retype all your information.
Demovideo:
We also created Dynamic Pages from the order data collection which we just use for receipts for all customers. So by clicking the custom made urls they get their receipt online. In that receipt we also hook up to the Swedish payment gateway called Swish and dynamically create a QR Code where all payment information is prefilled. When they open the payment app and scans the QR Code they can pay without entering a single thing.
Demo of receipt:
We also created a way for the customers to add subscriptions for the same order every week. In the order form we added a querystring so when that url it hit together with their last ordernumber we create a new order for the upcoming week. We run this as an EasyCron.com job every wednesday and it works great.
So really advanced and usable stuff created with minimal efforts using Wix Code. happy coding.