lillik/magento2-price-decimal

Decimal lengh cannnot be more then 4 digits

cdiacon opened this issue · 1 comments

Database schema is limited to 4digits (decimal(12,4)) for price decimal and shouldn't be text option as it can't hold the value more then 4 decimals.

Suggestion to make this a dropdown option for

Decimal Length

with values
0
1
2
3
4

Thx @cdiacon , it's DONE.