You are here

function commerce_product_tax_field_formatter_info_alter in Commerce Product Tax 8

Implements hook_field_formatter_info_alter().

File

./commerce_product_tax.module, line 11
Provides a UI for selecting applicable tax rates on the product variation.

Code

function commerce_product_tax_field_formatter_info_alter(&$info) {
  $info['string']['field_types'][] = 'commerce_tax_rate';
}