<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>WIZ-WORDPRESS│EC-CUBE-LABO &#187; ＥＣ-ＣＵＢＥの不具合</title>
	<atom:link href="http://www.wiz.gr.jp/wordpress/category/ec-cube/ec-cube_trouble/feed" rel="self" type="application/rss+xml" />
	<link>http://www.wiz.gr.jp/wordpress</link>
	<description>WordpressやEC-CUBEなどのカスタマイズをしたときのメモ</description>
	<lastBuildDate>Mon, 05 Jul 2010 02:09:26 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/category/ec-cube/ec-cube_trouble/feed" />
		<item>
		<title>EC-CUBE 注文を削除してもマイページの購入履歴に残ってしまう</title>
		<link>http://www.wiz.gr.jp/wordpress/46</link>
		<comments>http://www.wiz.gr.jp/wordpress/46#comments</comments>
		<pubDate>Wed, 21 May 2008 04:49:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=55</guid>
		<description><![CDATA[				EC-CUBEで注文のキャンセルが入った時に、受注管理画面で削除してもマイページにログインして確認すると購入履歴に出てきます。
				この不具合の解決策がカゴラボ的EC-CUBE開発ブログにありました。こちらで [...]]]></description>
			<content:encoded><![CDATA[				<p>EC-CUBEで注文のキャンセルが入った時に、受注管理画面で削除してもマイページにログインして確認すると購入履歴に出てきます。</p>
				<p>この不具合の解決策が<a title="カゴラボ的EC-CUBE開発ブログ" href="http://www.cagolab.jp/archives/knowledge.php?itemid=225#extended" target="_blank">カゴラボ的EC-CUBE開発ブログ</a>にありました。こちらでの説明は1.3.x～1.4.x向けの対策なので、その記事を参考にしながら2.0.1用に修正した。</p>
				<p>引用</p>
				<blockquote><p>受注管理からキャンセル処理をした場合、データベースの「dtb_order」テーブルの「status」カラムに”3”が記録されます。受注のステータスに関しては、/data/conf/conf.php で設定されています。<br />
				一方、マイページのトップ（/html/mypage/index.php）で購入履歴が出てくるようになっていますが、この場合の条件には「削除フラグが立っていない」と「customer_idが何であるか」だけで、statusが何であるかは全く影響されません。<br />
				なので、この条件の中に「statusが3以外の時にだけ、購入履歴として出す」を入れれば良いことになります。</p></blockquote>
				<p>ということで、2.0.1用に読み直してみると、<br />
				data/class/pages/mypage/LC_Page_Mypage.php の92行目</p>
				<blockquote><p>$where = &#8220;del_flg = 0 AND customer_id=?&#8221;;</p></blockquote>
				<p>を</p>
				<blockquote><p>$where = &#8220;del_flg = 0 AND customer_id=? AND status &lt;&gt; 3&#8243;;</p></blockquote>
				<p>に</p>
				<p>data/class/pages/mypage/LC_Page_Mypage_History.php の72行目</p>
				<blockquote><p>$where = &#8220;del_flg = 0 AND customer_id = ? AND order_id = ? &#8220;;</p></blockquote>
				<p>を</p>
				<blockquote><p>$where = &#8220;del_flg = 0 AND customer_id = ? AND order_id = ? AND status &lt;&gt; 3&#8243;;</p></blockquote>
				<p>に修正することで回避できた。</p>
				<p>次は受注管理の売り上げ集計にも残らないようにしないといけない。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/46/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/46" />
	</item>
		<item>
		<title>EC-CUBE 携帯（モバイル）サイトへのリダイレクトの不具合</title>
		<link>http://www.wiz.gr.jp/wordpress/45</link>
		<comments>http://www.wiz.gr.jp/wordpress/45#comments</comments>
		<pubDate>Tue, 20 May 2008 18:45:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=54</guid>
		<description><![CDATA[				EC-CUBEのトップページが、http://[サイトのドメイン]/html/　だとすると、携帯からそのURLにアクセスすると、
				http://[サイトのドメイン]/html/html/mobile/　と [...]]]></description>
			<content:encoded><![CDATA[				<p>EC-CUBEのトップページが、http://[サイトのドメイン]/html/　だとすると、携帯からそのURLにアクセスすると、</p>
				<p>http://[サイトのドメイン]/html/html/mobile/　と余分なディレクトリ(html)が入り存在しないディレクトリににアクセスしてしまい、モバイルサイトが表示されなかった。</p>
				<p>これはうちだけの問題かなぁ・・・。</p>
				<p>【回避策】</p>
				<p>http://[サイトのドメイン]/html/require.php の98行目の</p>
				<p style="padding-left: 30px;">.  SC_Utils_Ex::sfRmDupSlash($url . URL_DIR . &#8220;mobile/&#8221; . $path));</p>
				<p>を</p>
				<p style="padding-left: 30px;">.  SC_Utils_Ex::sfRmDupSlash($url . URL_DIR . &#8220;/../mobile/&#8221; . $path));</p>
				<p>に修正することでうまくいった。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/45/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/45" />
	</item>
		<item>
		<title>EC-CUBE 受注メールの不具合</title>
		<link>http://www.wiz.gr.jp/wordpress/33</link>
		<comments>http://www.wiz.gr.jp/wordpress/33#comments</comments>
		<pubDate>Sun, 09 Mar 2008 16:19:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=39</guid>
		<description><![CDATA[				受注完了時に購入者と管理人に受注メールが届かないといけないのだが、EC-CUBEのデフォルト設定のままでは管理者に受注メールが届かない。
				【解決方法】
				基本情報管理 → パラメータ設定
				M [...]]]></description>
			<content:encoded><![CDATA[				<p>受注完了時に購入者と管理人に受注メールが届かないといけないのだが、EC-CUBEのデフォルト設定のままでは管理者に受注メールが届かない。</p>
				<p>【解決方法】</p>
				<p>基本情報管理 → パラメータ設定</p>
				<p>MAIL_BACKENDの設定が &#8220;smtp&#8221; になっているのを &#8220;mail&#8221; に変更することで管理者にもメールが届くようになった。</p>
				<p>これでだめだったらこちらにも詳しく書かれていますので参照してみてください。</p>
				<p><a href="http://blog.ec-orange.jp/2008/01/25/55/" target="_blank">http://blog.ec-orange.jp/2008/01/25/55/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/33/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/33" />
	</item>
		<item>
		<title>商品登録時に関連商品が表示されなくなった</title>
		<link>http://www.wiz.gr.jp/wordpress/32</link>
		<comments>http://www.wiz.gr.jp/wordpress/32#comments</comments>
		<pubDate>Sat, 08 Mar 2008 01:12:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=38</guid>
		<description><![CDATA[				原因がわかり、対処ができた。
				この現象はEC-CUBE 2.0.1で発生
				【原因】
				基本情報管理のパラメーター設定に何らかの変更を加えると、キャッシュにあるmtb_constants.ph [...]]]></description>
			<content:encoded><![CDATA[				<p>原因がわかり、対処ができた。</p>
				<p>この現象はEC-CUBE 2.0.1で発生</p>
				<p>【原因】</p>
				<p>基本情報管理のパラメーター設定に何らかの変更を加えると、キャッシュにあるmtb_constants.phpよりRECOMMEND_PRODUCT_MAXが消えてしまうためということがEC-CUBE開発コミュニティサイトでわかった。</p>
				<blockquote><p><a href="http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&amp;topic_id=1466&amp;forum=9&amp;post_id=4849#forumpost4849" target="_blank"><strong>管理画面よりパラメータを変更すると関連商品が表示されなくなります。</strong></a></p></blockquote>
				<p>Step1.</p>
				<p>Webminの PostgreSQL データベースのmtb_constantsテーブルに下記内容を手動で追加</p>
				<blockquote><p> フィールド名 : 値<br />
				id :            RECOMMEND_PRODUCT_MAX<br />
				name :      6<br />
				rank :        523<br />
				remarks :  関連商品の数</p></blockquote>
				<p>Step2.</p>
				<p>管理画面にログインし、基本情報管理-パラメータ設定にてRECOMMEND_PRODUCT_MAXが追加されているのを確認。（一番下の行に追加されています）</p>
				<p>そのまま、&#8221;この内容で登録する&#8221;をクリック。</p>
				<p>この情報もEC-CUBE開発コミュニティサイトから</p>
				<blockquote><p> <a href="http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=thread&amp;topic_id=1525&amp;forum=9&amp;post_id=5224#forumpost5224" target="_blank"><strong>【Ver.2.0.1】 おすすめ商品数に関するパラメータの不一致</strong></a></p></blockquote>
				<p>これでもとどおり商品管理画面の関連商品が表示されるようになった。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/32/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/32" />
	</item>
		<item>
		<title>商品画像の登録</title>
		<link>http://www.wiz.gr.jp/wordpress/30</link>
		<comments>http://www.wiz.gr.jp/wordpress/30#comments</comments>
		<pubDate>Tue, 22 Jan 2008 09:16:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=36</guid>
		<description><![CDATA[				商品の画像を登録するときに指定されている大きさでないものを登録してしまいました。・・・でも大丈夫みたい。
				メイン画像で使った260×260の大きさのものを詳細-サブ画像で使ったのですが、サブで指定されてい [...]]]></description>
			<content:encoded><![CDATA[				<p>商品の画像を登録するときに指定されている大きさでないものを登録してしまいました。・・・でも大丈夫みたい。</p>
				<p>メイン画像で使った260×260の大きさのものを詳細-サブ画像で使ったのですが、サブで指定されている200×200サイズにサムネイルされています。</p>
				<p>500KBまでだと大丈夫なんでしょうかね？</p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/30/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/30" />
	</item>
		<item>
		<title>商品管理の商品並び替え</title>
		<link>http://www.wiz.gr.jp/wordpress/29</link>
		<comments>http://www.wiz.gr.jp/wordpress/29#comments</comments>
		<pubDate>Tue, 22 Jan 2008 04:02:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EC-CUBE]]></category>
		<category><![CDATA[ＥＣ-ＣＵＢＥの不具合]]></category>

		<guid isPermaLink="false">http://www.wiz.gr.jp/wordpress/?p=32</guid>
		<description><![CDATA[				商品の並び替えをしようとしてもできません。
				疑問に思ったことは順位のところの番号って何の番号なんでしょうか？
				全部同じ数字が入っていたり、１１商品入っているところは11と12の数字しか入っていませ [...]]]></description>
			<content:encoded><![CDATA[				<p>商品の並び替えをしようとしてもできません。</p>
				<p>疑問に思ったことは順位のところの番号って何の番号なんでしょうか？</p>
				<p>全部同じ数字が入っていたり、１１商品入っているところは11と12の数字しか入っていません 。</p>
				<p><img src="http://www.wiz.gr.jp/wordpress/wp-content/uploads/2008/01/ec_cube_kanri1.jpg" alt="商品並び替え画面" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.wiz.gr.jp/wordpress/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://www.wiz.gr.jp/wordpress/29" />
	</item>
	</channel>
</rss>
