From f22a8f0a14b371cb4d5a315e6b44e466b371aa94 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Sat, 28 Dec 2019 17:37:53 +1030 Subject: [PATCH] Issue showing multiple images --- views/themes/Cloth/product.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/themes/Cloth/product.hbs b/views/themes/Cloth/product.hbs index 5ba9221..2d21a77 100644 --- a/views/themes/Cloth/product.hbs +++ b/views/themes/Cloth/product.hbs @@ -13,8 +13,8 @@ ... {{/if}} - {{#ifCond images.length '>' 1}} - {{#each images}} + {{#ifCond @root.images.length '>' 1}} + {{#each @root.images}}