cart
cart copied to clipboard
Wrong Docu for autoGenerateNumbers
Bug Report
Current Behavior In the documentation, it states:
plugin.tx_cart {
settings {
autoGenerateNumbers = order
}
}
(See: link to documentation line)
However, in settings.typoscript, it actually appears as:
plugin.tx_cart {
autoGenerateNumbers = order
}
(See: link to setup.typoscript line)
Expected Behavior The documentation should be corrected to reflect the actual TypoScript structure.
Environment
- TYPO3 version(s): COMPOSER 12.4.22
- cart version: 9.0.1