How to solve redirect to basket problem on some servers

treewood (OpenSolution)

Avatar: treewood

2009-12-14 18:24

Some servers have problem with redirecting to basket when user click in products list or details on "add to basket" button

If you click on button "add to basket" and after you will see products in basket, please check your address URL. If you will find in URL something like this: "....&iProductAdd=1&iQuantity=1" then edit actions_client/p.php and use find/replace tool.
This problem exist on all shopping carts installed in "home.pl" server.

find:

'.$_SERVER['PHP_SELF]

replace:

http'.'://'.$_SERVER['HTTP_HOST'].$_SERVER['PHP_SELF'] 

Back to top
about us | contact