Product Catalog
Product Catalog allows clients to showcase multiple products in an engaging way on mobile devices. The catalog can be updated from the client side after the initial setup making it easy to change information on the go and without our involvement.
Technical requirements
All product catalogue products need the following XML specifications
- XMLi must have UTF-8 ecoding and the XML must validate – there should be no errors opening the feed in a browser
- Usual &, <, > characters have to be converted into html specific character
- It is recommended to use XML specific CDATA function, where you can add standard strings. Read more about that here: http://en.wikipedia.org/wiki/CDATA
- XML should be uploaded onto client server, public adress and be accessible. The feed may be password protected, our systems support password protected feeds.
- The interval of how often the feed is check is set up as needed but will not be shorter than every 30 minutes.
- The image may be max quality and will be processed by DELFI
- It is strongly reccomended that the image provided be in correct aspect ratio
Carousel type Product Catalog
XML Feed:
Example XML feed
The feed has a root element of <adsection> that contains <product> elements. Each <product> must have a <pic> and <url> elements. Optionally it can have <desc> and <cta>.
- <adsection> is the root element that contains the repeating elements
- <product> repeated element updated by the client
- <pic> is the product image, only acceptable image dimensions are 300×250 – *required
- <desc> info about the product, length is limited to 60 characters – *optional
- <url> is the address where the user is sent to if clicked on the product – *required
- <cta> Call To Action, text should be short enough not to fit on the button – *optional
- <product> repeated element updated by the client