Add to cart - go to another page

idaryl

Avatar: idaryl

2006-09-26 08:52

I'm using QC 1.3.

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.

Wulfgen

Claps

Avatar: Claps

2006-09-26 11:04

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

No avatar

2006-10-04 03:15

That works perfectly...great option though to include this to do it both ways!

Back to top
about us | contact