Hi. How do i add x amount of the same product, to the basket, at the same time?
i tried this
<a href="/default.aspx?id=@GetValue("Ecom:Product:Page.ID")&productid=@GetValue("Ecom:Product.ID")&cartcmd=add&quantity=10" class="detailAddToBasket">
But it does'nt seem to work?
best regards.
Jonas