You are here

function uc_wishlist_condition_product_wishlist in UC Wish List 7

Checks that the order has wishlist product.

1 string reference to 'uc_wishlist_condition_product_wishlist'
uc_wishlist_rules_condition_info in ./uc_wishlist.rules.inc
Implements hook_rules_condition_info().

File

./uc_wishlist.rules.inc, line 31
This file contains the rule condition for the wishlist

Code

function uc_wishlist_condition_product_wishlist($order, $settings) {
  return uc_wishlist_order_wishlist($order);
}