How can I stop the "The following items have been added to your order." popup window when adding items to the shopping cart? I tried adding this to the includes.php page:
$actionaftercart=4; $cartrefreshseconds=0;
This did not seem to have any effect.
I just want the page to redirect to the shopping cart after adding an item to the cart.
Hi Aricmokh If you want to use the old style add to cart add this parameter... $usehardaddtocart=TRUE; ...to your includes.php file. But was this because you said there were some formatting issues? If so, would it be better if we sort that out for you rather than ditching the soft cart which is quite a good feature?