Hi DW,
I have about 50k products in a solr index, and i'm listing then in a custom module and now i'd like to render a template tag that contains a link to each products individual Primary view page.
Is there an easy way to find a products primary page without making and instance of Product, with is kinde heavy?
Is there and API call that takes in a product ID that i can use for it :)?
// Martin