简体   繁体   中英

Product stock notification in drupal 7

I have used drupal 7.38. My question is, I have used drupal commerce module. I have added 100 products in my site some products are in stock and some product are out of stocks. Show how can I know which product is out of stock.How can I create a views for out of product stocks.

Add a new View and select 'Commerce Product' as the type. 新增检视

Configure other settings as required but the key thing to show products that are out of stock is to add a Filter Criteria for Stock amount.

Click 'Add' next to Filter Criteria and select the Stock field. 库存过滤器

Then select 'Is greater than' and '0' as the criteria. 标准设置

This will give you a list of products with no stock. You'll need to add other fields and settings etc as required for your View.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM