Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Special price change on product save - multi store edit #63

Open
vinazoom opened this issue May 10, 2021 · 3 comments
Open

Special price change on product save - multi store edit #63

vinazoom opened this issue May 10, 2021 · 3 comments

Comments

@vinazoom
Copy link

When i edit special price:
-- The global special price still using decimal exp: 59,000.00
-- The special price edit on a store view: first save to 59,000. Second save to 59

Please fix it

@mitaldeveloper
Copy link

mitaldeveloper commented Jul 5, 2021

You can comment code or remove the below file.
code:

<virtualType name="Magento\Catalog\Ui\DataProvider\Product\Form\Modifier\Pool" type="Magento\Ui\DataProvider\Modifier\Pool">
    <arguments>
        <argument name="modifiers" xsi:type="array">
            <item name="pricetab" xsi:type="array">
                <item name="class" xsi:type="string">Lillik\PriceDecimal\Ui\DataProvider\Product\Modifier\Price</item>
                <item name="sortOrder" xsi:type="number">200</item>
            </item>
        </argument>
    </arguments>
</virtualType> 

app/code/Lillik/PriceDecimal/etc/adminhtml/di.xml
This code for product price in the backend.

@domingo-valdes
Copy link

Your solution does not work

@domingo-valdes
Copy link

The problem comes form the Currency class

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants