Skip to main content

How To

Answers to the most frequent questions you may have when using the Omega Shopping Feed app.

How to show the full path for collections

{{ variant.collection_titles | join: ' > ' }}

How to fix invalid GTIN for a google shopping feed

You can use barcode variable:

<g:gtin><![CDATA[{{ variant.barcode }}]]></g:gtin>

How to add a specified image in the feed

<g:image_link><![CDATA[{{ variant.parent_image_urls | index:9 }}]]></g:image_link>

How to set store URL for the second language

<link><![CDATA[{{ variant.url | replace: 'https://store.com/en', 'https://store.com/de' }} ]]></link>