Files
bio-concept-labo/web/modules/cdorderlimit/upgrade/upgrade-2.0.0.php
2019-11-20 07:44:43 +01:00

18 lines
379 B
PHP

<?php
/**
* cdorderlimit :: Autoriser les commandes sous certaines conditions
*
* @author contact@cleanpresta.com (www.cleanpresta.com)
* @copyright 2013-2016 cleandev.net
* @license You only can use module, nothing more!
*/
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_2_0_0($module)
{
$module->registerHook('actionBeforeCartUpdateQty');
return true;
}