We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
settings.typoscript
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Bug Report
Current Behavior
In the documentation, it states:
(See: link to documentation line)
However, in
settings.typoscript
, it actually appears as:(See: link to setup.typoscript line)
Expected Behavior
The documentation should be corrected to reflect the actual TypoScript structure.
Environment
The text was updated successfully, but these errors were encountered: