Skip to content
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

"Only discounted products" Virtual category rule is not reading "special from and to dates" in discounted products to load products #3430

Open
indunie opened this issue Oct 30, 2024 · 0 comments
Assignees

Comments

@indunie
Copy link

indunie commented Oct 30, 2024

Preconditions

Magento ver. 2.4.6-p7 and ElasticSuite Open Source ver. 2.11.9 (on elasticsearch ver. 8.15.1).
in both production and developer modes

Steps to reproduce

  1. Set up a discount for a product with a future date in the Special Price From and To fields.
  2. Create a virtual category with the virtual rule "Only discounted products".
  3. Verify if the product remains in your virtual category after the date in Special Price From has passed.
  4. Wait until the end of the sale period (as defined in the To field), and confirm that the product is no longer in your virtual category.

Expected result

  1. The product should appear in the category after the Special Price From date and disappear from the category after the To date

Actual result

  1. Discounted product is not disappear after the "special to date" passed.
    image
    It seems like Special Price From and To are not being used to verify if a discount is active.
    Screenshot from 2024-10-15 15-42-21
    Screenshot from 2024-10-15 15-44-23

The below issue is related to this but I couldn't find it as resolved.
#2928

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants