add(NAVBAR_TITLE, tep_href_link(FILENAME_SHOPPING_CART)); ?> > Shopping Cart - ActionSportsCompany.com
My Account'; ?> Shopping Cart'; ?>
count_contents() > 0) { ?> */ ?>
'center', 'params' => 'class="productListing-heading"', 'text' => TABLE_HEADING_REMOVE); $info_box_contents[0][] = array('params' => 'class="productListing-heading"', 'text' => TABLE_HEADING_PRODUCTS); $info_box_contents[0][] = array('align' => 'center', 'params' => 'class="productListing-heading"', 'text' => TABLE_HEADING_QUANTITY); $info_box_contents[0][] = array('align' => 'right', 'params' => 'class="productListing-heading"', 'text' => TABLE_HEADING_TOTAL); $any_out_of_stock = 0; $products = $cart->get_products(); for ($i=0, $n=sizeof($products); $i<$n; $i++) { // Push all attributes information in an array if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { while (list($option, $value) = each($products[$i]['attributes'])) { echo tep_draw_hidden_field('id[' . $products[$i]['id'] . '][' . $option . ']', $value); $attributes = tep_db_query("select popt.products_options_name, poval.products_options_values_name, pa.options_values_price, pa.price_prefix from " . TABLE_PRODUCTS_OPTIONS . " popt, " . TABLE_PRODUCTS_OPTIONS_VALUES . " poval, " . TABLE_PRODUCTS_ATTRIBUTES . " pa where pa.products_id = '" . $products[$i]['id'] . "' and pa.options_id = '" . $option . "' and pa.options_id = popt.products_options_id and pa.options_values_id = '" . $value . "' and pa.options_values_id = poval.products_options_values_id and popt.language_id = '" . $languages_id . "' and poval.language_id = '" . $languages_id . "'"); $attributes_values = tep_db_fetch_array($attributes); $products[$i][$option]['products_options_name'] = $attributes_values['products_options_name']; $products[$i][$option]['options_values_id'] = $value; $products[$i][$option]['products_options_values_name'] = $attributes_values['products_options_values_name']; $products[$i][$option]['options_values_price'] = $attributes_values['options_values_price']; $products[$i][$option]['price_prefix'] = $attributes_values['price_prefix']; } } } $xgs_flag = false; for ($i=0, $n=sizeof($products); $i<$n; $i++) { if(!$xgs_flag && $products[$i]['ship_type'] == 'XGS') { $xgs_flag = true; } else if(!$xgs_flag && $products[$i]['ship_type'] == 'ABF') { $xgs_flag = true; } else if(!$xgs_flag && $products[$i]['ship_type'] == 'UNI') { $xgs_flag = true; } if (($i/2) == floor($i/2)) { $info_box_contents[] = array('params' => 'class="productListing-even"'); } else { $info_box_contents[] = array('params' => 'class="productListing-odd"'); } $cur_row = sizeof($info_box_contents) - 1; $master_category = getMasterCategory($products[$i]['id']); $url = ''; switch($master_category) { case 'Baseball': $url = 'http://www.actionsportscompany.com/'; break; case 'Putting Greens': $url = 'http://www.actionsportscompany.com/'; break; case 'Pitching Machines': $url = 'http://www.actionsportscompany.com/'; break; case 'Golf': $url = 'http://www.actionsportscompany.com/'; break; case 'Saunas': $url = 'http://www.actionsportscompany.com/'; break; case 'Pool Tables': $url = 'http://www.actionsportscompany.com/'; break; case 'Pool Table Specials': $url = 'http://www.actionsportscompany.com/'; break; case 'Billiard Accessories': $url = 'http://www.actionsportscompany.com/'; break; case 'Billiard Lighting': $url = 'http://www.actionsportscompany.com/'; break; case 'Game Tables': $url = 'http://www.actionsportscompany.com/'; break; case 'Poker Accessories': $url = 'http://www.actionsportscompany.com/'; break; case 'Poker Tables': $url = 'http://www.actionsportscompany.com/'; break; } //echo $master_category; $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', /* 'text' => tep_draw_checkbox_field('cart_delete[]', $products[$i]['id'])); */ 'text' => tep_draw_form('cart_quantity', tep_href_link(FILENAME_SHOPPING_CART, "action=update_product")) . ""); $products_name = '' . ' ' . ' ' . ' ' . ' ' . '
' . /*tep_image(DIR_WS_IMAGES . $products[$i]['image'], $products[$i]['name'], SMALL_IMAGE_WIDTH, SMALL_IMAGE_HEIGHT) .*/ '' . $products[$i]['name'] . ''; if (STOCK_CHECK == 'true') { $stock_check = tep_check_stock($products[$i]['id'], $products[$i]['quantity']); if (tep_not_null($stock_check)) { $any_out_of_stock = 1; $products_name .= $stock_check; } } if (isset($products[$i]['attributes']) && is_array($products[$i]['attributes'])) { reset($products[$i]['attributes']); while (list($option, $value) = each($products[$i]['attributes'])) { $products_name .= '
- ' . $products[$i][$option]['products_options_name'] . ' ' . $products[$i][$option]['products_options_values_name'] . ''; } } $products_name .= '
'; $info_box_contents[$cur_row][] = array('params' => 'class="productListing-data"', 'text' => $products_name); $info_box_contents[$cur_row][] = array('align' => 'center', 'params' => 'class="productListing-data" valign="top"', 'text' => tep_draw_input_field('cart_quantity[]', $products[$i]['quantity'], 'size="4"') . tep_draw_hidden_field('products_id[]', $products[$i]['id'])); $info_box_contents[$cur_row][] = array('align' => 'right', 'params' => 'class="productListing-data" valign="top"', 'text' => '' . $currencies->display_price($products[$i]['final_price'], tep_get_tax_rate($products[$i]['tax_class_id']), $products[$i]['quantity']) . ''); } new productListingBox($info_box_contents); ?>
format($cart->show_total()); ?>
show_ship(); if($ship == 0) { echo 'Free Shipping'; } else if($ship == -1) { echo 'Please Call For Shipping'; } else { echo $currencies->format($cart->show_ship()); } ?>
format($cart->show_total())); } else { echo "Total: " . ($currencies->format($cart->show_total() + $cart->show_ship())); } ?>


* Trucking companies charge a additional fee for residential deliveries.
   If your delivery location has a Commercial Loading Dock or a Forklift, this fee does not apply to you.
   Please Confirm your requirements if you have any questions.

   Call if you have any questions about your shipping options Call 800-580-0307
   For Multiple Items, Call for Latest Shipping Rates and Special Shipping Discounts!


Will the shipment be dropped off at a Commercial Loading Dock? No'; echo ' Yes'; } else { if($no_ship == 'false') { echo ' No'; echo ' Yes'; } else { echo ' No'; echo ' Yes'; } } ?>
Shipping rates listed are for continental US only. Alaska, Hawaii, and international orders, please call us at 800-580-0307 for shipping rates.
**Canada residents:
Addtional charges for custom duties and/or goods and services tax (GST) will apply. For more information, visit Canada Border Services Agency for more information.
path)-2; if (isset($navigation->path[$back])) { ?>
path[$back]['page'], tep_array_to_string($navigation->path[$back]['get'], array('action')), $navigation->path[$back]['mode']) */ 'javascript:history.go(-2)' . '">' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . '';?> ' . tep_image_button('button_continue_shopping.gif', IMAGE_BUTTON_CONTINUE_SHOPPING) . ''; ?> ' . tep_image_button('button_checkout.gif', IMAGE_BUTTON_CHECKOUT) . ''; } ?>
Do not want to create a profile?

If you'd like to checkout without creating a customer profile, click the checkout button below. Please note, that without a customer profile, you can not view the status of your order, and each time you make a new purchase you will have to re-enter all of your information.

* Creating a user profile is free. ' . tep_image_button('button_checkout_no_profile.gif', IMAGE_BUTTON_CHECKOUT_NO_PROFILE) . ''; ?>
Card Owner:
Credit Card Number:
Expiration Date(MMYY):
TEXT_CART_EMPTY))); ?>
' . tep_image_button('button_continue.gif', IMAGE_BUTTON_CONTINUE) . ''; ?>