Field::unit

Version 3.7

Number unit

Unit for number.

Return value

String

Full documentation

Show product weight with unit:

$txt = $Product->weight->getValue().' '.$Product->weight->unit;