/[drupal]/contributions/modules/uc_discounts/discounts/uc_discounts_product.module
ViewVC logotype

Diff of /contributions/modules/uc_discounts/discounts/uc_discounts_product.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.1, Mon Oct 20 17:05:20 2008 UTC revision 1.1.2.1, Sat Nov 1 00:11:49 2008 UTC
# Line 1  Line 1 
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)
# Line 9  function uc_discounts_product_discounts_ Line 9  function uc_discounts_product_discounts_
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',

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.1.2.1

  ViewVC Help
Powered by ViewVC 1.1.2