You are here

Functions in Commerce Physical Product 7

Primary tabs

Namesort descending Location Description Direct uses Strings
commerce_physical_customer_profile_phone_number_field_name ./commerce_physical.module Determines the name of the phone number field of a customer profile.
commerce_physical_customer_profile_residential ./commerce_physical.module Whether or not a shipping customer profile is a residential address.
commerce_physical_entity_dimensions_field_name ./commerce_physical.module Determines the dimensions field to use for a given entity. 1
commerce_physical_entity_field_name ./commerce_physical.module Determines the field of a certain type to use for a given entity. 2
commerce_physical_entity_weight_field_name ./commerce_physical.module Determines the weight field to use for a given entity. 1
commerce_physical_inline_conditions_info ./commerce_physical.inline_conditions.inc Implements hook_inline_conditions_info().
commerce_physical_line_item_shippable ./commerce_physical.module Determines whether or not a line item should be considered shippable. 2
commerce_physical_order_dimensions ./commerce_physical.module Determines the dimensions of each product in an entire order. 1
commerce_physical_order_shippable ./commerce_physical.module Determines whether or not an order should be considered shippable. 1
commerce_physical_order_shipping_field_name ./commerce_physical.module Name of the shipping customer profile reference field for the given order.
commerce_physical_order_volume ./commerce_physical.module Determines the volume of an entire order.
commerce_physical_order_weight ./commerce_physical.module Determines the weight of an entire order. 1
commerce_physical_order_weight_comparison_configure ./commerce_physical.inline_conditions.inc Configuration callback for commerce_physical_order_weight_comparison_configure. 1
commerce_physical_product_line_item_dimensions ./commerce_physical.module Determines the dimensions of a product line item on an order. 2
commerce_physical_product_line_item_weight ./commerce_physical.module Determines the weight to use for a product line item on an order. 2
commerce_physical_rules_condition_info ./commerce_physical.rules.inc Implements hook_rules_condition_info().
commerce_physical_rules_line_item_is_shippable ./commerce_physical.rules.inc Rules condition: check if the line item is a shippable product.
commerce_physical_rules_order_is_shippable ./commerce_physical.rules.inc Rules condition: check if the order contains shippable products.
commerce_physical_rules_order_max_dimension_comparison ./commerce_physical.rules.inc Fetches the max. dimension in the order and compares it with a given value.
commerce_physical_rules_order_weight_comparison ./commerce_physical.rules.inc Calculates the order's total weight and performs a comparison on it.
hook_commerce_physical_customer_profile_phone_number_field_name_alter ./commerce_physical.api.php Allows modules to specify a different phone number field name for the given customer profile than the one determined by Commerce Physical Product.
hook_commerce_physical_customer_profile_residential_alter ./commerce_physical.api.php Allows modules to specify a different residential status for the given customer profile than the one determined by Commerce Physical Product.
hook_commerce_physical_entity_dimensions_field_name_alter ./commerce_physical.api.php Allows modules to specify a different dimensions field name for the given entity than the one determined by Commerce Physical Product.
hook_commerce_physical_entity_weight_field_name_alter ./commerce_physical.api.php Allows modules to specify a different weight field name for the given entity than the one determined by Commerce Physical Product.
hook_commerce_physical_line_item_shippable_alter ./commerce_physical.api.php Allows modules to alter the shippability that has been determined for a line item.
hook_commerce_physical_order_shippable_alter ./commerce_physical.api.php Allows modules to alter the shippability that has been determined for an order.
hook_commerce_physical_order_shipping_field_name_alter ./commerce_physical.api.php Allows modules to specify a different shipping customer profile reference field name for the given order than the one determined by Commerce Physical Product.
hook_commerce_physical_order_volume_alter ./commerce_physical.api.php Allows modules to alter the volume that has been determined for an order.
hook_commerce_physical_order_weight_alter ./commerce_physical.api.php Allows modules to alter the weight that has been determined for an order.
hook_commerce_physical_product_line_item_dimensions_alter ./commerce_physical.api.php Allows modules to alter the dimensions that have been determined for a single product referenced by a product line item.
hook_commerce_physical_product_line_item_weight_alter ./commerce_physical.api.php Allows modules to alter the weight that has been determined for a product line item.

Other projects