|
Posted by Hendri Kurniawan on 05/08/07 23:15
crepmaster wrote:
> line 30 define('CHECKOUT_CGV', 'Condizioni generali di vendità');
> line 31 define('TEXT_CONDITIONS', 'ho letto e accetato<a href="' .
> tep_href_link(FILENAME_CONDITIONS,
> 'origin=checkout_payment') . '" class="conditions">Condizioni
> generali di vendità! </a>');
> line 32 define('JS_ERROR_NO_CHECK_CONDITION', '* Per continuare
> l'ordine, le condizioni generali devono essere accetate!');
>
> i'have this synthax error but i can't understand where the error is
> coming from.
> thanx
>
> Parse error: syntax error, unexpected T_STRING in /home/lacasa/
> public_html/negozio/catalog/includes/languages/italian/
> checkout_payment.php on line 32
>
on line 32
define('JS_ERROR_NO_CHECK_CONDITION', '* Per continuare l'ordine, le
condizioni generali devono essere accetate!');
l'ordine
^
Solution: change to
define('JS_ERROR_NO_CHECK_CONDITION', "* Per continuare l'ordine, le
condizioni generali devono essere accetate!");
Hendri Kurniawan
Navigation:
[Reply to this message]
|