Multistore compatibility

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.
 

SafetybootsUK

New member
Actually I solved a problem that wasn't really there!!

You don't need to enter the path to the xml file absolutely (I wrongly assumed you did).

So it works fine with multi store, perhaps just change the label in the module from "URL" to "URL or Path" so it's a bit clearer you can.

Thanks.
 
Top