hi, i have problem with my sites, in IE and in Firefox is everything OK, but in Opera 9 i have trouble with basketsummary. After I click to on product to add in the cart, the left box under menu with basketsummary donť reflect the click and show 0 products in the cart... I donť know where is probelm Anyone help?
Vuk
2007-01-11 22:19
To force the cart to go to the basket after order
look to line 28-29 in main folder - actions_client / orders.php
// added for not showing basket after clicking add to basket // echo "<script type='text/javascript' language='javascript'> // history.go(-1); // <//script>"; // exit; // end // original code
header( 'Location: '.$_SERVER['PHP_SELF'].'?p=ordersBasket' ); exit; // original code
That solve the problem vith opera
Vuk
vlada83
2007-01-11 23:01
but this solves the problem not, only jumping direct to the basket area, but i want to have the product in basket summary because of another order... in IE and Firefox is everything fine, but Opera doesnt work with this plugin not correctly, as I have seen in another webpages with quickcart, this is not only my problem...