Hi

I created this module without noticing yours: http://drupal.org/project/commerce_price_components which I think they take care of the same thing, could you mark this obsolete in favor of Commerce price by components

Comments

xlyz’s picture

How about merging the two? Commerce price by components lacks the option to show a reference price. And I was planning to implement price component selection in order total in views (no eta thus). In case would you mind sharing maintainership?

pcambra’s picture

In case would you mind sharing maintainership?

Absolutely,
Could you point me to the code you want to merge for the reference?

And I was planning to implement price component selection in order total in views

That's already included in mine: http://drupalcode.org/project/commerce_price_components.git/tree/refs/he...
So don't duplicate the effort and let's join it in Commerce price by components one.

mrpauldriver’s picture

What is happening with this?

mark.thehub’s picture

Any update on this guys? I need to add an option to display the sale price, not the base price.

xlyz’s picture

Issue summary: View changes

@pcambra: formatting and styling in this module have much more options.

Could you point me to the code you want to merge for the reference?

in case you are still interested you shall merge:
hook_field_formatter_info()
hook_field_formatter_settings_form()
hook_field_formatter_settings_summary()
hook_field_formatter_view()
the theming functions
and import commerce_price_flexyformatter_amount_calc()

let me know if you are still willing to go ahead.

pcambra’s picture

If you want to go ahead and post a patch, that'd be great, we can agree in a bunch of code for the integration and I'll add you as co maintainer if you want