Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,BonusDiscountLineItem.bonusProducts 也会返回缺货产品,有没有办法从 bonusProducts 列表中过滤掉缺货产品?
我们可以过滤掉 BonusDiscountLineItem.bonusProducts 返回的列表。
我们可以使用 IsOrderable() 和 IsInStock() 方法来过滤掉 OUT OF STOCK 产品。