• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

want to develop dynamic shopping cart

 
Ranch Hand
Posts: 33
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All,
I want to develop dynamic shopping cart where multiple seller can sale there diffirant product ,
buyer can buy a dynamic product from differnt seller just first buyer need to add diffirant product in single cart and when he want to buy that he must have to be register with site once the registration done.

then the payment should be done by paypal.
when user click the pay button then the payment of product shold be transfer to respective sellers account of which product belongs to ,
how this is possible to payment multiple seller for multiple product by sigle user in single click
i am using jsp, servlet for this application
kindly help

thanks
 
author & internet detective
Posts: 42134
937
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Jagdish,
You need a way to keep track of what seller goes with different items. Then when ready to checkout figure how much payment goes to each seller including tax/shipping. But that's in the requirements. Can you be more specific about your question? What do you want help with?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic