/[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.2.1, Sat Nov 1 00:11:49 2008 UTC revision 1.1.2.2, Sat Nov 1 00:14:12 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: uc_discounts_product.module,v 1.1 2008/10/20 17:05:20 psynaptic Exp $  // $Id: uc_discounts_product.module,v 1.1.2.1 2008/11/01 00:11:49 psynaptic Exp $
3    
4  /*******************************************************************************  /*******************************************************************************
5   * Hook Functions (Ubercart)   * Hook Functions (Ubercart)
# Line 24  function uc_discounts_product_discounts_ Line 24  function uc_discounts_product_discounts_
24    $actions[] = array(    $actions[] = array(
25      'property' => 'product_from_order',      'property' => 'product_from_order',
26      'description' => t('Discount product price from order'),      'description' => t('Discount product price from order'),
27      'has_qty_field' => TRUE,      'has_qty_field' => FALSE,
28      'item_field_callback' => 'uc_discounts_product_item_field', //recycle      'item_field_callback' => 'uc_discounts_product_item_field', //recycle
29      'item_name_callback' => 'uc_discounts_product_item_name', //recycle      'item_name_callback' => 'uc_discounts_product_item_name', //recycle
30      'apply_callback' => 'uc_discounts_product_apply',      'apply_callback' => 'uc_discounts_product_apply',

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

  ViewVC Help
Powered by ViewVC 1.1.2