我有中小尺寸的产品。我可以使用此代码获取产品数量。 “$ product->数量”。但我想分别获得小尺寸和中等尺寸的数量。如何编写代码来获取这些值?请帮助我。
答案 0 :(得分:4)
我认为代码是
{$ product.quantity}
但是,如果您指的是不同的产品组合(中小尺寸),您应首先获得产品组合,我认为这是代码:
祝你好运! ;)$产品 - > getAttributeCombinaisons($ PARAMS [ '饼干'] - > id_lang);
答案 1 :(得分:0)
Prestashop 1.5:
$product->getAttributeCombinaisons($params['cookie']->id_lang);
使用Prestashop 1.6弃用了getAttributeCombinaisons
改为使用:
getAttributeCombinations