@extends('layout.app') @section('page-title', $title) @section('breadcrumb')
Home Review order Credit card payment
@endsection @section('content')
@if($is_admin && $cc_transaction_only)
 
A link to this page can be given to the customer in one of the following cases:
  • For some reason the customer is not able to reach the credit card page
  • Credit card is declined at time of purchase and next day he comes with the problem supposedly fixed and you want to give him a quick way to pay.
Please, give the link to this page ONLY if you see customer is reluctant to give his CC info over the phone.

This page only processes a CC transaction. If customer can do that successfully, you'll still need to revive the order, if it isn't processed already.
@endif @if($show_cc_form)
Order Total
${{ $order->totals['grand_total'] }}
 
 
@else

We're experiencing difficulties with credit card processing. Please, contact /home/staging/wt-git/wt/new-design/views/credit_card.blade.php on line 97
WEB_PATHnew-design/contact_us.php'>customer service
for assistance. We're really sorry for the inconvenience!
@endif
@if($show_cc_form)
Important: Upon completing your order, a pending authorization is processed for the total order amount. The funds are still in your account, but the amount of the authorization hold is restricted from use. This procedure ensures the funds necessary to complete the transaction are available. However, your credit card is only charged once item(s) on your order ship. This may result in partial charges as your order is fulfilled.

Your credit card information will never be stored on our server. It is processed by our payment processor Braintree (a Paypal company) using a secure connection.

Orders containing Made-To-Order cushion covers are custom made specifically for you upon ordering. Payment for custom cushions is charged at the time of shipping your cushion foam cores and complimentary cushion covers (based on inventory availability).

If complimentary cushion covers are not available based on current inventory, payment for the cushions will be processed at the time of shipment, following the completion of your Made-To-Order selection.

@endif
@endsection @push('after-foot-js') @endpush