* @copyright Since 2007 PrestaShop SA and Contributors * @license https://opensource.org/licenses/OSL-3.0 Open Software License (OSL 3.0) */ /** * Init new configuration values */ function ps_1760_update_configuration() { Configuration::updateValue('PS_MAIL_THEME', 'modern'); Configuration::updateValue('PS_CATALOG_MODE_WITH_PRICES', 0); }