Drupal Commerce: How to remove Shipping pane on the checkout page via Rules?

In this article we will try to remove shipping pane on the checkout page via rules when non-shippabe product is added to the cart. To do so,…

Read More >>

Drupal 7: How to display a message on every page via rules?

In Drupal, there several ways to display static message on the pages i,e via blocks and placing into specific region or via code; adding dsm on…

Read More >>

Drupal Commerce: How to redirect to a specific page via Rules?

In this article we will explain how to redirect to checkout page when you place an order and payment transaction gets failed. There are several ways…

Read More >>

How to add a Rule condition for user specified role Drupal 7

In my previous post, we have discussed about creating a rule condition programmatically for checking specified role. In this post lets see how we can…

Read More >>

How to create custom condition for the Rules event in Drupal 7

In this post, lets discuss about how we can add custom condition for the rule event which we have created. It is very simple to create a custom…

Read More >>

How to trigger email for custom rule event in Drupal 7

As in my previous post we have discussed about creating a rule event programmatically . Now we will create an action to trigger email for the custom…

Read More >>

How to create a custom rules event programmatically in Drupal 7

Drupal 7 itself provides an interface to add a new rule event (admin/config/workflow/rules) via configuration. In most of the cases we create a rule…

Read More >>