Skip to content

Tierprice can't save float percentage value #18651

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

Closed
Hoszi opened this issue Oct 16, 2018 · 15 comments
Closed

Tierprice can't save float percentage value #18651

Hoszi opened this issue Oct 16, 2018 · 15 comments
Assignees
Labels
Component: Catalog Event: dmcdindia1 Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release

Comments

@Hoszi
Copy link

Hoszi commented Oct 16, 2018

Preconditions (*)

  1. Install the newest version 2.2.6

Steps to reproduce (*)

  1. Add new product
  2. Add new tierprice with "discount" value "12.5"
  3. Save the product

Expected result (*)

  1. Saving the tierprice as you set it "12.5"

Actual result (*)

  1. It's converted to INT then save it

Possible Solution

In
\Magento\Catalog\Model\Product\Attribute\Backend\TierPrice\UpdateHandler.php
and
\Magento\Catalog\Model\Product\Attribute\Backend\TierPrice\SaveHandler.php
private function getPercentage(array $priceRow) { return isset($priceRow['percentage_value']) && is_numeric($priceRow['percentage_value']) ? (int)$priceRow['percentage_value'] : null; }
change the (int) to (float)

In the DB the percentage_value is a decimal field

@magento-engcom-team magento-engcom-team added the Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed label Oct 16, 2018
@magento-engcom-team
Copy link
Contributor

Hi @Hoszi. Thank you for your report.
To help us process this issue please make sure that you provided the following information:

  • Summary of the issue
  • Information on your environment
  • Steps to reproduce
  • Expected and actual results

Please make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, please, add a comment to the issue:

@magento-engcom-team give me $VERSION instance

where $VERSION is version tags (starting from 2.2.0+) or develop branches (for example: 2.3-develop).
For more details, please, review the Magento Contributor Assistant documentation.

@Hoszi do you confirm that you was able to reproduce the issue on vanilla Magento instance following steps to reproduce?

  • yes
  • no

@Hoszi
Copy link
Author

Hoszi commented Oct 16, 2018

@magento-engcom-team give me 2.2.6 instance

@magento-engcom-team
Copy link
Contributor

Hi @Hoszi. Thank you for your request. I'm working on Magento 2.2.6 instance for you

@magento-engcom-team
Copy link
Contributor

Hi @Hoszi, here is your Magento instance.
Admin access: http://ec2-34-228-235-121.compute-1.amazonaws.com/i-18651-2-2-6//admin
Login: admin Password: 123123q
Instance will be terminated in up to 3 hours.

@Hoszi
Copy link
Author

Hoszi commented Oct 16, 2018

I can reproduce the issue on vanilla Magento instance

anujwebkul added a commit to anujwebkul/magento2 that referenced this issue Oct 17, 2018
@ghost ghost self-assigned this Oct 19, 2018
@magento-engcom-team
Copy link
Contributor

magento-engcom-team commented Oct 19, 2018

Hi @engcom-backlog-pb. Thank you for working on this issue.
In order to make sure that issue has enough information and ready for development, please read and check the following instruction: 👇

  • 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).

    DetailsIf the issue has a valid description, the label Issue: Format is valid will be added to the issue automatically. Please, edit issue description if needed, until label Issue: Format is valid appears.

  • 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue. If the report is valid, add Issue: Clear Description label to the issue by yourself.

  • 3. Add Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 4. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 5. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 6. Add label Issue: Confirmed once verification is complete.

  • 7. Make sure that automatic system confirms that report has been added to the backlog.

@ghost ghost added Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Component: Catalog Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release labels Oct 19, 2018
@magento-engcom-team
Copy link
Contributor

@engcom-backlog-pb Thank you for verifying the issue. Based on the provided information internal tickets MAGETWO-95794, MAGETWO-95795 were created

@magento-engcom-team magento-engcom-team added the Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development label Oct 19, 2018
@ghost ghost removed their assignment Oct 19, 2018
@saphaljha saphaljha self-assigned this Oct 23, 2018
@magento-engcom-team
Copy link
Contributor

Hi @saphaljha. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

@ghost ghost self-assigned this Nov 2, 2018
@magento-engcom-team
Copy link
Contributor

Hi @SikailoISM. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

@saphaljha saphaljha removed their assignment Nov 24, 2018
@ghost ghost removed their assignment Nov 29, 2018
@magento-engcom-team
Copy link
Contributor

magento-engcom-team commented Nov 30, 2018

Hi @novikor. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if your want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

novikor pushed a commit to novikor/magento2 that referenced this issue Feb 16, 2019
Display percentage on PDP in case it is set explicitly.
@ghost ghost assigned anujwebkul Mar 28, 2019
@ghost ghost assigned anujwebkul and unassigned anujwebkul Apr 4, 2019
@ghost ghost unassigned novikor May 1, 2019
@ElangoLS
Copy link

ElangoLS commented May 4, 2019

I am working on this at #dmcdindia1

@ghost ghost self-assigned this May 4, 2019
@m2-assistant
Copy link

m2-assistant bot commented May 4, 2019

Hi @surbhi-ranosys. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

@ElangoLS ElangoLS assigned ElangoLS and unassigned ghost May 4, 2019
@m2-assistant
Copy link

m2-assistant bot commented May 4, 2019

Hi @ElangoLS. Thank you for working on this issue.
Looks like this issue is already verified and confirmed. But if you want to validate it one more time, please, go though the following instruction:

  • 1. Add/Edit Component: XXXXX label(s) to the ticket, indicating the components it may be related to.

  • 2. Verify that the issue is reproducible on 2.3-develop branch

    Details- Add the comment @magento-engcom-team give me 2.3-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.3-develop branch, please, add the label Reproduced on 2.3.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!

  • 3. Verify that the issue is reproducible on 2.2-develop branch.

    Details- Add the comment @magento-engcom-team give me 2.2-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.2-develop branch, please add the label Reproduced on 2.2.x

  • 4. If the issue is not relevant or is not reproducible any more, feel free to close it.

@ghost ghost assigned novikor May 5, 2019
novikor added a commit to novikor/magento2 that referenced this issue May 5, 2019
novikor pushed a commit to novikor/magento2 that referenced this issue May 16, 2019
…rcentage on PDP in case it is set explicitly.
novikor added a commit to novikor/magento2 that referenced this issue May 16, 2019
novikor pushed a commit to novikor/magento2 that referenced this issue May 16, 2019
…rcentage on PDP in case it is set explicitly.
novikor added a commit to novikor/magento2 that referenced this issue May 16, 2019
@novikor
Copy link
Contributor

novikor commented May 18, 2019

@Hoszi , please confirm the issue is fixed in 2.3-develop now and reopen it if it is not.

@novikor novikor closed this as completed May 18, 2019
novikor pushed a commit to novikor/magento2 that referenced this issue May 18, 2019
…rcentage on PDP in case it is set explicitly.
novikor added a commit to novikor/magento2 that referenced this issue May 18, 2019
@sidolov
Copy link
Contributor

sidolov commented May 21, 2019

Hi @Hoszi. Thank you for your report.
The issue has been fixed in #22936 by @novikor in 2.2-develop branch
Related commit(s):

The fix will be available with the upcoming 2.2.10 release.

@sidolov sidolov added the Fixed in 2.2.x The issue has been fixed in 2.2 release line label May 21, 2019
@novikor novikor removed their assignment May 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Catalog Event: dmcdindia1 Fixed in 2.2.x The issue has been fixed in 2.2 release line Issue: Clear Description Gate 2 Passed. Manual verification of the issue description passed Issue: Confirmed Gate 3 Passed. Manual verification of the issue completed. Issue is confirmed Issue: Format is valid Gate 1 Passed. Automatic verification of issue format passed Issue: Ready for Work Gate 4. Acknowledged. Issue is added to backlog and ready for development Reproduced on 2.2.x The issue has been reproduced on latest 2.2 release Reproduced on 2.3.x The issue has been reproduced on latest 2.3 release
Projects
None yet
Development

No branches or pull requests

7 participants