thx for this contribution, would be really helpful for me. when i first tried to install it, i got the following error:
parse error, unexpected T_OBJECT_OPERATOR in /var/www/web8/html/modules/ubercart/contrib/uc_taxes_price/uc_taxes_price.module on line 143
i looked at the line and changed
$type = node_get_types('type', $node)->type;
to
$type = node_get_types('type', $node->type);
maybe just a typo?
now i don't geterrors anymore, but am also not able to get the shop to display the prices with the tax applied. would be great if you could take a look into this, i'm sure thats no big thing 
ah yeah, i set "add vat price to product price"-permission for any role. thank you very much
...sebi
