| 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) |
| 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', |