Hi Scott,
function setup() {

$this->add_prod_to_prod(6753, 6744, 'X', 0);
$this->add_prod_to_prod(6744, 6753, 'X', 0);
$this->add_prod_to_prod(6585, 6589, 'X', 0);
$this->add_prod_to_prod(6589, 6585, 'X', 0);

and on and on....on...and...on and one more on...ok 7,000 more.

I wrote a excel sheet to generate the numbers and insert it into a list, as such, up to the highest current product number and create the opposite set.

Items that do not have a actual item attached to them generate a "S O L D" image and link to the Newest Items Page.

The problem I am having is even if a item is sold (0 quantity) AND/OR the status of the item is OFF. The item is still showing the image in my cross-sell, BUT when clicked it obviously would go to the Newest Items Page since it is not available. Seeing the image, a customer would expect to go to the product rather than the Newest Items List, I'm sure annoyed.

Great work by the way with all of these plug-ins, they are absolutely the best.

Thanks
GJW