View basket
·
Checkout
"); echo ("
"); echo("
"); echo("
Shopping Basket
"); if ( isset( $cart ) ) { $cart_items_array = array(); get_cart_items($cart,$cart_items_array); ?>
Click on the checkbox to mark a product for removal.
Use the "update order" button for changes to take effect.
Remove
Item
Item
No.
Serial
No.
Product
Unit Price
$AUD
Qty
Sub Total
$AUD
\n"); // display table for running total ?>
Package and delivery charges are extra. All prices are in Australian Dollars.
Total
$AUD 0) echo ("
(Includes \$AUD ". gst($total) ." GST)
"); ?>
\n"); echo("\n"); } else { echo ("
Your shopping basket is empty!
"); 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 ----*/ ?>
include '../include/copyright.inc'; ?>