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