cart icon indicating copy to clipboard operation
cart copied to clipboard

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.

Results 164 cart issues
Sort by recently updated
recently updated
newest added

## Bug Report **Current Behavior** The Widget TurnoverPerDay does not show any results all bars at 0 **Environment** - TYPO3 version(s): 12.4 - cart version: 9.1 - Is your TYPO3...

## Bug Report **Current Behavior** When using the partial `Cart/OrderForm/PaymentMethod.html`, the payment method is set via AJAX. However, if the TypoScript constant `addToCartByAjax` is set to an empty value (`addToCartByAjax...

When the scheduled task "cleanup: orphanrecords" runs while a customer is in the ordering process, the order record is removed completely from the order_item table. I assume the order record...

## Bug Report **Current Behavior** In the documentation, it states: ```typoscript plugin.tx_cart { settings { autoGenerateNumbers = order } } ``` (See: [link to documentation line](https://github.com/extcode/cart/blob/dd50fd8b50b9aedf4152ccd87774ad7c7e111dd3/Documentation/Administrator/Configuration/NumberGenerator/Index.rst#L20)) However, in `settings.typoscript`, it...

Slightly enhancing the documentation for zone-based configuration for payments and shippings. Beside enhancing the example a hint has been added that the country-based configuration for payments and shippings can interfere...

This makes sure that a single order item with a missing billing address doesn't break the entire CSV export. Resolves: #725

## Bug Report ``` Call to a member function getSalutation() on null ```

## Bug Report **Current Behavior** Using the extension in a multilanguage setup the dashboard gets unaccessible due to the lines https://github.com/extcode/cart/blob/257cea6c846e1c69dec4d9e3c436de0863eacb3f/Classes/Widgets/Provider/OrdersPerDayProvider.php#L32 and https://github.com/extcode/cart/blob/257cea6c846e1c69dec4d9e3c436de0863eacb3f/Classes/Widgets/Provider/TurnoverPerDayProvider.php#L31 **Expected behavior/output** Widget shall not lead to...

10.x
11.x

## Bug Report **Current Behavior** When running DB compare it's constantly trying to alter the "double" fields. **Expected behavior/output** Not do that. **Environment** - TYPO3 version(s): 13.4 - cart version:...

10.x
11.x

The ext_tables.sql file used the deprecated MySQL syntax `double(11,2)` for decimal fields, which causes constant schema migration prompts when running DB compare. MySQL/MariaDB interprets `double(11,2)` ambiguously, and Doctrine DBAL schema...

11.x