extcode / cart

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. The extension allows you to create coupons, products with or without variants, special prices.
GNU General Public License v2.0
57 stars 51 forks source link

Wrong Docu for autoGenerateNumbers #598

Open peterschoene opened 2 weeks ago

peterschoene commented 2 weeks ago

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