| Product | Item Name | Price | Quantity | Total | |
|---|---|---|---|---|---|
| 
									 | 
								
									 {{item['productName']}} 
                                       {{item['billType'] == 'recurring' ? 'Monthly Subscription' : ''}}  | 
								
									 
										${{item['productPrice']}}
									 
								 | 
								
									 
										{{item['productQty']}}
									 
								 | 
								
									 
										${{item.subTotal}}
									 
								 | 
								X | 
| {{item['productName']}} | 
							 
								${{item['productPrice']}}
							 
						 | 
					
|---|---|
| Shipping | 
							 
								FREE
							 
						 | 
					
| Grand Total | 
							 
								${{ getCartTotal() }}
							 
						 |