@extends('layouts.web_app') @section('head') @endsection @section('breadcrumb') @endsection @section('content')

SHOPPING CART

{$product.product_name$}

Other Market Price - SAR {$product.product_price[0].market_price$}

GET {$product.discount$}% OFF

  • SAR {$product.price$} SAR {$product.actual_selling_amount$} ({$product.quantity$} {$product.product_quantity.display_name$})
    SAR {$product.price$} ({$product.quantity$} {$product.product_quantity.display_name$})
  • SAR {$product.finalamount$}
SAR {$product.price$} SAR {$product.actual_selling_amount$} ({$product.quantity$} {$product.product_quantity.display_name$})
SAR {$product.price$} ({$product.quantity$} {$product.product_quantity.display_name$})
SAR {$product.finalamount$}

NOTE

Add special instructions for your order...

SELECT DELIVERY ADDRESS

Enter your destination to get a shipping estimate.


{$addres.first_name$}   {$addres.last_name$}

{$addres.location$}
{$addres.city$} {$addres.district$}
{$addres.country$}

Ph: {$addres.country_code$} {$addres.contact_no$}

YOUR PAYMENT

We also accept Mada cards,visa cards,Master cards,STC pay and American Express cards.

NOTE

Add special instructions for your order...

SUBTOTAL SAR {$subtotalamount$}
GRAND TOTAL SAR {$subtotalamount$}
TOTAL SAVINGS SAR {$saveamount$}
DELIVERY AMOUNT {$deliverycharge$}
TOTAL AMOUNT SAR {$totalamount$}
{$message$}
@include('customer.footer') @endsection @section('js') @endsection