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

Special Price From Date not working with Magento 1.9.2.4 #64

Open
bjoern-quast opened this issue May 24, 2016 · 0 comments
Open

Special Price From Date not working with Magento 1.9.2.4 #64

bjoern-quast opened this issue May 24, 2016 · 0 comments

Comments

@bjoern-quast
Copy link

Creating a rule that uses the Special Price From Date attribute doesn't work.
Ultimately, a UNIX-timestamp is compared to a string-representation of the date and thus returns a negative match.
Could this be a compatibility issue?
Is there a way around it?
I have a product that has the attribute "Special Price From Date" set to specific date (2016-05-30) and the rule like:
"attribute": "special_from_date", "operator": "==", "value": "2016-05-30"
or
"attribute": "special_from_date", "operator": "==", "value": "1464559200"
Am I doing it wrong?

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

1 participant