function commerce_physical_rules_order_is_shippable in Commerce Physical Product 7
Rules condition: check if the order contains shippable products.
File
- ./
commerce_physical.rules.inc, line 177 - Rules integration for commerce physical.
Code
function commerce_physical_rules_order_is_shippable($order) {
return commerce_physical_order_shippable($order);
}