Agree this is a great module. I'm trying to use it with the uc_gst module, which applies the taxed pricing on product pages.
For some reason even though all views get the tax inclusive price and individual product nodes also display the tax inclusive price, the multi-buy table displays the GST exclusive prices (ie the ones from the actual product).
Anyone know what call would have to be changed to get the prices that have been modified by the uc_gst module?
Cheers,
Sam
UPDATE:
Have figured out that it is a $context issue on line 109. The variable 'Type' which is currently set to 'amount' needs to be one of 'product', 'cart_item' or 'order_product'. I wasn't sure which it was supposed to be so just made it 'product'. Now picks up all price_handler alterations.
