I am creating a website for a tandoori restaurant. They do not have images for each of their products so I am looking to create a store that is a list of products without any images.
As things stand, it looks like I can edit the size, ratios etc of the product layout but cannot set the store to not show any product images. Is this possible?
Hi there, it sounds like you’re looking to create a list of products rather than a product gallery. At the moment, I don’t believe this is natively supported but you might be able to achieve this with #Corvid.
I guess s tore without images is not possible. As Sheyla suggested, you can use Corvid to achieve this programmatically. These are the things needed:
Database:
There should be a database to hold all your products
Pages:
There should be a Main Store Page to list your products as a list or as grids. For this you can use repeaters. You can use either corvid or dataset method to connect the repeater to the database.
Then there should be a page for each products/rows in your database. For that make a dynamic page and connect the dynamic page and it contents to the database. You can use either corvid or dataset method to connect the repeater to the database.
Payment:
If you have payment in the store, then you can add a payment button and use Wix Pay api in Corvid to process your payments on the pay button click.
You can find lot of examples how to do all these in here , here or here.
If you need my support to do this just let me know.