yes it is possible. edit core/orders.php and find function generateBasket() and change this: $_SESSION['iOrderQuantity'.LANGUAGE] += $aExp[2]; to: $_SESSION['iOrderQuantity'.LANGUAGE]++;
closer01
2009-04-17 13:13
treewood... Thank you so much.. it works great and excactly what i need it....