You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to call a deactivated product in the frontend results in an TYPO3 Error. This should show a message like "product not found" or then be a redirect to the configuered error404 page.
So if the product does no longer exists the list view will be used. This is not optimal as the URL stays the same. But you can of course adapt this behaviour in your own extension with e.g.
return$this->redirect(actionName: 'list', pageUid: <the PID of the fitting list view>);
To implement this in EXT:cart_products would also be possible if we would add a listViewPID to the flexform of the show plugin. If it's set we could use this variable to redirect to the list properly...
Trying to call a deactivated product in the frontend results in an TYPO3 Error. This should show a message like "product not found" or then be a redirect to the configuered error404 page.
Try: https://www.weingut-isele.de/weine/detail/weinsortiment/testwein/
If a link to a product is communicated in a newsletter for example and suddenly the product is out of stock and deactivated for that reason, the user gets an TYPO3 Error...
The text was updated successfully, but these errors were encountered: