Cart Weight
{exp:cartthrob:cart_weight} outputs the total weight of all cart items.
This is often used for shipping summaries or custom shipping logic displays.
See also:
Parameters
This tag has no tag-specific parameters.
It does not support documented modifiers (for example, no :numeric modifier is implemented).
Output and Behavior
- Returns the sum of
quantity * weightacross cart items. - Only numeric item weights are included in the total.
- Output is returned as a raw number (no currency/number formatting wrapper).
Example
Basic cart weight
{exp:cartthrob:cart_weight}