#5778 - Consider configurable point discounts
| Identifier | #5778 |
|---|---|
| Issue type | Feature request or suggestion |
| Title | Consider configurable point discounts |
| Status | Open |
| Tags |
Roadmap: Over the horizon (custom) |
| Handling member | Chris Graham |
| Addon | ecommerce |
| Description | Consider the ability to configure how point discounts behave. Right now, point discounts cap at, and are forced to, 50%. Have a config option that defines the default discount threshold, and perhaps an option everywhere that prompts for a price and points to define available discount thresholds (comma-delimited). Pipe these via the hooks / automatic_discount_calculation . |
| Steps to reproduce | |
| Additional information | I had to eliminate the previous $consider_free behaviour because it was breaking the expected amount checks on transactions. So Composr now does not allow purchasing anything completely free with points unless the price is solely defined in points. It would be nice to let the user configure this globally and on a by-product basis for products that have both a price and a points. |
| Funded? | No |
The system will post a comment when this issue is modified (e.g., status changes). To be notified of this, click "Enable comment notifications".


Comments
$consider_free was resulting in transaction checks made entirely by points to fail validation because the handler cannot convert between points and currency (either an error about unknown currency POINTS, or it improperly expected an amount of money on the transaction when it should have been 0).