@extends('layout.master') @section('header')
@endsection @section('content') @php $price = 0; @endphp

Your shopping cart

@if(isset($domains)) @forelse($domains as $key => $domain) @php $price = $price + $domain->price; @endphp
${{$domain->price}}
@empty

Cart is empty

@endforelse @endif
Total:${{$price}}
@if(!empty(Session::get('id'))) @if($price<1000 && count(Session::get('id'))>1) ▸ Checkout

Or checkout with:

PayPal ESCROWPAY @elseif($price>1000 && count(Session::get('id'))>1) ESCROWPAY @endif @endif @if(isset($theme->stripe)) @if($theme->stripe=='1' && count(Session::get('id'))==1 ) ▸ Checkout

@endif @if($theme->paypal=='1' && count(Session::get('id'))==1 ) PayPal @endif @if($theme->escrow=='1' && count(Session::get('id'))==1 ) ESCROWPAY @endif @endif

30-day money
back guarantee

Learn more

Quick delivery
of the domain

Learn more

Safe and secure
shopping

Learn more

* All prices are is US Dollars (USD). zDomainName accepts payments from all parts of the globe. If you are making a purchase from outside the United States, you must do your own currency conversions.

** There are no shipping charges associated with zDomainName, however as a part of buying any domain name you will have to pay the yearly registration fees. These fees depend on the registrar you decide to keep your domain with, but typically run anywhere from $8.95 to $25.00 per year. IF YOU FAIL to pay these yearly registration/renewal costs to your domain registrar, your domain will expire and you will no longer have ownership rights to the domain name.

@endsection