| {{ 'image' | translate }} | {{ 'name' | translate }} | {{ 'price' | translate }} | {{ 'quantity' | translate }} | {{ 'subtotal' | translate }} |
|---|---|---|---|---|
|
|
{{ product?.pivot?.variation ? product?.pivot?.variation?.name : product?.name }} |
{{ (product?.pivot?.wholesale_price ? product?.pivot?.wholesale_price : product?.pivot?.single_price)! | currencySymbol }} |
{{ product?.pivot?.quantity }} |
{{ product?.pivot?.subtotal! | currencySymbol }} |