-
-
Notifications
You must be signed in to change notification settings - Fork 74
Description
Hello,
Magento version: 2.4.2-p1
Extension version: 1.0
There is an issue in which the product edit page from admin contains Price input field is rounded off itself although it is from different store view where the extension is disabled, let us understand with the screenshots.
1.While creating a new product with decimal value:

In the above image, the price field contains $25.5, and whiling saving this the price field automatic rounded off itself and converted into $ 26 .
3.The below is the product grid(admin) it shows the actual value of price which I assigned with decimal but it won't be reflected on the Product edit section(admin):

The main issue is that lillik/magento2-price-decimal extension is disabled for this store view, then why should this rounding off is showing in the Product edit(admin) section. It has to be the same as the product gird(admin) had.
Please help in the resolution of the issue. And connect with me for any question on the issue.
