neonec Posted July 24, 2013 Share Posted July 24, 2013 Bonjour, Je viens de voir une erreur sur le module socolissimo 2.8.2. Erreur : SyntaxError: missing } after property list [stopper sur une erreur] n: ' + XMLHttpRequest + '\n' + 'Text status: ' + textStatus); Je suis sous prestashop 1.5.3.1 en checkout one page. Dossier : /modules/socolissimo/views/templates/front Fichier : socolissimo_fancybox.tpl Ligne : 97 Remplacer : error: function(XMLHttpRequest, textStatus, errorThrown) alert('TECHNICAL ERROR\nDetails:\nError thrown: ' + XMLHttpRequest + '\n' + 'Text status: ' + textStatus); par : error: function(XMLHttpRequest, textStatus, errorThrown) { alert('TECHNICAL ERROR\nDetails:\nError thrown: ' + XMLHttpRequest + '\n' + 'Text status: ' + textStatus); } Voila ! Link to comment Share on other sites More sharing options...
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