Ok, I believe that I've solved the issue with linked products showing up more than once. Here is what you need to do:
/includes/classes/split_page_results.php
Find:
Code:
function splitPageResults($query, $max_rows, $count_key = '*', $page_holder = 'page', $debug = false) {
Replace:
Code:
function splitPageResults($query, $max_rows, $count_key = 'p.products_id', $page_holder = 'page', $debug = false) {
/includes/modules/pages/featured_products/header_php.php
(and pages/product_all, and pages/product_new)
Find the first SELECT statement. Add the word DISTINCT right after the SELECT.
This works for me, YMMV. Backup stuff first!
Bookmarks