"); echo("
View basket   ·  Checkout
Advanced Airbrush
Online Shop

"); echo ("
"); echo ("

Shopping Checkout

"); if ( isset( $cart ) && $step < 2) { $cart_items_array = array(); get_cart_items($cart,$cart_items_array); ?>
= $10 before procedding to next order form $reached_minimum_value = false; if($total >= 10) $reached_minimum_value = true; echo("
Please make sure the following product details are correct.

Item
No.
Serial
No.
Product Unit Price
$AUD
Weight / Item
If Applicable
Qty Sub Total
$AUD

\n"); // display table for running total ?>
  • Package and delivery charges are extra. All prices in Australian dollars.
  • Postage of your goods will be by registered mail or courier. Insurance is suggested but you must request to pay for insurance in the "Delivery Instructions" box for this guarantee. All care is given with postage but it is not the responsibility of Advanced Airbrush if goods are misplaced, lost or damaged while in transit. Guarantee of postage sent is given with an Australia Post code or courier pickup number.
  • Errors and Omissions Excepted. Prices may be subject to change without notice.
  • Any variations to pricing will be advised by email.
  • All prices and items are subject to stock availability.
Total $AUD 0) echo ("
(Includes \$AUD ". gst($total) ." GST)
"); ?>
"); if(!$reached_minimum_value) echo("


Minimum online order value must be equal to, or greater than, $10.00
\n"); echo("

"); if($reached_minimum_value) echo("

\n"); echo("\n"); } elseif(isset($cart) && $step==2) //Enter in billing and delivery details, store in a cookie { $cookie_crumb = "No Crumbs"; // billing cookie $cookie_crumb2 = "No Crumbs"; // delivery cookie if(isset($billing_details)) $cookie_crumb = cookie_cutter($billing_details); if(isset($delivery_details)) $cookie_crumb2 = cookie_cutter($delivery_details); echo("
"); echo(""); echo("
Please make sure the details you have entered in are correct.
All required fields must be filled in before your order will be sent for further processing.


"); include('step1.inc'); echo("


\n"); echo("
\n"); } elseif(isset($cart) && $step==3) //Enter in extra details, store in a cookie { if( isset($billing_details) && isset($delivery_details) ) { $crumbs = cookie_cutter($billing_details); $crumbs2 = cookie_cutter($delivery_details); } if( isset($billing_details) && isset($delivery_details) && valid($crumbs) && valid($crumbs2) ) // enter in extra details { if(isset($extra_details)) $cookie_crumb = cookie_cutter($extra_details); echo("
"); echo(""); echo("
Please make sure the details you have entered in are correct.
All required fields must be filled in before your order will be sent for further processing.


"); include('step2.inc'); echo("


\n"); echo("
\n"); } else { $cookie_crumb = "No Crumbs"; // billing cookie $cookie_crumb2 = "No Crumbs"; // delivery cookie if(isset($billing_details)) $cookie_crumb = cookie_cutter($billing_details); if(isset($delivery_details)) $cookie_crumb2 = cookie_cutter($delivery_details); echo("
"); echo(""); echo("
Please double check all your details before clicking on continue.
Required fields appear in red and must be filled in.


"); include('step1.inc'); echo("


\n"); echo("
\n"); } } elseif(isset($cart) && $step==4) // Enter in extra details, store in a cookie. { // this step is only reached if word count > 25. $cookie_crumb = "No Crumbs"; if(isset($extra_details)) $cookie_crumb = cookie_cutter($extra_details); echo("
"); echo(""); echo("
Please double check all your details before clicking on continue.
Required fields appear in red and must be filled in.


"); include('step2.inc'); echo("


\n"); echo("
\n"); } else { echo ("
Your shopping basket is empty! Empty orders will not be processed.
"); echo ("


"); } include '../include/credit.inc'; // Footer file. $footer_url = "../" . trim($footer_url); if( file_exists($footer_url) && ($footer_url != "../") ) include $footer_url; /*-- END ESS CODE ----*/ ?>