From 3556fef0366c72eeaee9c56b35d783a1a92f6921 Mon Sep 17 00:00:00 2001 From: Pablo Ferreiro Date: Mon, 3 Apr 2023 14:37:04 +0200 Subject: [PATCH] commerce fix --- templates/views/user.latte | 2 ++ 1 file changed, 2 insertions(+) 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}