<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>携帯サイトお役立ち情報　メモ帳がわり　（本人が分かればそれでOK）</title>
<link>https://ameblo.jp/kato02/</link>
<atom:link href="https://rssblog.ameba.jp/kato02/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>携帯サイト作成する際に役立つ情報やデータをメモ帳として使っています。</description>
<language>ja</language>
<item>
<title>ec-cube　イプシロン決済モジュールについて</title>
<description>
<![CDATA[ イプシロン決済モジュールをそのままインストールしてテストを行うと<br>商品名が長すぎる場合決済出来ない。<br><br>参考サイト<a href="http://ameblo.jp/only-human/entry-10301769655.html" target="_blank">http://ameblo.jp/only-human/entry-10301769655.html</a><br><br>以下タグを設置する。<br><br>/data/downloads/module/mdl_epsilon/LC_Page_Mdl_Epsilon_Credit.php<br><br><br>// 144行目あたり<br>// 送信データ生成<br>//$item_name = $arrMainProduct["name"] . "×" . $arrMainProduct["quantity"] . "個 (代表)";<br>// ↓に修正　（とりあえず19文字以降は切り捨て）<br>$item_name = mb_substr($arrMainProduct["name"],0,18) <br>   . "×" <br>   . $arrMainProduct["quantity"] <br>   . "個 (代表)";
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10513638585.html</link>
<pubDate>Tue, 20 Apr 2010 22:37:16 +0900</pubDate>
</item>
<item>
<title>携帯サイトのmeta宣言について</title>
<description>
<![CDATA[ 携帯サイトのspan表記についてau及びソフバンはOKでが通常のmeta宣言ではdocomoは表示されないので注意をすること。<br><br>meta http-equiv="Content-Type" content="application/xhtml+xml; charset=Shift_JIS" /
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10502261419.html</link>
<pubDate>Wed, 07 Apr 2010 12:27:33 +0900</pubDate>
</item>
<item>
<title>EC-CUBE　帳票　ロゴ</title>
<description>
<![CDATA[ EC-CUBE　帳票　ロゴの変更について<br><br>ロゴ画像の保存先<br>/user_data  /packages  /テンプレ  /img  /pdf/logo.png<br><br>注意点　png24　じゃないと反映されないpngでも透明があると表示されないので注意。<br><br>ファイルソースの変更<br>/data  /class/SC_Fpdf.php<br><br>ここで画像ファイル名や位置を調整出来る。<br><br>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10500300919.html</link>
<pubDate>Mon, 05 Apr 2010 02:35:33 +0900</pubDate>
</item>
<item>
<title>ec-cube　サイト画像変更場所</title>
<description>
<![CDATA[ ec-cube　サイト画像変更場所<br>参考サイト：<a href="http://shigeshi.sblo.jp/article/20673314.html" target="_blank">http://shigeshi.sblo.jp/article/20673314.html</a><br><br>サーバ場所<br>/user_data /packages /テンプレート /img<br><br>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10467348803.html</link>
<pubDate>Thu, 25 Feb 2010 02:16:04 +0900</pubDate>
</item>
<item>
<title>ec-cube　管理画面　ブロック編集やフッターヘッターに￥or＼が入る</title>
<description>
<![CDATA[ ec-cube　管理画面　ブロック編集やフッターヘッターに￥or＼が入る<br><br>.htaccessに「php_flag magic_quotes_gpc off」を入れるだけでOKになる。<br><br>参考URL：<a href="http://www.eccube-school.jp/products/detail34.html" target="_blank">http://www.eccube-school.jp/products/detail34.html</a><br><br>ガセネタの恐れあり！！コアサーバでは上手くいかず。
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10460368242.html</link>
<pubDate>Tue, 16 Feb 2010 14:41:12 +0900</pubDate>
</item>
<item>
<title>ec-cube　モバイル　非会員購入　そのまま購入</title>
<description>
<![CDATA[ ec-cube　モバイル　非会員購入　そのまま購入<br><br>参考サイト：<a href="http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&amp;topic_id=3794&amp;forum=10" target="_blank">http://xoops.ec-cube.net/modules/newbb/viewtopic.php?viewmode=flat&amp;topic_id=3794&amp;forum=10</a><br><br>最後の｢次へ｣のイメージが携帯では対応していないので実行ボタン（type="submit"）に変更。<br>参考サイト：<a href="http://www.tohoho-web.com/html/input.htm" target="_blank">http://www.tohoho-web.com/html/input.htm</a><br><br>こんな感じ。<br>input type="submit" src="<!--{$TPL_DIR}-->img/common/b_next.gif" alt="次へ" name="next" id="next"<br><br><br>PCの非会員購入テンプレをdata /Smarty /templates /テンプレ名/shoppingに入れる。<br>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10450998839.html</link>
<pubDate>Fri, 05 Feb 2010 02:01:47 +0900</pubDate>
</item>
<item>
<title>ec-cube　モバイル画像自動変換キャンセル</title>
<description>
<![CDATA[ ec-cube　モバイル画像自動変換キャンセルメモ<br><br>参考サイト：<a href="http://hiro.wecsy.com/2009/02/ec-cube-2.html" target="_blank">http://hiro.wecsy.com/2009/02/ec-cube-2.html</a><br><br>変更場所：data-&gt;class-&gt;SC_MobileImage.phpの87行目付近<br><br>php内でのコメントアウトの方法<br>/* ほげほげ */<br><br>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10450781612.html</link>
<pubDate>Thu, 04 Feb 2010 21:43:46 +0900</pubDate>
</item>
<item>
<title>ec-cube　SEO対策　商品詳細　タイトル設定</title>
<description>
<![CDATA[ ec-cube　SEO対策　商品詳細　タイトル設定<br><br>デフォルトでは商品詳細ページのタイトルに商品詳細と入ってしまう。<br>SEO対策の為に削除する。<br><br>場所<br>/data/class/pages/product/LC_Page_Products_Detail.php<br><br>二か所ある<br>// タイトルに商品名を入れる<br>$this-&gt;tpl_title = "商品詳細 ". $this-&gt;arrProduct["name"];<br><br>上記から商品詳細を削除を行う。<br>↓こんな感じ<br>// タイトルに商品名を入れる<br>$this-&gt;tpl_title = "". $this-&gt;arrProduct["name"];<br><br><a href="http://www28.atwiki.jp/lucier/pages/16.html" target="_blank">参照元http://www28.atwiki.jp/lucier/pages/16.html</a>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10439121636.html</link>
<pubDate>Thu, 21 Jan 2010 02:19:28 +0900</pubDate>
</item>
<item>
<title>ec-cube　モバイル　meta設定</title>
<description>
<![CDATA[ ec-cube　モバイル　meta設定<br><br>デフォルトではモバイルページのmeta及び色々設定が出来ていない状況。<br><br>/data/class/pagesの<br>LC_Page_Index.phpを編集する。<br><br>$objView = new SC_MobileView();<br>の前に<br>// レイアウトデザインを取得<br>$layout = new SC_Helper_PageLayout_Ex();<br>$ret = $layout-&gt;lfgetPageData('page_id = ?', array("1"));<br>$this-&gt;arrPageLayout = $ret[0];<br>を入れる。<br><br>そのほかに<br>data/class/pages/productsの<br>LC_Page_Products_Detail.phpと<br>LC_Page_Products_List.php<br>LC_Page_Products_CategoryList.php<br>に<br>同じ設定を行いました。<br><br>ECキューブ管理画面で設定したSEOキーワードを入ります。<br>但しPCの方で設定したカスタムSEO対策は表示されませんでした。
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10439118068.html</link>
<pubDate>Thu, 21 Jan 2010 02:02:04 +0900</pubDate>
</item>
<item>
<title>ec-cube　SEO対策　静的ページ</title>
<description>
<![CDATA[ ec-cube　SEO対策　静的ページ<br><br>参考サイト<br><a href="http://wiki.ec-orange2.jp/index.php?%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA%EF%BC%9A%E5%BF%9C%E7%94%A8%2F%E5%8B%95%E7%9A%84%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AE%E9%9D%99%E7%9A%84%E5%8C%96" target="_blank">http://wiki.ec-orange2.jp/index.php?%E3%82%AB%E3%82%B9%E3%82%BF%E3%83%9E%E3%82%A4%E3%82%BA%EF%BC%9A%E5%BF%9C%E7%94%A8%2F%E5%8B%95%E7%9A%84%E3%83%9A%E3%83%BC%E3%82%B8%E3%81%AE%E9%9D%99%E7%9A%84%E5%8C%96</a><br><br><a href="http://www.hiro-blog.com/2009/04/ec-cubeurlurlseo.html" target="_blank"><br>http://www.hiro-blog.com/2009/04/ec-cubeurlurlseo.html</a><br><br>ヒロシの方はモバイルページの商品詳細が表示されなくなるので注意が必要<br><br>このファイルをhtml/productsフォルダに入れる。<br>ファイル名.htaccess<br>RewriteEngine on<br>RewriteCond %{REQUEST_FILENAME} !-f<br>RewriteCond %{REQUEST_FILENAME} !-d<br>RewriteRule ^detail([0-9]+).html+ detail.php?product_id=$1 [L]<br>RewriteRule ^list([0-9]+).html+ list.php?category_id=$1 [L]<br><br><br>このファイルもhtmlに入れる。<br>ファイル名.htaccess<br>#mode_rewriteの設定<br>RewriteEngine on<br>RewriteBase /ec-cube/html/<br>RewriteCond %{REQUEST_FILENAME} !-f<br>RewriteCond %{REQUEST_FILENAME} !-d<br>RewriteRule ^products/detail/([0-9]+)? products/detail.php?product_id=$1 [L]<br>RewriteRule ^products/list/([0-9]+)? products/list.php?category_id=$1 [L]<br>RewriteRule ^mobile/products/detail/([0-9]+)_([0-9]+)? mobile/products/detail.php?product_id=$1&amp;page=$2 [L]<br>RewriteRule ^mobile/products/list/([0-9]+)? mobile/products/list.php?category_id=$1 [L]<br><br><br>次は、システム設定からパラメータ設定の中のDETAIL_P_HTMLをURL_DIR . "products/detail"に変更する。<br>※モバイルは設定しない。<br><br><br>テンプレート設定場所<br>html/user_data/packages/default/blocの中の<br>best5.tpl<br>category.tpl<br><br>html/user_data/packages/defaultの<br>detail.tpl<br>list.tpl<br><br>data/Smarty/templates/default/mypageの<br>history.tpl<br>favorite.tpl<br><br>上記ファイルを設定が必要。。。<br><br><br>
]]>
</description>
<link>https://ameblo.jp/kato02/entry-10438914317.html</link>
<pubDate>Wed, 20 Jan 2010 21:48:07 +0900</pubDate>
</item>
</channel>
</rss>
