Quote Originally Posted by lat9 View Post
It's the language-specific constant for JS_ERROR_AJAX_TIMEOUT, missing backslashes for the single-quote.<br>
<br>
That definition should look like<br>
Code:
<br>
define('JS_ERROR_AJAX_TIMEOUT', 'L\\\'aggiornamento delle spese di spedizione del tuo ordine sta prendendo più tempo del normale. Per favore chiudi questo messaggio e riprova.\n\nSe continui a ricevere questo messaggio per favore contattaci.');<br>
<br>
There's a similar issue with the definition for ERROR_NO_SHIPPING_SELECTED; that should be<br>
<div class="bbcode_container">

<pre class="bbcode_code" style="height:36px;">define('ERROR_NO_SHIPPING_SELECTED', 'Devi selezionare un metodo di spedizione per il tuo ordine prima che l<strong><font color="#FF0000">\\\</font></strong>'ordine possa essere confermato.');</pre>
</div><br>