Maybe its something obvious, but I'm trying to add two additional fields to a Google Shopping Feed.
Yesterday, I was able to filter the feed output to remove certain products from the feed...however, I can't seem to add these two fields. Not even to the header. For example:
<mvt:eval expr="'id' $ asciichar(9) $ 'title' $ asciichar(9) $ 'description' $ asciichar(9) $ 'brand' $ asciichar(9) $ 'link' $ asciichar(9) $ 'image_link' $ asciichar(9) $ 'mpn' $ asciichar(9) $ 'item_group_id' $ asciichar(9) $ 'gtin' $ asciichar(9) $ 'google_product_category' $ asciichar(9) $ 'price' $ asciichar(9) $ 'weight' $ asciichar(9) $ 'product type' $ asciichar(9) $ 'availability' $ asciichar(9) $ 'condition'" />
???
Yesterday, I was able to filter the feed output to remove certain products from the feed...however, I can't seem to add these two fields. Not even to the header. For example:
<mvt:eval expr="'id' $ asciichar(9) $ 'title' $ asciichar(9) $ 'description' $ asciichar(9) $ 'brand' $ asciichar(9) $ 'link' $ asciichar(9) $ 'image_link' $ asciichar(9) $ 'mpn' $ asciichar(9) $ 'item_group_id' $ asciichar(9) $ 'gtin' $ asciichar(9) $ 'google_product_category' $ asciichar(9) $ 'price' $ asciichar(9) $ 'weight' $ asciichar(9) $ 'product type' $ asciichar(9) $ 'availability' $ asciichar(9) $ 'condition'" />
???
Comment