我创建我的第一个模块。我检查产品类别,但没有任何方法检查产品是否已按ID或名称组合。现在我有这样的东西:
$singleStock = $product->attributes()->stock->__toString();
$attrs = $product->attrs->attr[3]->__toString();
$product = new Product($checkUniqueID[0]['id_product']);
$this->addAttributesToProduct($product, $singleStock, $attrs);
此代码添加了组合,衣服大小(从XML到对象产品)。我要检查产品是否已经有此组合。感谢您提供任何线索。
亲切的问候