| 1 |
<?php |
<?php |
| 2 |
// $Id: uc_discounts_product.module,v 1.1.2.2 2008/11/01 00:14:12 psynaptic Exp $ |
// $Id: uc_discounts_product.module,v 1.1.2.3 2008/11/01 00:16:52 psynaptic Exp $ |
| 3 |
|
|
| 4 |
/******************************************************************************* |
/******************************************************************************* |
| 5 |
* Hook Functions (Ubercart) |
* Hook Functions (Ubercart) |
| 123 |
$field = array( |
$field = array( |
| 124 |
'#type' => 'textfield', |
'#type' => 'textfield', |
| 125 |
'#title' => t('Quantity'), |
'#title' => t('Quantity'), |
| 126 |
|
'#description' => t('The number of products the user must to buy to get this discount.'), |
| 127 |
'#maxlength' => 12, |
'#maxlength' => 12, |
| 128 |
'#size' => 6, |
'#size' => 6, |
| 129 |
'#required' => TRUE, |
'#required' => TRUE, |