Files
PrestaShop/modules/blockcart/upgrade/install-1.3.php
2013-10-21 16:55:47 +02:00

10 lines
155 B
PHP

<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_3($object)
{
return Configuration::updateValue('PS_BLOCK_CART_XSELL_LIMIT', 12);
}