oops, it looks like it is not adding the product .. i've changed the line : header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket' ); on to: echo "<script type='text/javascript' language='javascript'>alert('Added to Basket!');window.history.back();</script>"; It shows "Added to Basket" window, but then I'm going to the busket - it is empty.. Any ideas? )