-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Products in wishlist show $0.00 price #6866
Comments
@serzhik This happens when you add a configurable/virtual product without selecting the options. When you add a configurable product to the cart, you never really buy the configurable product but the products associated to its options. Try to selecting a color/size before you add them to your wishlist. You can also try adding a simple product to see if the price shows in the wishlist. |
@pobrassard That's true, but we need to tell about this our clients somehow, b/c this product doesn't cost 0.00$ in any configuration. So there are few scenarios how it should be fixed:
PS. Preconditions are much simpler - it's possible to reproduce on any stable M2 version. |
Hi @serzhik , Thanks for reporting this issue. We've created internal ticket MAGETWO-59512. Regards, |
UPD: It's don't work on clean Magento EE 2,1.1 install with sample data. |
Look at vendor\magento\module-wishlist\Pricing\ConfiguredPrice\ConfigurableProduct.php
|
[Folks] Bugs: - MAGETWO-59258 [Github] Override module-directory/etc/zip_codes.xml only the last code of a country gets included #6694 - MAGETWO-59512 [GitHub] Products in wishlist show $0.00 price #6866 - MAGETWO-59185 [GITHUB] Offline carrier configuration option "showmethod" does not appear in admin panel carrier configuration page #5693 - MAGETWO-59130 [Github] REST API with searchCriteria does not return category_ids #6127 - MAGETWO-57850 Unable to filter blocks using store view and block ID - MAGETWO-57682 [GitHub] Checkout Agreement validation is broken on payment method change #6224 - MAGETWO-59573 Braintree JS error on checkout after applying 100% discount coupon with free shipping enabled
The fix is delivered to develop branch. Closing the issue. |
It's going to be released as standalone update to Magento_Wishlist module or we have to wait for 2.2 to get this fix? |
@Igloczek use the above commits and do a diff comparison on your code. |
I know that I can handle everything on my own, but it's painful when you have ~10-20 modules to just fix something, flying around ~5 projects, with ~20 devs working on them... I'm pretty sure that there was a plan to release patches to modules independently from main project releases and AFAIK you are talking about doing that after 2.1.2 (same as about smaller, but frequent updates of whole product) |
@Igloczek I have no doubt they will release it in some up coming patch or upgrade. I don't work for Magento so I don't really know. I assumed you needed a quick fix and that's the only method I know. Sorry for misunderstanding. |
I'm using Magento 2.1.6. This is still a problem. Any fix any time soon? |
@zzvara, not likely As I understand it, no backport is planned "by default" and closed tasks are not tracked by the core team neither (see here for an detailed official Magento Inc.'s response about that). In general, here's what you could do if you're interested to get it backported: Additionally, mentioning a certain relevant Magento, Inc. employee somewhere in the discussion (just Igloczek did) might help bringing attention to it. |
…$0.00 price magento#6866 MAGETWO-59512: [GitHub] Products in wishlist show $0.00 price magento#6866 (cherry picked from commit c7d18bd) MAGETWO-59512: [GitHub] Products in wishlist show $0.00 price magento#6866 (cherry picked from commit 42dbe3f) MAGETWO-59512: [GitHub] Products in wishlist show $0.00 price magento#6866 -- functional test (cherry picked from commit 199456a) MAGETWO-59512: [GitHub] Products in wishlist show $0.00 price magento#6866 -- functional test (cherry picked from commit c0ec134)
Main issue fix but still showing 0.00 on sidebar |
Internal ticket to track issue progress: MAGETWO-69023 |
This problem still occurs in Magento 2.1.7. Both in sidebar as on the 'My account' page. I managed to pinpoint the problem in the following function: Which checks if a configurable product has an option selected. If that is not the case it just returns 0.0. I wrote a plugin for this function returning the Minimum price instead.
This solves both issues ('My account' page and the sidebar). |
[cia] MC-42311: 2.4.3-develop stabilization
Preconditions
or
Steps to reproduce
Expected result
Actual result
The text was updated successfully, but these errors were encountered: