You are here

function uc_product_help in Ubercart 6.2

Same name and namespace in other branches
  1. 5 uc_product/uc_product.module \uc_product_help()

Implements hook_help().

File

uc_product/uc_product.module, line 161
The product module for Ubercart.

Code

function uc_product_help($path, $arg) {
  switch ($path) {
    case 'admin/store/settings/products/edit/fields':
      return t("These settings control which fields are displayed and the position they are displayed in when viewing product nodes.");
  }
}