Quote Originally Posted by Ajeh View Post
I found an ancient one just now ...

Can you see what setting you are using for:
NUMBER_XSELLS_DISPLAY

If you do not know where the setting is, go to the Tools ... Developers Tool Kit ...

In the top input box enter:
NUMBER_XSELLS_DISPLAY

Select NONE and click Search ... if it is in the configuration table it will give you the location and you can hit edit ...

If not, use the bottom input box in the Developers Tool Kit and search on:
NUMBER_XSELLS_DISPLAY

see if you can find where the value is defined for this ...
Hi Ajeh,

The results are

/includes/modules/YOUR_TEMPLATE/cart_upsell.php

Line #9 : define('NUMBER_XSELLS_DISPLAY', '6');
Line #28 : $c = NUMBER_XSELLS_DISPLAY;