-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Solve problem adding product from wishlist when these require more of one unit #12025
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
PedroBlascoInteractiv4
wants to merge
2,144
commits into
magento:2.2-develop
from
PedroBlascoInteractiv4:PR#ISSUE_9155
Closed
Solve problem adding product from wishlist when these require more of one unit #12025
PedroBlascoInteractiv4
wants to merge
2,144
commits into
magento:2.2-develop
from
PedroBlascoInteractiv4:PR#ISSUE_9155
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… of item in basket, original item quantity is being held in the quantity field on the update item page - for 2.1
…attributes in system
- Add phpdoc; - Update select query;
[TSG] Backporting for 2.1 (pr31) (2.1.10) (FT fix)
…attributes in system
…rectly on a store view level magento#2908 magento#5885 magento#5612 - for 2.1
- Update unit test;
…g email then leaving checkout page - for 2.1
…amount - Don't use price index for product grid on backend - Add integration test
…amount - Add test namespace - Add empty line at end of file
…g email then leaving checkout page - for 2.1
[MPI] 2.1.10 Bug fixes
…ip and configurable products - for 2.1
…ip and configurable products - for 2.1
…ip and configurable products - for 2.1
…ip and configurable products - for 2.1
[TSG] Backporting for 2.1 (pr30) (2.1.10)
# Conflicts: # app/code/Magento/Bundle/view/base/web/js/price-bundle.js
[EngCom] Public Pull Requests - 2.1-develop - MAGETWO-82527: Backport MAGETWO-52856 into Magento 2.1.x magento#11640
…alse [Backport 2.1 develop] magento#11611
Public Pull Requests magento#11611 FR#6891_21 Add-to-cart checkbox still visible when = false [Backport 2.1 develop] by @mrodespin Fixed Public Issues magento#6891 Add-to-cart checkbox still visible when $canItemsAddToCart = false
… EavAttribute.php magento#11728 - Merge Pull Request magento#11728 from angelo983/magento2:patch-1 - Merged commits: 1. 84e649e
magento#11758 - Merge Pull Request magento#11758 from hauso/magento2:patch-3 - Merged commits: 1. 0c660ce
…eption (cherry picked from commit 026da5a)
…est fail randomly magento#11606 - Merge Pull Request magento#11606 from adrian-martinez-interactiv4/magento2:FR21#ACCOUNTMANAGEMENTTEST-RANDOM-FAIL - Merged commits: 1. db010ca
…aces causes exception magento#11848 - Merge Pull Request magento#11848 from ihor-sviziev/magento2:patch-12 - Merged commits: 1. 96cc453
…2.1] magento#11844 - Merge Pull Request magento#11844 from raumatbel/magento2:FR#Save0PriceType21 - Merged commits: 1. ccf4962 2. b4b7635
[EngCom] Public Pull Requests - 2.1-develop - MAGETWO-82980: [Backport 2.1-develop] Fix AcountManagementTest unit test fail randomly magento#11606 - MAGETWO-82959: Fix magento#11729 - negative value in excel export[M2.1] magento#11758
Public Pull Requests magento#11844 Save the price 0 as price in custom options [backport 2.1] by @raumatbel magento#11728 Check variable existence in prepareOptionIds(array) in EavAttribute.php by @angelo983 Fixed Public Issues magento#4808 The price of product custom option can't be set to 0.
(Backport to 2.1 from commit ad3c18f)
…aces causes exception magento#11848
…by default magento#11932 - Merge Pull Request magento#11932 from ihor-sviziev/magento2:2.1-develop-order-grid-sort-by-purchase-date - Merged commits: 1. 22e05d1
Public Pull Requests magento#11848 [2.1-develop] X-Magento-Tags header containing whitespaces causes exception by @ihor-sviziev Fixed Public Issues magento#7640 X-Magento-Tags header containing whitespaces causes exception
Public Pull Requests magento#11932 [2.1-develop] Order grid - Sort by Purchase Date Desc by default by @ihor-sviziev Fixed Public Issues magento#10185 New Orders are not in Order grid after data migration from M 1.7.0.2 to M 2.1.7
Dmytro Poperechnyy seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Solve problem adding product from wishlist when these require more of one unit
Description
Problem encountered when obtaining the qty parameter. In this case, the qty is sent by mail and query string. The solution is to verify if the qty param is sent by post and take this value; in another case obtain param from querystring.
Fixed Issues (if relevant)
Manual testing scenarios
1.add a simple product from admin with Minimum Qty Allowed in Shopping Cart 10
2.login in front end
3.Add product to wishlist
4.Click on wishlist
5.Try to add product with qty 1 it will redirect to product detail page
6.try to add product with 10 qty in the same page..
Contribution checklist