Just need a little help and understanding. So quick and easy. I set up an alert for an item That is currently out of stock. I chose the box that said Not Available and finished it. Now under conditions, I know I need to select “TEXT” now this part I need help. Do I choose “Does not contain” and then write NOT Available? That means it continues to watch the item UNLESS the page doesn’t say Not available anymore correct? It was a little confusing.
text does not contain not
should work too.
one important thing to make sure that the once the product becomes available, selectors should match an element in the page. otherwise it will encounter a SELECTION_EMPTY error. so i will recommend including the page’s title to the selection so that at least one element is found in the page.
Awesome. And yeah, I made sure to include the text in a condition that says “Add to cart” so it will work with that. Is that what you mean by the 2nd thing you said? I’m very new to this so I appreciate all the help from you.
no - keep the condition as simple as possible. i meant that when selecting parts of the page to be monitored, select the product’s title too.
Ahhh okay. I will do that. Thank you so much.