Skip to content
New issue

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

Wrong Docu for autoGenerateNumbers #598

Open
peterschoene opened this issue Nov 6, 2024 · 0 comments
Open

Wrong Docu for autoGenerateNumbers #598

peterschoene opened this issue Nov 6, 2024 · 0 comments

Comments

@peterschoene
Copy link

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
@peterschoene peterschoene changed the title Wrong Doku for autoGenerateNumbers Wrong Docu for autoGenerateNumbers Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant