Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
I am trying to display product Image on Product details page. Below the code in Product[XSLT].xslt
<div style="float: left; width: 150px;"> <img alt="Image"> <xsl:attribute name="src"> <xsl:value-of select="umbraco.library:GetMedia($product/product/@thumbnailImage, true())/data[@alias = 'umbracoFile']"/> </xsl:attribute> </img> </div>
but does not display any product image
I am using umbraco v 4.5.2 Ucommerce Package version 1.1.1.0Ucommerce Store Package version 1.0.1.3
please give me an idea how to solve that problem.
Thanks
shah
Duplicate post.
Sorry about that, i didn't know
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Product Image missing in Product Details page
Hi,
I am trying to display product Image on Product details page. Below the code in Product[XSLT].xslt
<div style="float: left; width: 150px;">
<img alt="Image">
<xsl:attribute name="src">
<xsl:value-of select="umbraco.library:GetMedia($product/product/@thumbnailImage, true())/data[@alias = 'umbracoFile']"/>
</xsl:attribute>
</img>
</div>
but does not display any product image
I am using
umbraco v 4.5.2
Ucommerce Package version 1.1.1.0
Ucommerce Store Package version 1.0.1.3
please give me an idea how to solve that problem.
Thanks
shah
Duplicate post.
Sorry about that, i didn't know
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.