Quote Originally Posted by masterrusty View Post
The Multi X-Sell module is causing wrong items to be placed in my cart. I have run several tests removing and re-adding various parts of tpl_product_info_display.php from my custom page, and I even tried going all the way back to an original 1.5.1 file and adding the multi x-sell code to it. In every case, the wrong items are going into the cart when the x-sell code is in the file. Everything works fine when I take the code out.

The site is http://www.fantasycostume.net but the x-sell code is currently removed from tpl_product_info_display.php to make the site function properly. Here is a copy of tpl_product_info_display.php the way I am trying to run it:

tpl_product_info_display.zip

Thanks,
MRusty
Take a look at the sample file in the mod and compare to yours.
The </form> close needs to be moved from the end of file to just before where you have added the multi cross sell code.