Author Topic: Add multiple products to the basket  (Read 1331 times)

msirak

  • Newbie
  • *
  • Posts: 2
    • View Profile
Add multiple products to the basket
« on: July 04, 2008, 12:55:12 PM »
Hi,

Any idea how it can be achieved that a customer can add multiple proucts of the same category to the basket, and not only one by one?

Thanks

julie

  • Administrator
  • Hero Member
  • *****
  • Posts: 408
    • View Profile
    • KonaKart
Re: Add multiple products to the basket
« Reply #1 on: July 04, 2008, 02:18:57 PM »
To do something like that you need to implement a way of doing multiple product selections  . Once multiple products have been selected you can call the addToBasket() API call for each product.