提交 209feafd 编写于 作者: T Terry

cart services 代码调整

上级 517867c4
......@@ -41,8 +41,9 @@ class Cart extends Service
return false;
}
$item['custom_option_sku'] = $custom_option_sku;
}
$item['custom_option_sku'] = $custom_option_sku;
}
// 检查产品满足加入购物车的条件
$productValidate = Yii::$service->cart->info->checkProductBeforeAdd($item, $product);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册