Recently Viewed Items/products,why one products repeatedly show more than once?
最近見た商品機能:一つ商品は一回以上に表示してしまいます
because,your website have more than one language,
原因はあなたのサイトに一つ以上言語がありますからです
solution
対策
includes/modules/recent_product.php includes/modules/sideboxes/yourtemplates/recent_product.php
find(検索) "p.products_id = pd.products_id" and behind it ,add(後ろに追加) and pd.language_id = '" . (int)$_SESSION['languages_id'] . "'"