I've had a request from a client to display the product attribute prices with their final price (e.g. $200) instead of the price difference (e.g. -$50). This makes it quicker for the user to see what they are paying. Can this currently be done in any way? I didn't find any display options that could be changed. For the interim I would appreciate even a quick hack into the module code.

Comments

aramboyajyan’s picture

After looking into this, I realized that creating a patch that would work in all use-cases will require significant updates to the module.

Here is what should it take into consideration:

- Price should be calculated for each option in the dropdown (possible performance hit), so that any rules related to product price calculation are evaluated
- All other attributes that change the price should be refreshed whenever a selection is made, so they display the new updated price

I'll leave the issue status up to the maintainers; they also might comment on the issue.

Thanks.