You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 13, 2023. It is now read-only.
When you set a release date for a product in the future, the pre-order notification and meta field are not removed once time passes that release date.
The detail page is cached the moment you saved release date and isn't rebuild/cleared once the set release date has passed.
Only by clearing cache or updating the product the cache is cleared and the alert and meta field is removed.
Example of the alert: "This product will be released on 6 October 2020"
The meta field: <link itemprop="availability" href="http://schema.org/PreOrder"/>
**Steps to reproduce: **
Set a release date for a product in the future with caching enabled (like a production environment)
Visit product detail page of that product
Wait for release date to pass
Refresh the detail page
Expected result:
The pre-order alert and meta field is removed
**Actual result: **
The alert and meta field are still there
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description:
When you set a release date for a product in the future, the pre-order notification and meta field are not removed once time passes that release date.
The detail page is cached the moment you saved release date and isn't rebuild/cleared once the set release date has passed.
Only by clearing cache or updating the product the cache is cleared and the alert and meta field is removed.
Example of the alert: "This product will be released on 6 October 2020"
The meta field:
<link itemprop="availability" href="http://schema.org/PreOrder"/>
**Steps to reproduce: **
Expected result:
The pre-order alert and meta field is removed
**Actual result: **
The alert and meta field are still there
The text was updated successfully, but these errors were encountered: