
Originally Posted by
weljkodj
Hi,
Is there a way to display related products on a product page just below the current product info?
As stated in the instructions in README.html, you need to add the following code to your tpl_product_info_display.php:
PHP Code:
<!-- bof Ultimate Cross Sell Combo -->
<?php require($template->get_template_dir('tpl_modules_ultimate_cross_sells.php', DIR_WS_TEMPLATE, $current_page_base,'templates'). '/' . 'tpl_modules_ultimate_cross_sells.php'); ?>
<!-- bof Ultimate Cross Sell Combo -->
You don't necessarily need to place this code immediately above the las </div> tag as per instructions.
In order to have any of the cross sell centerboxes to be shown below the current product info, try inserting the code below "<!--eof Attributes Module -->" or any other place of your choosing. If your settings for Admin > Configuration > Ultimate Cross Sell Settings > Display Ultimate Cross Sells on Product Page are set to either 3 Related Products or 4 ALL, your products should be displayed.
Please provide your website URL in order for me to take a look at your source code and perhaps find out any other issue.