Needs review
Project:
Ubercart Payment Method Adjustments
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
26 Jul 2010 at 08:24 UTC
Updated:
21 Mar 2012 at 19:34 UTC
Jump to comment: Most recent file
Comments
Comment #1
tchurch commentedbump. also interested in this.
Comment #2
khalemi commentedim also interested. however, the maintainer seems to abandon this module.
Comment #3
xurizaemonoptionally apply to shipping also - you need to check the box on the payment methods page
patch tested and committed to 7.x-1.x, applies cleanly to 6.x-1.x but untested and wants review please
wondering what other types of line item might want considering for uc_pma
Comment #4
xurizaemon#841348: pma + tax module is about support for adjusting tax in uc_pma. I'm no accountant, but guess this really depends on whether the tax rules in the area of restriction apply to the sale or to the product? So I'm not actually sure if tax should be handled alongside other non-product line items.
Adding support for other line item types is trivial - we need only to add the value of
$order->line_items[n]['type']to the array inuc_pma_form_alter(). So if you have a type which isn't supported (right now, anything that's not shipping), just ask.