No redirection to the cart display page after "add to cart" button clickk
Hi
In my "add to cart" button the behavior is set to redirect to the cart display page. After click the item is well added to the cart but the cart display page is not displayed and the product page is displayed again.
Strange because with a simple training eCart page all is fine but in my real pages the cart display page is not displayed after "add to cart". In both case I use the "Add to cart wizard". Any idea what should be wrong or where to check?
Of course the name of my cart display page is good ;-)
$ATC_RedirectAfter = "panier.php";
Thanks, Daniel