GX-Bug #68758
Von Ulrich Wenk vor mehr als 3 Jahren aktualisiert
A url like `https://www.gambio-shop.de/shop1/de/?manufacturers_id=8999` should return a 404 status code, because the manufacturer with the ID 8999 does not exist.
_____________________________________
1. go to your frontend, open the developer console
2. add this URL to your shops URL: ```/?manufacturers_id=8999```
expected:
* ```/?manufacturers_id=8999``` should be status 404
actual:
* ```/?manufacturers_id=8999``` has status 200