From 2f2b050c47ad3c0f8efae1290e658f19636b1131 Mon Sep 17 00:00:00 2001 From: Mark Moffat Date: Mon, 16 Dec 2019 12:59:35 +1030 Subject: [PATCH] Fixed issue displaying options --- views/themes/Cloth/product.hbs | 6 +++--- views/themes/Material/product.hbs | 6 +++--- views/themes/Mono/product.hbs | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/views/themes/Cloth/product.hbs b/views/themes/Cloth/product.hbs index 2c3e834..38738a9 100644 --- a/views/themes/Cloth/product.hbs +++ b/views/themes/Cloth/product.hbs @@ -10,8 +10,8 @@
{{#each productOptions}} {{#ifCond this.optType '==' "select"}} - {{this.optName}} - {{#each ../this.optOptions}} {{/each}} @@ -19,7 +19,7 @@ {{/ifCond}} {{#ifCond this.optType '==' "radio"}} {{#each ../this.optOptions}} - {{this.optName}} + {{../this.optName}}