Hi, thanks for the speedy response, however, this hasn't fixed my problem:

1. - The code is already in the includes (hence me posting the output of whatever it generates in my initial post). I double-checked the location.

2. Configuration is correct.

3. Classic is selected as template. In fact, I'm working on a clean install of ZenCart right now and it came only with the Classic template :-)

Any other ideas?

Quote Originally Posted by ultimate_zc View Post
Make sure to:
  1. Copy and paste the code shown below on your includes > templates > YOUR_TEMPLATE* > templates > tpl_shopping_cart_default.php above the last </div>

    * In your case, it seems you are using "classic"

    Code:
    <!-- bof Ultimate Cross Sell Combo -->
    <?php require(DIR_WS_MODULES . zen_get_module_directory(FILENAME_CART_UPSELL)); ?>
    <?php require($template->get_template_dir('tpl_modules_also_purchased.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_also_purchased.php'); ?>
    <!-- eof Ultimate Cross Sell Combo -->
  2. Go to your Admin > Configuration > Ultimate Cross Sell Settings > Cross Sell on Shopping Cart and set to "True"
  3. Go to your Admin > Tools > Template Selection and make sure you are using the proper template