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}}