I have added add to cart button in my repeaters and have seen & used many codes to enable the button, but somehow it is not working, can somebody please help me with any video link or just tell me how to do it. Thank you.
Here’s an example that will help you understand how to use repeaters:
To-Do List
Let users create, filter, and update their own customized to-do list. The same functionality can be created using data binding or with the Wix Data API.
Hello Yisrael ,
I saw your site, I wanted to ask you for a tip.
I would like to create a page where (with a form) customers can upload products to the store. How can I do it for you?
I saw that the product database is read-only …
Thank you
The Stores database collections are read only, and you can’t save or change data in them with code.
For what you want to do, you can create your own store functionality.
@yisrael-wix in what sense “My store functionality”?
@fausto-licciardone You can create your own store using Wix and Corvid, that will allow your site users to upload products to the store.
@yisrael-wix you say so:
Creating a product database.
View it on the dynamic page.
But then cart and checkout? And then the order management?
Can I create the product database and then manage from the cart onwards with wix store?
Is there any way to customise wix store checkout page with any code? i just want to replace shipping details with customer details and and remove address input from the checkout page.
If yes then how?
@fausto-licciardone As I said, to allow users to upload products for sale, you will have to develop your own store. You won’t be able to use the Wix Stores product.
@yisrael-wix Is there any way to customise wix store checkout page with any code? i just want to replace shipping details with customer details and and remove address input from the checkout page. If yes then how?
@sahilmorey06 For questions regarding Wix Stores, you should contact the Wix support team . You’ll get better help for your problem there.
@yisrael-wix Do you know if the product database will be opened in writing?
@fausto-licciardone The database is read-only. That means you can only read from it, not write.
@yisrael-wix Yes I know … I was asking, do you know when wix will make it possible to write in the database “products”?
@fausto-licciardone I doubt that it will be opened to write. Whatever functionality is added will be with the API.
Feel free to post a Feature Request .
@yisrael-wix i understand but is there any way we can write some code to remove that shipping details heading and if not how can we create our own checkout page? Any leads?