How come
Code:
{$product.fulldescr|default:$product.descr}
doesn't work? That's the general syntax for displaying smarty variable content. For example, '$product' is an array and 'fulldescr' is one of it's elements listed under '$product' in the debug window variables section.