I'm using Commerce Customizable Products module to create custom line item types but cannot used the RMA module as it stands because the bundle type 'product' is hardcoded. In the commerce_rma_get_updated_line_items_values function found in commerce_rma.module.

if ($ow_line_item->getBundle() == 'product') {

Maybe add a bundle selection to the RMA configuration page?

Comments

zipymonkey’s picture

Issue summary: View changes

including php code from current dev version of the module.

Exploratus’s picture

+1

Having same issue.

jkuma’s picture

Issue summary: View changes
Status: Active » Postponed

The 1.x branch is no longer supported. Please feel free to re-open this post if you want to fix it up.

jkuma’s picture

Status: Postponed » Closed (won't fix)