-
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
News From Date and Design Active From is set when setting Special Price for product. #4387
Comments
@antboiko can you check if this is working as intended/documented or a bug? |
@thomasnordkvist Thanks, |
I have this issue in version 2.0.4 whish is the only version I have access to at the moment |
@thomasnordkvist thanks for reporting this issue. Internal ticket MAGETWO-52577 was created. |
Hi, |
Hi @Joe980 , I increased priority for the fix. It won't be delivered in the next release 2.1.3, so it scheduled for 2.1.4. If any changes happened I inform you |
…e From is set when setting Special Price #4387
…e From is set when setting Special Price #4387
…e From is set when setting Special Price #4387
…e From is set when setting Special Price #4387
…e From is set when setting Special Price #4387
2.1.4 and 2.1.5 are out and bug still exists. can you raise priority so it will be included in 2.1.6? |
2.15 still an issue for me. I used this work around for now. Simply adding a date to all products that have NULL values in these fields. Login in to PhpMyAdmin UPDATE catalog_product_entity_datetime |
Still an issue in 2.1.6 |
Confirmed still an issue for 2.1.6 |
Confirmed still an issue for 2.1.7 |
The problem is that Magento\Catalog\Model\Attribute\Backend\Startdate sets the from-date to the current date when the product has a special price. This also incorrectly sets all other start/from dates, for instance the news_from_date. A possible fix is to add an extra check for the special_from_date attribute before setting it: Change
to
|
…w from Date and Design Active From is set when setting Special Price magento#4387 (cherry picked from commit a2d59ac)
Internal ticket to track issue progress: MAGETWO-72252 |
… Design Active From is set when setting Special Price #4387 - for 2.1
@thomasnordkvist thank you for your report. |
MQE-1604: Move MTF utils out from Magento codebase 2.2
Steps to reproduce
In backend, set a special price for a product.
Expected result
Actual result
Workaround for now is to set the News From Date and News To Date to passed dates if you are using for example a widget showing new products.
The text was updated successfully, but these errors were encountered: