relative path to product page

I have a page of products and when a product is clicked I want it to go to a dynamic page for the specific product which has a https://www…/Stores/Items/{Name} product URL.

The page of products is built from a collection in which I want to add a field which points to the product URL: https://www…/Stores/Items/{Name} for that product. How can I specify this product URL in the collection so that when clicking on an item it takes me to its product URL?

Thanks!

Dynamic pages are meant to be “driven” by collections. See the documentation on Dynamic Pages .

Also, see the documentation on wix-location.to() to see how to redirect to a dynamic page.