Closed AMishchan closed 3 years ago
Hi @Zayander. Thank you for your report. To help us process this issue please make sure that you provided the following information:
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 give me 2.4-develop instance
- upcoming 2.4.x release
For more details, please, review the Magento Contributor Assistant documentation.
Please, add a comment to assign the issue: @magento I am working on this
Join Magento Community Engineering Slack and ask your questions in #github channel.
:warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting.
:clock10: You can find the schedule on the Magento Community Calendar page.
:telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket.
:movie_camera: You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel
:pencil2: Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel
My composer.json file content: { "name": "magento/project-enterprise-edition", "description": "eCommerce Platform for Growth (Enterprise Edition)", "type": "project", "license": [ "proprietary" ], "config": { "preferred-install": "dist", "sort-packages": true }, "version": "2.4.2-p1", "require": { "magento/composer-root-update-plugin": "~1.1", "magento/extension-b2b": "^1.3", "magento/module-negotiable-quote": "^100.3", "magento/product-enterprise-edition": ">=2.4.2 <2.4.3" }, "autoload": { "exclude-from-classmap": [ "/dev/", "/update/", "/Test/" ], "files": [ "app/etc/NonComposerComponentRegistration.php" ], "psr-0": { "": [ "app/code/", "generated/code/" ] }, "psr-4": { "Magento\": "app/code/Magento/", "Magento\Framework\": "lib/internal/Magento/Framework/", "Magento\Setup\": "setup/src/Magento/Setup/", "Zend\Mvc\Controller\": "setup/src/Zend/Mvc/Controller/" } }, "require-dev": { "allure-framework/allure-phpunit": "~1.2.0", "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0", "friendsofphp/php-cs-fixer": "~2.16.0", "lusitanian/oauth": "~0.8.10", "magento/magento-coding-standard": "", "magento/magento2-functional-testing-framework": "^3.0", "pdepend/pdepend": "~2.7.1", "phpcompatibility/php-compatibility": "^9.3", "phpmd/phpmd": "^2.8.0", "phpstan/phpstan": ">=0.12.3 <=0.12.23", "phpunit/phpunit": "^9", "sebastian/phpcpd": "~5.0.0", "squizlabs/php_codesniffer": "~3.5.4" }, "conflict": { "gene/bluefoot": "" }, "autoload-dev": { "psr-4": { "Magento\PhpStan\": "dev/tests/static/framework/Magento/PhpStan/", "Magento\Sniffs\": "dev/tests/static/framework/Magento/Sniffs/", "Magento\TestFramework\Inspection\": "dev/tests/static/framework/Magento/TestFramework/Inspection/", "Magento\TestFramework\Utility\": "dev/tests/static/framework/Magento/TestFramework/Utility/", "Magento\Tools\": "dev/tools/Magento/Tools/", "Magento\Tools\Sanity\": "dev/build/publication/sanity/Magento/Tools/Sanity/" } }, "minimum-stability": "dev", "prefer-stable": true, "repositories": { "0": { "type": "composer", "url": "https://repo.magento.com/" } }, "extra": { "magento-force": "override", "patches-search": "patches" } }
Hi @engcom-November. 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: :point_down:
[ ] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).Details
If 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.4-develop
branchDetails
- Add the comment @magento give me 2.4-develop instance
to deploy test instance on Magento infrastructure.
- If the issue is reproducible on 2.4-develop
branch, please, add the label Reproduced on 2.4.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. Add label Issue: Confirmed
once verification is complete.
[ ] 6. Make sure that automatic system confirms that report has been added to the backlog.
Verified the issue on Magento 2.4-develop branch having B2B Modules enabled and the issue is not reproducible:
Steps performed:
Admin - Stores - Configuration - General - Enable B2B Features and Save Stores->Configuration->Sales->Tax->Calculation Settings->Catalog Price to "Including Tax" Create Tax Zone and Tax Rule of Ex: Say 10% (Stores - Taxes) Create a Company Account (Customers - Company - Add New Company) Reset password - Customers - All Customers - Edit the customer - Reset Password Login to Store-front as a Company Administrator Add a product to Cart Navigate to Shopping Cart Page - Click on Request a Quote - Send Request Open the Quote from Admin - Sales - Quotes - View Quote - add "Negotiated Price" - "Amount Discount" for example. Click "Send". Open Quote in a customer account (Front-end) - No issue in Price Total displayed as expected. Refresh the page - No issue
@Zayander, Kindly recheck the issue on Magento 2.4-develop branch and provide the missing steps if any if the issue is still reproducible. Thank you
@AMishchan, we are closing this issue as there has been no latest update on the same. Thank you.
Preconditions (*)
Steps to reproduce (*)
1.Add product to cart
Expected result (*)
Totals do not increase in any case after page reload
Actual result (*)
Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.