diff --git a/templates/views/user.latte b/templates/views/user.latte index 9b280a1..9f01839 100644 --- a/templates/views/user.latte +++ b/templates/views/user.latte @@ -32,7 +32,9 @@ {embed '../components/details.latte', title: "Details"} {block content}

Region: {$info->detail->region}

+ {if $info->detail->commerceUserInfo->commerceUser}

Category: {$info->detail->commerceUserInfo->category}

+ {/if} {/block} {/embed} {/block}