Products in basket ?

closer01

No avatar

2009-04-16 21:33

Hi.

I have a question, on the right top of the page " Products in basket " showing total number of Quantities.

Is it possible to display only number of selected products ? Not total of Quantity.

Thank you for suggest.

» Quick.Cart v3.x

treewood (OpenSolution)

Avatar: treewood

2009-04-17 07:29

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

No avatar

2009-04-17 13:13

treewood...
Thank you so much.. it works great and excactly what i need it....

Back to top
about us | contact