Direct link to the first variant

Hi,

I’ve got a shop with articles that have some variants. In my article list and on the search page first I got to the “main” (or parent) product. That’s not what I want to have. I want to redirect the user to the first available/buyable product. How can I do that?

You can probably just do it in the templates, no php changes. There’s surely already code for fetching variant SEO links. Could have the list and search result templates use this based on some sort of IF (variants exists) use first variant link, ELSE use usual product link.