9 calls to commerce_activate_field() in Commerce Core 7
- commerce_customer_configure_customer_fields in modules/
customer/ commerce_customer.module - Configures fields referencing customer profile types defined by enabled modules and configures the fields on those profile types if necessary.
- commerce_customer_configure_customer_profile_type in modules/
customer/ commerce_customer.module - Ensures the address field is present on the specified customer profile bundle.
- commerce_delete_field in ./
commerce.module - Enables and deletes the specified field.
- commerce_delete_instance in ./
commerce.module - Deletes the specified instance and handles field cleanup manually in case the instance is of a disabled field.
- commerce_order_configure_customer_profile_type in modules/
order/ commerce_order.module - Configure the customer profile reference fields for the specified order type.
- commerce_order_configure_order_type in modules/
order/ commerce_order.module - Ensures the line item field is present on the default order bundle.
- commerce_price_create_instance in modules/
price/ commerce_price.module - Creates a required, locked instance of a price field on the specified bundle.
- commerce_product_line_item_configuration in modules/
product_reference/ commerce_product_reference.module - Ensures the product line item type contains a product reference field.
- commerce_product_reference_create_instance in modules/
product_reference/ commerce_product_reference.module - Creates a required, locked instance of a product reference field on the specified bundle.