My wix products are being used from a dataset and were not created as regular products. I’m trying to make a catalogue page for all my items, searchable and sortable. I have a dataset with all my products in it, whats the best way to about displaying them?
Hi there,
There are various ways to go about displaying your products on your site. One of the simpler ways besides using the default Wix stores product gallery and search functionality would be by displaying your products on a repeater element. This would allow you to populate the products from your stores collections onto a page with a more customize layout.
Check out the instructions in the article link:
https://support.wix.com/en/article/displaying-collection-content-in-a-repeater
You can then add search functionality to your database collections by adding custom code:
https://support.wix.com/en/article/corvid-tutorial-adding-collection-data-search-functionality
Hope this was helpful!
Best regards,
Miguel
Thanks Miguel!
That’s a good start, but I’m not sure it will accomplish what I need. I have a little under 100 products. I need to display them, be able to sort by certain properties and for each item displayed to be able to link to it’s proper item page.