Active
Project:
Ubercart Out of stock Notification
Version:
6.x-1.4
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jul 2010 at 14:48 UTC
Updated:
10 Oct 2011 at 14:49 UTC
Your out of stock module is nice because of the stock validation. Thanks!
Now if we want customers to be notify when a product come back in stock, it would be great to add a notify functionnality like here: http://drupal.org/project/uc_stock_notify
Do you think it is possible?
Comments
Comment #1
mcaden commentedI wanted this too. I activated this module AND installed uc_stock_notify...and it worked! uc_stock_notify replaced whatever html uc_out_of_stock had set with it's notify button. GREAT!!!... problem however, arose when I went to activate attributes and added uc_multi_stock for attributes. Now uc_stock_notify only works on objects without attributes. Objects without attributes get the html set in uc_out_of_stock.
I would love an option to use uc_stock_notify although I'm not sure how best to implement it. A token? A hook?
Comment #2
maksim24 commentedmcaden subscribe. how you resolve this issue?
Comment #3
mcaden commentedThe client decided just to not use stock for the few products he had attributes for. Sorry i can't be more help.
Comment #4
hanoiiWell, first of all, I wouldn't use uc_multi_stock, the D6 version of this module kind of override that module as far as I can tell. Then about uc_stock_notify, I don't really use that module, so leaving this issue open for further notes and references.
Comment #5
maksim24 commentedFor integration uc_out_of_sock with uc_stock_notify and popups modules I made some changes in uc_out_of_stock.js
in uc_out_of_stock.module in function uc_out_of_stock_form_alter(&$form, $form_state, $form_id)
On uc_out_of_stock configuration page /admin/store/settings/uc_out_of_stock i wrote something like that:
It's just my example how i resolved this issue.
i hope author will add universal code into uc_out_of_stock module
(as usual sorry for my english)