SR.NO. | PRODUCT NAME | PRODUCT SKU | COLOR/SIZE | QTY | MRP PRICE | DISCOUNT PRICE | TOTAL | ||
---|---|---|---|---|---|---|---|---|---|
{{$sr}} | @if($productsInOrder->getProductInfo) {{$productsInOrder->getProductInfo->title}} @endif | {{$productsInOrder->sku}} |
@if($productsInOrder->getColorInfo)
{{$productsInOrder->getColorInfo->color}}
@endif
@if($productsInOrder->getSizeInfo) {{$productsInOrder->getSizeInfo->size}} @else {{$productsInOrder->size}} @endif |
{{-- --}} | {{$productsInOrder->quantity}} | ₹{{$productsInOrder->mrp_price}} | ₹{{$productsInOrder->discount_price}} | {{--₹{{$productsInOrder->sub_total * $productsInOrder->quantity }} | --}}₹{{$productsInOrder->sub_total }} |
SUBTOTAL | ₹{{$order->without_discount_amount}} | ||||||||
COUPON DISCOUNT | ₹{{$order->discount_amount}} | ||||||||
GRAND TOTAL | ₹{{$order->total}} |
Products in offer
SR.NO. | PRODUCT NAME | PRODUCT SKU | QTY | |
---|---|---|---|---|
{{$sr}} | @if($productsInOrder->getProductInfo) {{$productsInOrder->getProductInfo->title}} @endif | {{$productsInOrder->getProductInfo->sku}} | {{$productsInOrder->offer_product_quantity}} | {{----}} |