Browsing index pages (2 articles)
↧
XML feed google shopping
We already have a working XML that we make available on a link for Google Merchant Center to use (for a webshop in gardening products). In short it looks like this:<?xml version="1.0"...
View ArticleAnswer by ThW for XML feed google shopping
The XML uses namespaces, so you have to use createElementNS() not createElement()$xmlns = ['atom' => 'http://www.w3.org/2005/Atom','g' =>'http://base.google.com/ns/1.0'];$xmlRoot =...
View Article
Browsing index pages (2 articles)