Online Shop

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
arta1362
Forum Newbie
Posts: 2
Joined: Thu Jul 23, 2009 5:44 am

Online Shop

Post 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
User avatar
JAB Creations
DevNet Resident
Posts: 2341
Joined: Thu Jan 13, 2005 6:44 pm
Location: Sarasota Florida
Contact:

Re: Online Shop

Post 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?
arta1362
Forum Newbie
Posts: 2
Joined: Thu Jul 23, 2009 5:44 am

Re: Online Shop

Post by arta1362 »

that seems good but my ajax is not so good!!!!!!

:roll:

Thanks
Post Reply