// Some translations + Split multi-shipping activation in two differente option (one for allowing multi-delivering and one for allowing to deliver the available products first)
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11270 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -132,7 +132,7 @@ class CartControllerCore extends FrontController
|
||||
|
||||
protected function processAllowSeperatedPackage()
|
||||
{
|
||||
if (!Configuration::get('PS_ALLOW_MULTISHIPPING'))
|
||||
if (!Configuration::get('PS_SHIP_WHEN_AVAILABLE'))
|
||||
return;
|
||||
|
||||
if (Tools::getValue('value') === false)
|
||||
|
||||
Reference in New Issue
Block a user