-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Compare Products not working in v2.0.5 #4509
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
Comments
same issue with price alert. using v2.0.6 |
@tkacheva please have the team check into this |
The issue of compare link not working was also in v2.0.4 and not working in v2.0.6 either. It is strange that such major functionality is impaired and not fixed in upcoming versions. If anyone has a manual fix, please do share here. Thanks. |
Internal ticket MAGETWO-53313 |
@tkacheva cool! I'm facing same problem in develop branch. Hope It is fixed soon :) |
Hello, The products are in the table catalog_compare_item after pressing the "add to the compare list" button in the shop. How can I fix this? |
Re[2]: [magento/magento2] Compare Products not working in v2.0.5 (#4509) Hi, The solution that I found was unbelievable. Enable your cache to make it work. If the cache is disabled (as it is in dev mode) the link may not work. Hope this helps. Thank you. -- Friday, November 18, 2016, 2:43:07 AM, you wrote: Hello, |
@jason-vivid, thank you for your report. |
Compare Add Product Issue Console Shows this for jquery.js: To clarify all HTTP requests are Redirected to HTTPS server side. The same issue facing in Magento 2.0.17. How is it solve? |
Hello, I'm also facing this same error, once I click on add to compare link, I can see product is added in report_compared_product_index and catalog_compare_item tables. I checked in getItems function of \Magento\Catalog\Block\Product\Compare\ListCompare class, it's showing item count there but, item count in Magento_Catalog/templates/product/compare/list.phtml is showing zero. I tried with basic solutions like enable / disable cache, reindex, still on the page http://abc.com/catalog/product_compare/index keep showing this message : "You have no items to compare." How can I resolve this issue ?? Thanks, |
I'm using magento version 2.1.13 |
When we go to a product page or category view and click on bar graph icon (hovering over the link shows the URL equal to the page with a # at the end. IE example.com/t-shirt.html#
Console Shows this for jquery.js:
mixed Content: The page at 'https://example.com/' was loaded over a secure connection, but contains a form which targets an insecure endpoint 'http://example.com/catalog/product_compare/add/'. This endpoint should be made available over a secure connection.
To clarify all http requests are Redirected to https server side.
The text was updated successfully, but these errors were encountered: