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

Undefined array key "format" #556

Closed Hobokens closed 3 months ago

Hobokens commented 3 months ago

Bug Report

Current Behavior I constantly get the warning in my log

PHP Warning: Undefined array key "format" in /www/htdocs/w0144cf7/my-domain.de/typo3conf/ext/cart/Classes/ViewHelpers/Format/CurrencyViewHelper.php line 111

Expected behavior/output no warnings

Environment

Hobokens commented 3 months ago

Strange, after implementing the pull request the errors are gone.