0) { header('Location: ' . tep_href_link('wishlist.php', '', 'NONSSL')); tep_exit(); } else { tep_db_query("delete from wishlist where id = '" . $HTTP_POST_VARS['cartid'] . "'"); header('Location: ' . tep_href_link('wishlist.php', '', 'NONSSL')); tep_exit(); } } } elseif ($HTTP_GET_VARS['action'] == 'remove_all') { // customer wants to remove all products from their shopping cart if (tep_session_is_registered('customer_id')) { tep_db_query("delete from wishlist where user_id = '" . $customer_id . "'"); } header('Location: ' . tep_href_link('wishlist.php', '', 'NONSSL')); tep_exit(); } } else { ?> ' . NAVBAR_TITLE . ''; ?> <?=TITLE;?> - My Shopping Cart
$height){ $imgsz = 'width="100"'; }else{ $imgsz = 'height="100"'; } echo ''; echo ''; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo '' . "\n"; echo ' ' . "\n"; echo '' . "\n"; echo ' ' . "\n"; echo '' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' '; } } else { echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; echo ' ' . "\n"; } ?>
Wish List Warranty Info Return Info
 
' . $products_name . ' '.$collectind.'
Part Number: '.$check_cart_values['part_number'].'
$' . number_format($price,2) . 'Add to Cart
Remove from Cart
 ' . TEXT_CART_EMPTY . ' 
' . tep_black_line() . '