Wanted to post a possible BETTER solution to the part of this
old post quoted below.
Instead of doing ANY of this, try finding this in
includes\modules\tabbed_products_pro.php
Code:
$tabcontent = str_replace('id="crossSell"', 'id="crossSell_tab"', $tabcontent);
And Modify as follows:
Code:
$tabcontent = str_replace('id="crossSell2"', 'id="crossSell_tab"', $tabcontent);
Your mileage may vary.. I have not tested this (I don't use Ultimate Cross Sell) this, but I am confident that it should negate the need for this other hack..
Search Tags: Ultimate Cross Sell, Ultimate Cross Sell for Zen Cart
Bookmarks