* @copyright 2007-2017 PrestaShop SA * @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0) * International Registered Trademark & Property of PrestaShop SA */ function upgrade_module_1_7_24($module) { // Default is false on an update to avoid changed behavior. Default is false on a fresh install. Configuration::updateValue('CARTABAND_DISCOUNT_WITH_TAXES_1', false); Configuration::updateValue('CARTABAND_DISCOUNT_WITH_TAXES_2', false); Configuration::updateValue('CARTABAND_DISCOUNT_WITH_TAXES_3', false); return true; }