Wix Online Store - simple text list of items

Hi folks, just beginning my wix journey and setting up a simple online store to sell sportcards. These cards will be mostly commons and assumed to be in NRMT condition. Since I have thousands to list I would like to avoid scanning and posting images (images available upon request). How do I get a simple text list of products available with no images (or placeholders for images)?

Thanks,
R Haynes

Hi Ronald,

You can create a custom product database collection without an image field and build your own custom store pages that do not show images.

If you use Wix Stores product galleries there is no way to remove the images.

You could code these pages with the addToCart() function and the wix-pay API.

Hope this helps!

Dara | Corvid Team

You can still use the Wix Stores app. All you would do is connect to the Wix Stores database. You can use a repeater and design it to look like a list. Then you can create an add to cart function on the repeater.

(We create these all the time for science related websites that do not require images for Wix Stores)

Thanks for all the responses. So I have something working at:

https://nltradingcards.wixsite.com/setmasters/

But not quite what I want. If you go the page and up to the 1960s menu item and select 1968-69 you will see the start. It queries the product dataset and filters to get the 1968-69 cards. Each card in the product dataset has variants based on condition and the product is set up to track variants and inventories. What I would like is to have is that for each card that it finds in the product dataset it would display all the variants available with quantity > 0 with its price. How do I manage that? Is it a repeater inside a repeater?? Can I display all variants in a list?