We have an option in our size selection box in our store that is "Unavailable". Couple lines below of the selections:
<option value="24314">44 - <span class="oldprice"></span> <span class="onsale">Sale: ($30.99)</span> - In Stock: 49 </option>
<option value="24315">46 - <span class="oldprice"></span> <span class="onsale">Sale: ($30.99)</span> - Unavailable </option>
Is there a script that will pop up a message if they try to add an item marked Unavailable to the cart and stop them to go back and make another selection?
We don't want to remove these and sometimes they do become available again.
Thanks for any help.