Janvier Posted November 8, 2017 Posted November 8, 2017 The ERP we use looks for 'prestashop' node in http://[URL]/api It looks like it might be the which may be the culprit but I'm not sure. Does anyone know how I can resolve this?
0 Janvier Posted November 8, 2017 Author Posted November 8, 2017 Ok, with a bit of searching I seem to have resolved this issue. In public_html/classes/webservice/WebserviceOutputXML.php I modified on line 317: ``` public function overrideContent($content) { $xml = ''."\n"; $xml .= ''."\n"; $xml .= $content; $xml .= ''."\n"; return $xml; } ``` I replaced "thirtybees" with "prestashop" and that seems to do the trick.
0 Janvier Posted November 8, 2017 Author Posted November 8, 2017 It's called Polaris, made by Vega-info. Will I have issues when updating TB?
0 lesley Posted November 9, 2017 Posted November 9, 2017 I am reaching out to them, but for the time being assume after updating you will need to make this change again.
Question
Janvier
The ERP we use looks for 'prestashop' node in http://[URL]/api It looks like it might be the which may be the culprit but I'm not sure.
Does anyone know how I can resolve this?
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now