26.10 2014
{ "rules_update_index" : {
    "LABEL" : "update index",
    "PLUGIN" : "reaction rule",
    "OWNER" : "rules",
    "REQUIRES" : [ "commerce", "search_api", "entity" ],
    "ON" : { "commerce_product_update" : [  ] },
    "IF" : [
      { "entity_exists" : {
          "type" : "node",
          "property" : "field_product",
          "value" : [ "commerce-product:field-product-node:0:nid" ]
        }
      }
    ],
    "DO" : [
      { "search_api_index" : { "entity" : [ "commerce-product:field-product-node:0" ] } }
    ]
  }
}

 

07.09 2014
{ "rules_disable_products" : {
    "LABEL" : "Отключаем купленные товары",
    "PLUGIN" : "reaction rule",
    "OWNER" : "rules",
    "REQUIRES" : [ "commerce_order", "rules", "commerce_checkout" ],
    "ON" : { "commerce_checkout_complete" : [  ] },
    "IF" : [
      { "commerce_order_contains_product_type" : {
          "commerce_order" : [ "commerce_order" ],
          "product_type" : { "value" : { "product" : "product" } },
          "operator" : "\u003E=",
          "value" : "1"
        }
      }
    ],
    "DO" : [
      { "LOOP" : {
28.10 2013

http://drupal.org/project/node_authlink В модуле есть интеграция с rules, что позволяет отправлять ссылку автору материала.