| 1 |
<?php |
<?php |
| 2 |
// $Id$ |
// $Id: uc_discounts_product.module,v 1.1 2008/10/20 17:05:20 psynaptic Exp $ |
| 3 |
|
|
| 4 |
/******************************************************************************* |
/******************************************************************************* |
| 5 |
* Hook Functions (Ubercart) |
* Hook Functions (Ubercart) |
| 9 |
$conditions[] = array( |
$conditions[] = array( |
| 10 |
'property' => 'product', |
'property' => 'product', |
| 11 |
'description' => t('Product'), |
'description' => t('Product'), |
| 12 |
'compare_type' => 'integer', |
'compare_type' => 'text', |
| 13 |
'check_callback' => 'uc_discounts_product_check', |
'check_callback' => 'uc_discounts_product_check', |
| 14 |
'count_callback' => 'uc_discounts_product_count', |
'count_callback' => 'uc_discounts_product_count', |
| 15 |
'item_name_callback' => 'uc_discounts_product_item_name', |
'item_name_callback' => 'uc_discounts_product_item_name', |