跳至內容
選單
此問題已被標幟
1 回覆
898 瀏覽次數

How can I change the message displayed when stock quantities are low? Meaning I would like to change the text field and color. 


Thanks.

頭像
捨棄
最佳答案

Question:

Low, is your low is changing per product, product category, supplier, or company.  In other word where do you plan to stock the value to compare to the quantity to define it low attributes

Then you can implement that compare in many way:

Add a calculated boolean field (store or not depending if you need it in search) on product.product called LowQuantity and use it on your view

You can also add a LowQuantity in that database (if the lowqty change per product this is the best place, if not make that field calculated or related to get the value) and use it in you view to compare

Last option you can create a OWL widget, but I dont see the gain, but it will work to

頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
0
4月 18
2893
2
8月 25
1378
2
7月 25
3067
0
1月 25
1464
0
10月 24
1604