Can some one please help me, I have been struglinggetting a working google shoping feed for months and I cant figure out what I am dong wrong.
Below is myIterator Template:
The question is I am not able to export any of the custom fields to the feed, Any clue what I am doing wrong.
<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:record:customfield:googleshopping_item_num ber ; &mvt:record:customfield:googleshopping_title; &mvt:record:customfield:googleshopping_descript ion ; &mvt:record:customfield:googleshopping_product_ cat egory; &mvt:record:customfield:googleshopping_product_ typ e; &mvt:record:canonical_uri; &mvt:global:full_image_path; &mvt:record:customfield:googleshopping_conditio n; &mvt:record:customfield:googleshopping_availabi lit y; &mvt:record:price; &mvt:record:customfield:googleshopping_brand; &mvt:global:future_date; &mvt:eol:crlf;
Below is myIterator Template:
The question is I am not able to export any of the custom fields to the feed, Any clue what I am doing wrong.
<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:record:customfield:googleshopping_item_num ber ; &mvt:record:customfield:googleshopping_title; &mvt:record:customfield:googleshopping_descript ion ; &mvt:record:customfield:googleshopping_product_ cat egory; &mvt:record:customfield:googleshopping_product_ typ e; &mvt:record:canonical_uri; &mvt:global:full_image_path; &mvt:record:customfield:googleshopping_conditio n; &mvt:record:customfield:googleshopping_availabi lit y; &mvt:record:price; &mvt:record:customfield:googleshopping_brand; &mvt:global:future_date; &mvt:eol:crlf;
Comment