ZestMedia / basic_ubercart

A basic Ubercart installation profile.
0 stars 0 forks source link

Stock Level Warning #1

Open leex opened 10 years ago

leex commented 10 years ago

Show a stock level is low warning if a product has low stock.

This level can be set globally.

Questions:

Q1) What should happen with products which don't have a quantity specified? Ignore them? How do we know about unspecified vs just out of stock (0)?

Todo:

T1) If a product is viewed and is deemed to have low stock, show a low stock message.

T2) Implement an admin screen so this value can be set. Use appropriate permissions.

leex commented 10 years ago

This is more difficult than it seems, the patch which would allow 'low stock' warnings is very out of date and would need to be reworked and tested for the latest version.

A 'no stock' has been setup where the 'add to cart' button will change out if there is no stock remaining.

davejwnz commented 10 years ago

In admin should be able to set parameters:

If 2 or less in stock then display message 'Call for availability' If 0 or less in stock then display message 'Out of stock'

If out of stock then on a per product/category basis set if user can still add to cart, when out of stock. - optional.