* @copyright Copyright (c) 202 ecommerce 2014 * @license Commercial license * * Support */ if (!defined('_PS_VERSION_')) { exit; } function upgrade_module_2_0_1($object) { if (!$object->registerHook('displayProductPriceBlock')) { return false; } return true; }