在没有库存的情况下以magento的价格订购产品

时间:2015-08-19 14:20:02

标签: php magento

我正在尝试按价格对产品系列进行排序,但是当我添加(粗体)时这些产品会消失

$collection = Mage::getResourceModel('catalog/product_collection')->
addAttributeToFilter('status', array('eq' => '1'))-**>
addAttributeToSort('price', 'DESC');**

我想对它们进行排序,虽然没有库存,有谁知道我能做到这一点?

1 个答案:

答案 0 :(得分:0)

对于股票,我认为你会在eshop_cataloginventory_stock_item上找到你需要的所有东西,标志是is_in_stock