如何在magento中按制造商名称搜索产品并获取数组? (PHP)

时间:2016-10-11 09:01:16

标签: magento-1.9 magento-manufacturer

如何通过magento制造搜索产品并获取阵列? (PHP)

1 个答案:

答案 0 :(得分:1)

您可以使用 addAttributeToFilter()方法从集合中获取所有产品,以便仅通过制造商进行收集:

$chunk = stream_set_chunk_size($stream, 8193);
if ($chunk == 8193)
    //it's existing connection, newborn has other value (8192 mostly)
    return;
}

希望这会有所帮助。