Index: branches/5.3.x/install/install_data.sql =================================================================== diff -u -N -r16369 -r16732 --- branches/5.3.x/install/install_data.sql (.../install_data.sql) (revision 16369) +++ branches/5.3.x/install/install_data.sql (.../install_data.sql) (revision 16732) @@ -74,6 +74,10 @@ INSERT INTO SystemSettings VALUES(DEFAULT, 'SearchRel_Rating_products', '10', 'In-Commerce', 'in-commerce:search', 'la_config_DefaultRating', 'la_prompt_Rating', 'text', NULL, NULL, 0, 0, 1, NULL); INSERT INTO SystemSettings VALUES(DEFAULT, 'SearchRel_Increase_products', '30', 'In-Commerce', 'in-commerce:search', 'la_config_DefaultIncreaseImportance', 'la_text_increase_importance', 'text', NULL, NULL, 0, 0, 1, NULL); +UPDATE SystemSettings +SET VariableValue = CONCAT(VariableValue, ',affiliate_id,shop_cart_cookie,compare_products') +WHERE VariableName = 'EncryptedCookies' AND VariableValue NOT LIKE '%,affiliate_id,shop_cart_cookie,compare_products%'; + INSERT INTO Currencies VALUES (6, 'AFA', '', 0, 'la_AFA', 1, 1120641028, 0, 0, 0); INSERT INTO Currencies VALUES (7, 'ALL', '', 0, 'la_ALL', 1, 1120641028, 0, 0, 0); INSERT INTO Currencies VALUES (8, 'DZD', '', 0, 'la_DZD', 1, 1120641028, 0, 0, 0);