Hi,

when using uc_vat, the item description is set to its title. So there's no way to alter description anymore.

In uc_vat.module,
line 70 $description = check_plain($item->title);
should be $description = uc_product_get_description($item);

Regards,
cfab

Comments

tahiticlic’s picture

It's in uc_vat.theme.inc and it should be :
$description = check_plain($item->title) . uc_product_get_description($item);

longwave’s picture

Status: Active » Fixed

Fixed in CVS, thanks.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.