In the shopify tutorial app in ProductsList.jsx, there is a resource list:
I would like it open a new .jsx file as a modal when the item is clicked, passing the product id to that page so I can display a product.
How would I do that?
In the shopify tutorial app in ProductsList.jsx, there is a resource list:
I would like it open a new .jsx file as a modal when the item is clicked, passing the product id to that page so I can display a product.
How would I do that?