There is a bug when turning on V1.1 compatibility in Prestashop V1.2

You will get javascript errors that will mess up the functionality of the page (attributes, ajax cart and possibly more) Error: syntax error extraParams:{ajaxSearch:1,id_lang:}

Error:

syntax error var displayPrice = ;

To fix this you need to add 2 new lines in /init.php below line #180, it should look like

'currencies' => Currency::getCurrencies(), 'priceDisplay' => intval(Configuration::get('PS_PRICE_DISPLAY')), 'cookie' => $cookie, 'id_currency_cookie' => intval($currency->id),

Product added to wishlist
Product added to compare.

We use a selection of our own and third-party cookies on the pages of this website: Essential cookies, which are required in order to use the website; functional cookies, which provide better easy of use when using the website; performance cookies, which we use to generate aggregated data on website use and statistics; and marketing cookies, which are used to display relevant content and advertising. If you choose "ACCEPT ALL", you consent to the use of all cookies. You can accept and reject individual cookie types and revoke your consent for the future at any time under "Settings".