The "Add to cart" function on the product details page -- it adds the info to the cart as its supposed to do, but I know from experience that a user will think nothing has happened and will click the button two or three times over. I there a way to have it jump to the ordersBasket after one click?
That way the user (even though some figure it annoying) will be sent to the basket-- most of the clients I have are perturbed that they are adding multiple amounts of a single item.
idaryl - you are using QC loaded. In actions_client/orders.php locate code // added for not showing basket echo "<script type='text/javascript' language='javascript'> history.go(-1); </script>"; exit; // end
and delete it.
chrepair
2006-10-04 03:15
That works perfectly...great option though to include this to do it both ways!