You are here

function uc_varprice_theme in UC Variable Price 7

Same name and namespace in other branches
  1. 6 uc_varprice.module \uc_varprice_theme()

Implements hook_theme().

File

./uc_varprice.module, line 11
Defines a product feature to turn any product into a variable priced product.

Code

function uc_varprice_theme() {
  return array(
    'varprice_qty' => array(
      'render element' => 'form',
    ),
  );
}