Bug Report
Current Behavior
In the TCA definition price_measure_unit in the file tx_cartproducts_domain_model_bevariant.php, the specification 'value' => '--div--' is missing on line 277 under the subheading tx_cartproducts_domain_model_product_product.measure.area. This makes the heading an item without a value and throws an error when saving because this entry is used as the default value.
Environment
- TYPO3 13.4.24
- PHP 8.3.30
- no composer
- EXT:cart 11.7.1
- EXT:cart_products 7.2.0
Possible Solution
Quick fix via TCA/Overrides/*
['label' => $_LLL . ':tx_cartproducts_domain_model_product_product.measure.area', 'value' => '--div--'],