basket summary

insanecon

No avatar

2006-12-10 09:02

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?

Thanks in anticipation.

idaryl

Avatar: idaryl

2006-12-12 02:31

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

idaryl

Avatar: idaryl

2006-12-12 23:14

Did that work for you??

tomsza

No avatar

2006-12-13 16:48

Hello,
I'm running quickcart 2.0 loaded.

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.

Can anyone help me please in this matter?

Thank you!


Tamas Nemes

idaryl

Avatar: idaryl

2006-12-14 02:12

I hav'nt used 2.0 yet - so I don't know

Back to top
about us | contact