10 lines
155 B
PHP
Raw Normal View History

2015-09-07 10:25:24 +02:00
<?php
if (!defined('_PS_VERSION_'))
exit;
function upgrade_module_1_3($object)
{
return Configuration::updateValue('PS_BLOCK_CART_XSELL_LIMIT', 12);
}