Open manu37 opened 1 year ago
Articles which are set to unavailable don't show up in the overview but are still callable by Product ID (e.g. out of Google Search Results) and thus can be ordered, Bug.
FrontEndController.php line 681: if (!$product or !$product->isAvailable()) {
if (!$product or !$product->isAvailable()) {
To answer with 404 might be better. Otherwise the orphaned product ids stay indexed forever.
Articles which are set to unavailable don't show up in the overview but are still callable by Product ID (e.g. out of Google Search Results) and thus can be ordered, Bug.