Re: Add tax to product price

sebi_tl@drupal.org's picture
Offline
Joined: 11/10/2007
Juice: 4
Re: Add tax to product price

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 Eye-wink
ah yeah, i set "add vat price to product price"-permission for any role. thank you very much

...sebi

Add tax to product price By: zmove (68 replies) Fri, 10/26/2007 - 09:35