如何在Prestashop 1.7中检查产品是否有组合

时间:2018-07-24 21:37:15

标签: prestashop prestashop-1.6 prestashop-1.7

我创建我的第一个模块。我检查产品类别,但没有任何方法检查产品是否已按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到对象产品)。我要检查产品是否已经有此组合。感谢您提供任何线索。

亲切的问候

0 个答案:

没有答案