Recently Viewed Items/products,why one products repeatedly show more than once?

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'] . "'"

how to install the zencart templates bought at bestshop24h.com

1:extract the XX.zip file,then you will get two file,one X.zip,the other one X.sql;
2:upload the X.zip to your host,
3:import the X.sql into database by phpadmin,
4:modify two file: includes/configure.php  and   admin/includes/configure.php

if you need install service,please buy the following product

http://www.bestshop24h.com/zencart-problem-solved-p-243.html

thanks

wish you success !

how to stop producing myDEBUG.log in folder “cache”

how to stop producing myDEBUGxxxx.log in folder ”cache”
どう 自動的に産生する”myDEBUGxxxx.log”を止めにしますか?

1:/includes/extra_configures/enable_error_logging.php
change “@ini_set(‘log_errors’, 1);”  to “@ini_set(‘log_errors’, 0);”
“@ini_set(‘log_errors’, 1);”を   “@ini_set(‘log_errors’, 0);”にします。
2:admin/includes/extra_configures/enable_error_logging.php
change “@ini_set(‘log_errors’, 1);”  to “@ini_set(‘log_errors’, 0);”
“@ini_set(‘log_errors’, 1);”を   “@ini_set(‘log_errors’, 0);”にします。

why the search button’s picture doesnot show?

after added a new language ,if you change to the new language page ,you may will find that “the search button’s picture doesnot show” ,

the reason is:
in code ,it is using the following function to show the picture:zen_image_submit (HEAD_IMAGE_SEARCH,HEADER_SEARCH_BUTTON,but the vars havenot been defined yet.

solution: at includes\languages\newlanguage(such as,japanese,schinese)\yourtemplate\button_names.php

add “define(‘HEAD_IMAGE_SEARCH’, ‘search.gif’);”

then it would be ok,if not,you need to upload “search.gif”

I have two banners in two banner groups. I want both to display all the time, not cycle round. What should the settings be?

1:tool-banner manager-new banner
create two banners ,and their Banner Group name should be the same;

2. Set the banner location using the /confuration/layout settings.
Banner Display Groups – Side Box banner_box_all
fill the Banner Group name to it;

3:go to tool-layout boxes controller to set “Side Box banner_box_all”on;