Hmmm. That's as it should be but still something is wrong.
Try replacing:
With:
And see if that fixes things.
Try replacing:
Code:
<actinic:variable name="ProductImageFileName" />
Code:
<actinic:block php="true">echo str_replace('\\', '/', '<actinic:variable name="ProductImageFileName" encoding="perl" selectable="false" />');</actinic:block>
Comment