Gerald R.
Gerald R.
Further adaptions are needed in product extensions. Fixes: #522
The documentation of EXT:news contains tutorials, see https://docs.typo3.org/p/georgringer/news/main/en-us/Tutorials/Index.html This is a good way to include pratical guiding for developers/integrators without polluting the more technical parts of the documentation. For the...
## Feature Request **Is your feature request related to a problem? Please describe.** The [ProductList.html](https://github.com/extcode/cart/blob/main/Resources/Private/Partials/Cart/ProductForm/ProductList.html) of the cart shows the list of products that are in the cart. Most shops...
## Task Using `plugin.tx_cart.features.skipDefaultArguments = 1` is deprecated with TYPO3 12.4, see [Deprecation: #100622 - Extbase feature toggles](https://docs.typo3.org/c/typo3/cms-core/main/en-us/Changelog/12.4/Deprecation-100622-ExtbaseFeatureToggles.html#skipdefaultarguments-1). It is used in https://github.com/extcode/cart/blob/2c78933e7fdc68ab7b6674cb8777b67c8d82e63b/Configuration/TypoScript/setup.typoscript#L50-L52 This needs migration for TYPO3 v13.
Setting the path to `path: ./../` gets wrong results as it make the linter running in the parent directory of the extensoin. Simply removing works when running it with the...
First the docs say that you shall not use dot definition for nesting in `settings.yaml` because it will not work but later on in `definitions.yaml` the example uses dot definition....
Event which allow for example to adapt own buttons in the docHeader. Fixes: #588
## Bug Report **Current Behavior** According to the docs https://docs.typo3.org/p/extcode/cart/main/en-us/Developer/Events/Index.html#confval-extcode-cart-event-order-paymentevent the `PaymentEvent` should trigger the `StockEvent` on success. But in the code the `StockEvent` comes after the `PaymentEvent`: https://github.com/extcode/cart/blob/560a455b1f926be44092dff39350611e2e083d9d/Classes/Controller/Cart/OrderController.php#L223-L233 Due...
This is just a base for discussion! I would like to drop the Bootstrap classes in the Frontend. The reasons: - The current implementation for the Frontend with Bootstrap is...
Salutation (Mr/Ms) are mostly never required to fulfill a purchase. According to GDPR companies shall collect as few data as possible. Due to this the salutation field should no longer...