Active
Project:
Ubercart Marketplace
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Mar 2009 at 17:08 UTC
Updated:
14 Apr 2011 at 13:03 UTC
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.
Comments
Comment #1
j0rd commentedComment #2
Turgrid commentedThis is a new request and one that makes sense. I'll see what I can do. I can maybe code this later this week.
Comment #3
j0rd commentedI 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.
Comment #4
fehin commentedThank you for posting this.
Comment #5
fehin commentedOn 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?
Comment #6
j0rd commentedAs 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.
Comment #7
mpaler commentedHas anyone managed to get notification to sellers (and admin) of low stock working on the D6 version?
Comment #8
Canadaka commentedsubscribe
Comment #9
syndicateStorm commentedThere's a simple hack at http://drupal.org/node/754952 until someone has a better idea.
Comment #10
davidw commentedsub
Comment #11
hanoiiRather than hacking uc_stock I think the place to achieve this is on hook_mail_alter(). However, uc_stock doesn't send all necessary objects to drupal_mail() in order to make proper changes to the $message object.
If someone is interested, I have submitted a patch for that in Ubercart #1127126: Adding stock and order object to stock threshold notification for better mail customization via hook_mail_alter() which hopefully will get accepted. Any tests there will speed that up.
Comment #12
hanoiiThere seems to be some relationship between this issue and #754952: Seller email Token - new module, just noting it here.