This can be simplified to:
/**
* Disable multishipping
*
* @return void
*/
public function beforeExecute()
{
$this->cart->getQuote()->setIsMultiShipping(0);
}
This can be simplified to:
/**
* Disable multishipping
*
* @return void
*/
public function beforeExecute()
{
$this->cart->getQuote()->setIsMultiShipping(0);
}