Has anybody seen this issue? I am properly reading in a product custom field on CTGY above my Image :
<mvt:item name="customfields" param="Read_Product_Code( l.settings:product:code, 'numColors', l.settings:numColors )" />
<img src="&mvte:product:imagetypes:main;" alt="&mvte:product:name;" class="img-responsive" />
When I read the custom field above the the image, the image src does not load, resulting in a blank image. When I move the custom field below the image, the image loads just fine. I need to have some conditional logic above the img, which is why I need the custom field above the image.
Any ideas?
<mvt:item name="customfields" param="Read_Product_Code( l.settings:product:code, 'numColors', l.settings:numColors )" />
<img src="&mvte:product:imagetypes:main;" alt="&mvte:product:name;" class="img-responsive" />
When I read the custom field above the the image, the image src does not load, resulting in a blank image. When I move the custom field below the image, the image loads just fine. I need to have some conditional logic above the img, which is why I need the custom field above the image.
Any ideas?
Comment