| 1 |
$Id$ |
$Id: CHANGELOG.txt,v 1.1 2008/10/20 17:05:20 psynaptic Exp $ |
| 2 |
|
|
| 3 |
UC Discounts 5.x-1.x-dev, 2008-01-07 |
UC Discounts 5.x-1.x-dev, 2008-31-10 |
| 4 |
------------------------------------ |
------------------------------------ |
| 5 |
- Started using cvs.drupal.org to ensure long term health of project. |
- Initial commit of 6.x port onto DRUPAL-6--1 branch. See DRUPAL-5 CHANGELOG.txt |
| 6 |
|
for details of previous changes. |
|
UC Discounts [pre drupal.org], 2008-01-07 [detour] |
|
|
------------------------------------------------- |
|
|
- Added hook_line_item support for discounts as order line items (this adds |
|
|
compatibility with uc_taxes: discounts are subtracted from the taxable amount |
|
|
if the discount line item is specified as taxable). |
|
|
- The 'authenticated user' role is now enabled by default in uc_discounts_role. |
|
|
- Fixed table reference in uc_discounts_multi_product [by zmove]. |
|
|
|
|
|
UC Discounts [pre drupal.org], 2008-01-06 [detour] |
|
|
------------------------------------------------- |
|
|
- Fix for multi product discounts [by jrust]. |
|
|
- Fix for role discounts [by kiruva]. |
|
|
- Added hook_cart_item for discounting price of items added to the cart. |
|
|
- Added choice to apply discount at checkout/to the order or to the item (when |
|
|
it is added to the cart). |
|
|
- Negative discounts (additional fees) are now allowed. |
|
|
|
|
|
UC Discounts [pre drupal.org], 2007-12-10 [detour] |
|
|
------------------------------------------------- |
|
|
- Fixed store administration path issues. |
|
|
- Removed deprecated value HTML path. |
|
|
- Fixed code for showing discounted price on product pages. |
|
|
|
|
|
UC Discounts [pre drupal.org], 2007-12-05 [detour] |
|
|
------------------------------------------------- |
|
|
- Added a database update for the amount field in uc_discounts_conditions. |
|
|
- Added administrative settings for uc_discount. |
|
|
- Added support for displaying discounted price on the product's page via |
|
|
hook_nodeapi. |
|
|
- Added method for calculating the discount for an individual product. |
|
|
- Fixed logic for testing condition values. |
|
|
- Removed seemingly deprecated hook_line_items. |
|
|
- Added site discount that provides a discount condition based on the site on |
|
|
which a visitior is shopping. |
|
|
- Moved individual discounts to the discounts directory. |
|
|
- Based on version by surge_martin from 2007-11-19. |
|