Page 1 of 1

Online Shop

Posted: Thu Jul 23, 2009 5:50 am
by arta1362
HI :

i have a online shop with php .
at the moment whenever customers select add to cart botton it goes to checkout page and ask if you want to pay or continue shopping.
but what i want is whenever customers add something in cart it just doesnt go to checkout page just add the products to cart then if they want to go to cart and pay for it.
just the small prompt that tell them you have one products added to your cart.

is there any one can help me. :roll: :?:

wwww.fireplaceproducts.co.uk (my online shop)

Thanks

Arta

Re: Online Shop

Posted: Thu Jul 23, 2009 6:53 am
by JAB Creations
How about having AJAX send a signal to the page to have the item added to the cart instead? Less bandwidth and you can easily opt to using href.location to redirect the customer to whatever page if you want to or not?

Re: Online Shop

Posted: Fri Jul 24, 2009 6:07 am
by arta1362
that seems good but my ajax is not so good!!!!!!

:roll:

Thanks