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

Hello, I’ve discovered an issue related to the quantity discount feature. The quantity discount (quantity_discounts), which can be configured in the TYPO3 v13 backend using the cart extension (version ^11.5),...

After placing an order using **cart version ^11.5**, I immediately get the following error: PHP Warning: Undefined array key 1 in /var/www/html/vendor/extcode/cart/Classes/Domain/Model/Cart/Cart.php line 341 I fixed this issue by replacing...

## Bug Report **Current Behavior** Whenever I open the order module in the TYPO3 backend a PHP warning is logged: > #1476107295 TYPO3\CMS\Core\Error\Exception > PHP Warning: Undefined array key "itemsPerPage"...

When updating from 10.2.4 to 10.3.0 this warning occurred in the cart backend module on folders with orders. Same as #556. PHP Warning: Undefined array key "format" in /var/www/typo3/vendor/extcode/cart/Classes/ViewHelpers/Format/CurrencyViewHelper.php line...

With version 8.0 the feature toggle `SplitUpProcessOrderCreateEvent` got removed. Why keep the old event class then? I'm upgrading EXT:cart_pdf to v13 a.t.m. and was wondering why this event still exists...

AJAX_CART_TYPE_NUM sets the typeNum to 2278001. For cases where two different carts are needed, another typeNum has to be registered. To accomplish that, one can extend the ProductController just to...

## Bug Report **Current Behavior** AJAX_CART_TYPE_NUM sets the typeNum to 2278001. For cases where two different carts are needed, another typeNum has to be registered. To accomplish that, one can...