Hey, I'm running quickcart 1.4 loaded. when i click on "Add to basket" the item just gets added in basket summary. How do i get "Add to basket" to go to the usual form where you checkout?
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
When orders_delivery.tpl loading the currency symbol after the final Summary cost diseppears, when I start browsing the possible shipping types. It calculates the cost together with delivery cost but doesn't show the currency symbol anymore. In the previous basket page and the orders_print page it works.