You are here

function uc_varprice_init in UC Variable Price 6

Implementation of hook_init()

File

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

Code

function uc_varprice_init() {
  drupal_add_js(drupal_get_path('module', 'uc_varprice') . '/uc_varprice_show_arb.js');
}