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
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
Comment #1
xlyz commentedHow 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?
Comment #2
pcambraAbsolutely,
Could you point me to the code you want to merge for the reference?
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.
Comment #3
mrpauldriver commentedWhat is happening with this?
Comment #4
mark.thehub commentedAny update on this guys? I need to add an option to display the sale price, not the base price.
Comment #5
xlyz commented@pcambra: formatting and styling in this module have much more options.
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.
Comment #6
pcambraIf 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