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
We had an issue where we had a static block with products with add to cart buttons. The static block got cached, along with the form key, preventing users from adding to cart through that static block. I think there are use cases where there may be some static blocks on the site that the store admin / developer does not want cached. My ideal solution would be a check box on the edit static block page that says "Don't cache this static block" and then a check in the if condition. Is this something you would consider incorporating?
The text was updated successfully, but these errors were encountered:
We had an issue where we had a static block with products with add to cart buttons. The static block got cached, along with the form key, preventing users from adding to cart through that static block. I think there are use cases where there may be some static blocks on the site that the store admin / developer does not want cached. My ideal solution would be a check box on the edit static block page that says "Don't cache this static block" and then a check in the if condition. Is this something you would consider incorporating?
The text was updated successfully, but these errors were encountered: