Page 1 of 1

Back in stock notification for variants

Posted: Fri Sep 09, 2016 5:13 am
by AbleMods
Does this feature work with variants, or only the main product?

Re: Back in stock notification for variants

Posted: Fri Sep 09, 2016 6:51 am
by nadeem
Does this feature work with variants, or only the main product?
Yes, it works with the variants as well.

Re: Back in stock notification for variants

Posted: Fri Sep 09, 2016 12:10 pm
by Katie

Re: Back in stock notification for variants

Posted: Sat Sep 10, 2016 1:23 am
by AbleMods
Thanks Katie, I've forwarded your info. I'm sure it'll help.

Are there any plans to have a global way to turn on restock notifications? Right now I have to do it with a SQL command.

Many clients who want to activate this feature become dismayed when they learn that every single product in the catalog must be edited.

Re: Back in stock notification for variants

Posted: Sat Sep 10, 2016 2:52 am
by Katie
Sorry Joe, but we don't have any one setting that changes all the individual product settings. I would suggest Batch Edit or use the Data Exchange feature.

It's actually quite easy, even for large sites. Just export all the products with "Name" & "EnableRestockNotifications" fields. If desired, you can also include any of the inventory fields like "InventoryMode", "InStock", "AvailabilityDate", or "EnableRestockNotifications".

After you have your properly formatted CSV file, just do a mass update there from False to True. Then re-upload the CSV.

I suppose it's probably easier with an SQL query, but the data update feature is useful too.

Thanks
Katie

Re: Back in stock notification for variants

Posted: Fri Sep 16, 2016 4:15 pm
by compunerdy
How is this supposed to work for variants if the variants disappear from the drop down when they are out of stock?

Re: Back in stock notification for variants

Posted: Sat Sep 17, 2016 4:09 am
by Katie
Did you see the link I posted above on Sept. 9th? This is the documentation for the new feature.

Once inventory and restock notifications are enabled, the customer will be able to be notified when the product has 0 for In Stock level and the option to allow back-orders is unchecked or disabled. When this condition is met, then the customer will see the notification message.

If it's not working for you, then you'll need to give us some details about how your variants are setup.

Thanks,
Katie

Re: Back in stock notification for variants

Posted: Wed Sep 21, 2016 5:04 am
by compunerdy
Track variants and enable notifications are set for this product.

http://www.thecustomsabershop.com/Luxeo ... -P523.aspx

Currently we have colors such as red out of stock. A customer cannot select red in the drop down though as the system hides it because it is out of stock so there is no way for them to select it and get the notify when back in stock message.

Re: Back in stock notification for variants

Posted: Thu Sep 22, 2016 1:36 am
by nadeem
Enable notifications option for variants will only appear if you have availability date specified for the out of stock item. Following three conditions should met in order to work enable notification for variants:

1 - inventory tracking is enabled for variants
2 - the product's enable restock notifications is true
3 - the variant is at 0 stock level AND the Availability Date has some value

Re: Back in stock notification for variants

Posted: Thu Sep 22, 2016 2:04 am
by Katie
There is an open bug report to make the "Availability Date" excluded from the restock notification requirement. We had a discrepancy in the variant display on the product pages. If you use the Product Display with option grid enabled, then it will appear. We felt that an issue report needed to be logged so the display of variants was consistent between all the product display pages.

Re: Back in stock notification for variants

Posted: Thu Sep 22, 2016 4:29 am
by compunerdy
Removing that requirement sounds like a good fix..

I tried switching to product display with options grid and that still does not give the back in stock notify option.

http://www.thecustomsabershop.com/Luxeo ... -P523.aspx

Re: Back in stock notification for variants

Posted: Fri Sep 23, 2016 12:45 am
by nadeem
You can only see the out of stock message against the item using option grid page. But notify option still doesn't show up on this page as well without the availability date specified.

As Katie stated, the availability date requirement need to be removed from the restock notification feature.

Re: Back in stock notification for variants

Posted: Fri Sep 23, 2016 6:50 am
by compunerdy
Ok, thanks.. If a patch can be done to fix this that would be great.

Re: Back in stock notification for variants

Posted: Wed Oct 05, 2016 10:51 am
by compunerdy
There is a problem with this for kits as well..

For kits to properly shows as in stock or out of stock you have it setup this way.. (at least it is the way I was told years ago and have always done)

Fake parent item with a large inventory level.. I usually put like 999999
-sub item a with inventory on
-sub item b with inventory on

When sub item b for instance goes to 0 stock the parent item shows as out of stock and the customer can activate the email when back in stock function. The issue is that it is assigned to the parent item and not the sub item. So the only way to trigger the restock notification is to change the stock level on the parent item and the sub item at the same time. If you just did the sub item there would be no email and if you just do the parent item it would not actually show as in stock since the sub item would still have a 0 inventory count.

The fix would be to assign the email to the sub item that is out of stock and when that is triggered send a link to the parent item. Of course the issue with that is a sub item can be linked to multiple parent items so that would need to be tracked as well.

Re: Back in stock notification for variants

Posted: Wed Oct 05, 2016 11:12 am
by compunerdy
This is strange.. by changing the stock of that sub item it triggered the back in stock notification for another parent item that it is also a kit of. So is the system already designed to trigger the parent item when a sub item comes back in stock and the only issue is that the system does not show that people have signed up to be notified for the sub item?