没有产品在购物车中。
$objectManager = MagentoFrameworkAppObjectManager::getInstance();//$objectManager->create('MagentoFrameworkAppActionAction')->_redirect('checkout/onepage/success');目前这样 跳转失败
直接用header不行吗
对,简单的话直接用header。 因为magento最终也是调用的header进行跳转url。 是在控制器里跳转的话直接用 return $this->_redirect(你的url地址); 就行了。
好的 谢谢两位
用户名或邮箱地址
密码