check for order options with this.options in views/order.hbs
parent
77d7262124
commit
ad6ca4ba60
|
@ -44,11 +44,11 @@
|
||||||
{{#each result.orderProducts}}
|
{{#each result.orderProducts}}
|
||||||
<li class="list-group-item">
|
<li class="list-group-item">
|
||||||
{{this.quantity}} x {{this.title}}
|
{{this.quantity}} x {{this.title}}
|
||||||
{{#if productOptions}}
|
{{#if this.options}}
|
||||||
>
|
>
|
||||||
<span class="text-warning"> Options: </span>
|
<span class="text-warning"> Options: </span>
|
||||||
(
|
(
|
||||||
{{#each productOptions}}
|
{{#each this.options}}
|
||||||
{{#if @last}}
|
{{#if @last}}
|
||||||
{{this}}
|
{{this}}
|
||||||
{{else}}
|
{{else}}
|
||||||
|
|
Loading…
Reference in New Issue