uc_stock notify seller instead of store owner on low stock threashold
j0rd - March 23, 2009 - 17:08
| Project: | Ubercart Marketplace |
| Version: | 5.x-1.0-beta5 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
As per Fehin's request to get uc_stock to notify the seller (and or site admin), i've gone ahead and created the feature request. I couldn't find his from some searches.
If this is a duplicate, please mark it as such. Otherwise, I need this functionality as well.

#1
#2
This is a new request and one that makes sense. I'll see what I can do. I can maybe code this later this week.
#3
I think people who want this functionality can do it with actions/workflow-ng
I believe (correct me if I'm wrong), but this is how uc_stock is currently notifying anyways.
This combined with the sellers being able to manage their own attributes, stock and shipping options pretty much completes ubercart_marketplace...and i think it would be ready for a prime time release.
Thanks for all your hard work on this project.
#4
Thank you for posting this.
#5
On the issue of stock, when I look at the sales report, it tells you how many of number an item has been sold but it doesn't show what's left in stock. Is there a way to show this to sellers?
#6
As I understand it, sellers would have to check the stock manually from editing the product and clicking on stock.
You could of course include this info with a custom module and form_alter I'm sure.
Other options would be to create a view to display this (if views has access to stock?). Maybe a custom Ubercart report (if reports have access to stock?). Not 100% sure myself as I haven't dug into the stock stuff too much. I'm not even sure if Ubercart by default provides a stock report.
#7
Has anyone managed to get notification to sellers (and admin) of low stock working on the D6 version?