Example #1
0
 /**
  * Address step
  */
 protected function _assignAddress()
 {
     parent::_assignAddress();
     if (Tools::getValue('multi-shipping')) {
         $this->context->cart->autosetProductAddress();
     }
     $this->context->smarty->assign('cart', $this->context->cart);
 }