{{ __('shop::app.products.whoops') }}
- -- {{ __('shop::app.products.empty') }} -
-| {{ __('shop::app.customer.account.order.view.SKU') }} | -{{ __('shop::app.customer.account.order.view.product-name') }} | -{{ __('shop::app.customer.account.order.view.price') }} | -{{ __('shop::app.customer.account.order.view.item-status') }} | -{{ __('shop::app.customer.account.order.view.subtotal') }} | -{{ __('shop::app.customer.account.order.view.tax-percent') }} | -{{ __('shop::app.customer.account.order.view.tax-amount') }} | -{{ __('shop::app.customer.account.order.view.grand-total') }} | -
|---|---|---|---|---|---|---|---|
| - {{ $item->type == 'configurable' ? $item->child->sku : $item->sku }} - | - -
- {{ $item->name }}
-
- @if ($preOrderItem = $preOrderItemRepository->findOneByField('order_item_id', $item->id))
-
- type == 'configurable')style="margin-top: 0"@endif>
- {{ __('preorder::app.shop.sales.orders.preorder-information') }}
-
-
-
- {{ __('preorder::app.shop.sales.orders.type') }}
-
- {{ $preOrderItem->type_label }}
-
-
-
- {{ __('preorder::app.shop.sales.orders.status') }}
-
- {{ $preOrderItem->status_label }}
-
-
- @if ($preOrderItem->payment_order_item)
-
- {{ __('preorder::app.shop.sales.orders.payment-order') }}
-
-
- #{{ $preOrderItem->payment_order_item->order_id }}
-
-
- @endif
-
- @elseif ($preOrderItem = app('Webkul\SAASPreOrder\Repositories\PreOrderItemRepository')->findOneByField('payment_order_item_id', $item->id))
-
- type == 'configurable')style="margin-top: 0"@endif>
- {{ __('preorder::app.shop.sales.orders.preorder-payment-information') }}
-
-
-
- {{ __('preorder::app.shop.sales.orders.reference-order') }}
-
-
- #{{ $preOrderItem->order_id }}
-
-
-
- @endif
- |
-
- {{ core()->formatPrice($item->price, $order->order_currency_code) }} | - -- - {{ __('shop::app.customer.account.order.view.item-ordered', ['qty_ordered' => $item->qty_ordered]) }} - - - - {{ $item->qty_invoiced ? __('shop::app.customer.account.order.view.item-invoice', ['qty_invoiced' => $item->qty_invoiced]) : '' }} - - - - {{ $item->qty_shipped ? __('shop::app.customer.account.order.view.item-shipped', ['qty_shipped' => $item->qty_shipped]) : '' }} - - - - {{ $item->qty_canceled ? __('shop::app.customer.account.order.view.item-canceled', ['qty_canceled' => $item->qty_canceled]) : '' }} - - | - -{{ core()->formatPrice($item->total, $order->order_currency_code) }} | - -{{ number_format($item->tax_percent, 2) }}% | - -{{ core()->formatPrice($item->tax_amount, $order->order_currency_code) }} | - -- {{ core()->formatPrice($item->total + $item->tax_amount, $order->order_currency_code) }} - - canBeComplete($item); ?> - - @if ($canBeComplete) - Complete Preorder - @endif - | -
| {{ __('shop::app.customer.account.order.view.subtotal') }} | -- | -{{ core()->formatPrice($order->sub_total, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.shipping-handling') }} | -- | -{{ core()->formatPrice($order->shipping_amount, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.tax') }} | -- | -{{ core()->formatPrice($order->tax_amount, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.grand-total') }} | -- | -{{ core()->formatPrice($order->grand_total, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.total-paid') }} | -- | -{{ core()->formatPrice($order->grand_total_invoiced, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.total-refunded') }} | -- | -{{ core()->formatPrice($order->grand_total_refunded, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.total-due') }} | -- | -{{ core()->formatPrice($order->total_due, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.SKU') }} | -{{ __('shop::app.customer.account.order.view.product-name') }} | -{{ __('shop::app.customer.account.order.view.price') }} | -{{ __('shop::app.customer.account.order.view.qty') }} | -{{ __('shop::app.customer.account.order.view.subtotal') }} | -{{ __('shop::app.customer.account.order.view.tax-amount') }} | -{{ __('shop::app.customer.account.order.view.grand-total') }} | -
|---|---|---|---|---|---|---|
| {{ $item->child ? $item->child->sku : $item->sku }} | -{{ $item->name }} | -{{ core()->formatPrice($item->price, $order->order_currency_code) }} | -{{ $item->qty }} | -{{ core()->formatPrice($item->total, $order->order_currency_code) }} | -{{ core()->formatPrice($item->tax_amount, $order->order_currency_code) }} | -{{ core()->formatPrice($item->total + $item->tax_amount, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.subtotal') }} | -- | -{{ core()->formatPrice($invoice->sub_total, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.shipping-handling') }} | -- | -{{ core()->formatPrice($invoice->shipping_amount, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.tax') }} | -- | -{{ core()->formatPrice($invoice->tax_amount, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.grand-total') }} | -- | -{{ core()->formatPrice($invoice->grand_total, $order->order_currency_code) }} | -
| {{ __('shop::app.customer.account.order.view.SKU') }} | -{{ __('shop::app.customer.account.order.view.product-name') }} | -{{ __('shop::app.customer.account.order.view.qty') }} | -
|---|---|---|
| {{ $item->sku }} | -{{ $item->name }} | -{{ $item->qty }} | -
{{ __('preorder::app.shop.products.percent-to-pay', ['percent' => core()->getConfigData('preorder.settings.general.percent')]) }}
- @endif - @else -{{ __('preorder::app.shop.products.nothing-to-pay') }}
- @endif -@endif - -@if ($product->type == "configurable") -- {{ __('shop::app.products.empty') }} -
-