logo
  • 教程列表
  • SO官方文檔
  • 從資料庫獲取產品
    • 通過 sku 獲取產品
    • 按 ID 獲取產品
    • 按屬性獲取產品集合
    • 產品集合 - LIKE 查詢
    • 產品集合 - 具有屬性
    • 從 SKU 列表中獲取產品集合
    • 從產品物件獲取資料
    • 獲取產品集合的資料
    • 檢查產品是否正確裝入
    • 獲取 SKU 的產品 ID
    • 在產品集合中設定限制
  1. StackOverflow 文件
  2. magento 教程
  3. 從資料庫獲取產品
  4. 按屬性獲取產品集合

按屬性獲取產品集合

Created: November-22, 2018

$collection = Mage::getModel('catalog/product')->getCollection();
// Using operator
$collection->addAttributeToFilter('status', array('eq' => 1)); 
// Without operator (automatically uses 'equal' operator
$collection->addAttributeToFilter('status', 1); 
  • 產品集合 - LIKE 查詢
  • 按 ID 獲取產品

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 關於本站
  • 免責聲明