commerce_product_tax.module in Commerce Product Tax 8
Provides a UI for selecting applicable tax rates on the product variation.
File
commerce_product_tax.moduleView source
<?php
/**
* @file
* Provides a UI for selecting applicable tax rates on the product variation.
*/
/**
* Implements hook_field_formatter_info_alter().
*/
function commerce_product_tax_field_formatter_info_alter(&$info) {
$info['string']['field_types'][] = 'commerce_tax_rate';
}
Functions
Name | Description |
---|---|
commerce_product_tax_field_formatter_info_alter | Implements hook_field_formatter_info_alter(). |