Quantity discounts : let the visitor to know
| Project: | UC Discounts |
| Version: | 5.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Hi,
This thread is the following of a discussions about module improvement and port to 6.x.
The quantity discount is a good things, it's often wanted by store administrator to make a discount on a product when you buy 4 of them. The problem is that the user is not notified about the discount. You can edit the product body to add these informations, but I think it's better to automatically do it via the module. (for example alter the display price variable to add a div with a list of all discounts related to the bought quantity). Why not dinamically alter the sell_price depending on the quantity the user choose in the quantity textfield (it can be an integration of that feature to the price ajax calculation).
My 6.x port of the module will include that feature, I hope I will be able to post it during this week.
