Back in stock notification

How do you get the Back in stock notification to work? On my products, when the inventory is zero it just says out of stock and does not offer and I can’t even find a “Back in Stock” add on. I was using the WG version of back in stock but it does not work with 2.2.3. how do I enable this feature?



Robert

[quote name='scubagoo' timestamp='1317578141' post='122814']

How do you get the Back in stock notification to work? On my products, when the inventory is zero it just says out of stock and does not offer and I can't even find a “Back in Stock” add on. I was using the WG version of back in stock but it does not work with 2.2.3. how do I enable this feature?



Robert

[/quote]



Hi, I think I know why. When you add a product in 2.2.3 you have a new drop down in the “Availability” section lower in the page that ask you: Out of stock action and you can pick “Sign up for notification”.



Hope it works for you. I'm not sure but you might have to fix it on all your products. Their might be a bulk function but I didn't find it.



D.

is it possible to set all current products to “Sign up for notification” with a sql query? can someone tell me?

[quote name='elk' timestamp='1332523598' post='133682']

is it possible to set all current products to “Sign up for notification” with a sql query? can someone tell me?

[/quote]


UPDATE `cscart_products` SET `out_of_stock_actions` = 'S';