I have products with attributes (colors) and customers can select which color they want to purchase. The problem is when they navigate to the full node page (product display). It always shows de first one of the colors and the selector to switch to other color. I would like to render this page but showing the second or third color (for example) but I don’t know how to do it altering my node–product-display.tpl.php (in my theme) because I always get the first sku in this variable.
I was thinking about re-render $ content variable with other sku that I pass with url parameters (?sku=1234), but I don’t know how to do it with node_view function.
Is there any other alternative? I would like to select which one of the products (in the same product-display) I want to show.