Is there any way to show associated products (AP) SKUs on Magento product pages instead of the configurable product (CP) SKU?
At the moment, APs only show the CP SKU retrieved with <?php echo nl2br($_product->getSku()) ?>
.
Our APs have a suffix appended depending on size, colour or volume etc e.g. a CP SKU MAS001 and an AP might be MAS0015L.
And we're currently on Magento ver. 1.5.1.0 with the Simple Configurable Product (SCP) extension installed.