From ad6ca4ba6078c368251bf99b9866e0f6403ad45c Mon Sep 17 00:00:00 2001 From: Martin Sloan Date: Thu, 7 Jun 2018 07:13:06 -0400 Subject: [PATCH] check for order options with this.options in views/order.hbs --- views/order.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/order.hbs b/views/order.hbs index f8d2dc9..1473498 100644 --- a/views/order.hbs +++ b/views/order.hbs @@ -44,11 +44,11 @@ {{#each result.orderProducts}}
  • {{this.quantity}} x {{this.title}} - {{#if productOptions}} + {{#if this.options}}   >   Options: ( - {{#each productOptions}} + {{#each this.options}} {{#if @last}} {{this}} {{else}}