// 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)

This commit is contained in:
mDeflotte
2011-12-15 15:26:13 +00:00
parent de89d5e68e
commit 9826d01a44
5 changed files with 93 additions and 73 deletions
+1 -1
View File
@@ -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)