Rules szabály működöt de már nem működik

vikicica22 képe

Hello mindenkinek!

Commerce webáruházhoz a rules segítségével egy nyitvatartási (Store Opening Hours) szabályozást hoztam létre.

  1. { "rules_store_hours" : {
  2. "LABEL" : "Store Hours",
  3. "PLUGIN" : "reaction rule",
  4. "OWNER" : "rules",
  5. "REQUIRES" : [ "rules", "commerce_cart" ],
  6. "ON" : { "commerce_cart_product_add" : [ ] },
  7. "IF" : [
  8. { "data_is" : { "data" : [ "site:current-date" ], "op" : "\u003E", "value" : "21:00:00" } },
  9. { "data_is" : {
  10. "data" : [ "site:current-date" ],
  11. "op" : "\u003C",
  12. "value" : "10:00:00"
  13. }
  14. }
  15. ],
  16. "DO" : [
  17. { "drupal_message" : {
  18. "message" : "We\u0027re sorry but we are currently closed, your item has been removed from the cart. Online ordering has been disabled until 10:00 tomorrow morning.",
  19. "type" : "warning"
  20. }
  21. },
  22. { "commerce_cart_empty" : { "commerce_order" : [ "site:current-cart-order" ] } }
  23. ]
  24. }
  25. }

Forrás: http://www.drupalcommerce.org/questions/10613/store-opening-hours

Még 1 hete működött most kipróbáltam de nem működik :(
Azóta az oldallal nem, csináltam semmit.
Mi lehet a gond?

Taxonomy upgrade extras: 
Melyik modulhoz, modulokhoz kapcsolódik a téma?: 
Drupal verzió: