I've discovered a number of shortcomings with the Google Shopping Feed that I am trying to remedy.
is not pulling in the Image Link. What should be used to make this work?
Code:
&mvt:record:image;
&mvt:record:image;
&mvt:record:price;
<mvt:assign name="l.imagetype_codes[1]" value="'main'" />
<mvt:assign name="l.imagetype_codes[2]" value="'image2'" />
<mvt:if expr="NOT ISNULL l.settings:record:customfield:main"> <mvt:assign name="g.full_image_path" value="g.domain:base_url $ l.settings:record:customfield:main" /> <mvt:else> <mvt:assign name="g.full_image_path" value="''" /> </mvt:if>
&mvt:global:full_image_path;
Comment