SafetybootsUK
New member
Just a quick note that the extension isn't currently multi store compatible (it's an easy fix though).
What happens is if you add the xml to say www.xyz.com/config.xml and you then try to view a multistore site ie www.abc.com tries to load www.xyz.com/config.xml then it will fail as you get an error (Javascript security error as you're trying to load an xml from a different domain).
The simplest fix is to have the plugin add path to xml relatively into the database ie /path/config.xml not absolutely ie www.abc.com/path/config.xml
Hope this can be included in the next release.
Thanks.
What happens is if you add the xml to say www.xyz.com/config.xml and you then try to view a multistore site ie www.abc.com tries to load www.xyz.com/config.xml then it will fail as you get an error (Javascript security error as you're trying to load an xml from a different domain).
The simplest fix is to have the plugin add path to xml relatively into the database ie /path/config.xml not absolutely ie www.abc.com/path/config.xml
Hope this can be included in the next release.
Thanks.