Currently our product pages pull the manufacturer product code. however I have changed the code and can not see a logical reason why that is.
This is a multi variant product.
Any help please?C#/VB.NET Code:
<xsl:choose>
<xsl:when test="aspdnsf:GetMLValue(SKUSuffix) = ''">
<xsl:value-of select="aspdnsf:GetMLValue(SKU)" disable-output-escaping="yes" />
</xsl:when>
<xsl:otherwise>
<xsl:value-of select="aspdnsf:GetMLValue(SKUSuffix)" disable-output-escaping="yes" />
</xsl:otherwise>
</xsl:choose>