Gerald R.
Gerald R.
## Feature Request **Is your feature request related to a problem? Please describe.** Some features are still not or not clear enough documented; **Describe the solution you'd like** Improve documentation...
As `$GLOBALS['TSFE']->feUser` will not work in TYPO3 v13 the usage is migrated. Fixes #485
All redirect() calls need to be "prefixed" with `return` in TYPO3 v12 to work properly, see https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/11.3/Deprecation-94351-ExtextbaseStopActionException.html Fixes #483
Extend the event `ProcessOrderCheckStockEvent` so that EventListeners can set the availability. Fixes #309
Reimplements a ViewHelper to set the page title which can be used by other extensions for EXT:cart. The implementation is copied from `EXT:sf_event_mgt`. Compared to an implementation without a ViewHelper...
Switch usage of $GLOBALS['TSFE'] to Context API to retrieve FE user UID.
Form input fields which are used in the FE to enter the quantity of products used `type="text"`. These fields now use `type="number"` instead. Fixes #311
## Feature Request **Is your feature request related to a problem? Please describe.** According to the changelog documentation https://docs.typo3.org/p/extcode/cart/main/en-us/Changelog/7.3/Feature-339-TaxationOfServiceCostAsAnAncillaryService.html (or if the link some when might be outdated see https://github.com/extcode/cart/commit/123b441741aa993ee721dcea8ac32d2cea4bb055#diff-6824b8d62c7724590e03ddb85fb20aee3537ad5eb787b15572798a7ca0250c83)...
## Feature Request **Is your feature request related to a problem? Please describe.** The new doc does no longer use Sphinx but phpDocumentor/guides, see https://docs.typo3.org/other/t3docs/render-guides/main/en-us/Introduction/Index.html which has better A11y. **Describe...
## Feature Request **Is your feature request related to a problem? Please describe.** The extension has still 2 Hooks in place which should be converted to PSR-14 Events. **Describe the...