Allow pasting prices with comma as decimal separator
Title:
Allow pasting prices with comma as decimal separator
Description:
Currently, Shopware 6 does not accept prices that are pasted with a comma as the decimal separator.
For example:
12,95 → only 12 is inserted (the decimal part is ignored)
This is inconvenient for European merchants, because prices are often copied from:
Excel
ERP systems
Supplier price lists
Websites
where the comma is the standard decimal separator.
Expected behavior
When a user pastes a price such as:
12,95
1234,56
Shopware should automatically convert it to the correct internal decimal format instead of discarding everything after the comma.
This would improve usability significantly and prevent incorrect prices from being entered.
Benefit
Better user experience
Fewer input errors
Better support for European number formats
Faster product maintenance