<?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/"
	>

<channel>
	<title>www.gnnk.net &#187; ZenCart</title>
	<atom:link href="http://www.gnnk.net/category/zencart/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gnnk.net</link>
	<description>web book movie</description>
	<lastBuildDate>Sun, 05 Sep 2010 14:58:38 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[ZenCart]料金に応じて、代引手数料を計算</title>
		<link>http://www.gnnk.net/20061026121948/</link>
		<comments>http://www.gnnk.net/20061026121948/#comments</comments>
		<pubDate>Thu, 26 Oct 2006 03:19:48 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20061026121970/</guid>
		<description><![CDATA[				\includes\modules\order_total\ot_cod_fee.php 69行目
				if ($cod_zones[$i] == $order->delivery['country']['i [...]]]></description>
			<content:encoded><![CDATA[				<p>\includes\modules\order_total\ot_cod_fee.php 69行目</p>
				<pre><code>if ($cod_zones[$i] == $order->delivery['country']['iso_code_2']) {</code></pre>
<p>を、</p>
<pre><code>if ($cod_zones[$i] >= $order->info['total']) {</code></pre>
				<p>に変更し、<br />
				管理画面＞モジュール＞注文合計＞代金引換手数料＞COD Fee for FLAT<br />
				を変更</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20061026121948/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]新着商品の登録日の非表示</title>
		<link>http://www.gnnk.net/20060907072335/</link>
		<comments>http://www.gnnk.net/20060907072335/#comments</comments>
		<pubDate>Wed, 06 Sep 2006 22:23:35 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20060907072367/</guid>
		<description><![CDATA[/include/modules/products_new_listing.php &#60;?php if ($disp_sort_order->fields['configuration_key'] == 'PRODUCT_NEW_LIST_DATE_ADDED') { echo $display_products_date_added; } ?&#62; をコメントアウト]]></description>
			<content:encoded><![CDATA[				<p>/include/modules/products_new_listing.php</p>
				<pre><code>&lt;?php
if ($disp_sort_order->fields['configuration_key'] == 'PRODUCT_NEW_LIST_DATE_ADDED') {
echo $display_products_date_added;
}
?&gt;</code></pre>
				<p>をコメントアウト</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060907072335/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]振込先の改行</title>
		<link>http://www.gnnk.net/20060607082358/</link>
		<comments>http://www.gnnk.net/20060607082358/#comments</comments>
		<pubDate>Tue, 06 Jun 2006 23:23:58 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20060607082326/</guid>
		<description><![CDATA[				webでの表示と注文受付のメール、
				どちらも改行するには、
				&#60;br /&#62;\\n
と、改行部分に入力する。
]]></description>
			<content:encoded><![CDATA[				<p>webでの表示と注文受付のメール、<br />
				どちらも改行するには、</p>
				<pre><code>&lt;br /&gt;\\n</code></pre>
<p>と、改行部分に入力する。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060607082358/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]注文メールSubjectの注文番号を削除</title>
		<link>http://www.gnnk.net/20060524113545/</link>
		<comments>http://www.gnnk.net/20060524113545/#comments</comments>
		<pubDate>Wed, 24 May 2006 02:35:45 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20060524113521/</guid>
		<description><![CDATA[/includes/modules/checkout_process.php . EMAIL_ORDER_NUMBER_SUBJECT . $insert_id を削除]]></description>
			<content:encoded><![CDATA[				<p>/includes/modules/checkout_process.php</p>
				<pre><code> . EMAIL_ORDER_NUMBER_SUBJECT . $insert_id</code></pre>
<p>を削除</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060524113545/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]商品詳細のモデル削除</title>
		<link>http://www.gnnk.net/20060523214552/</link>
		<comments>http://www.gnnk.net/20060523214552/#comments</comments>
		<pubDate>Tue, 23 May 2006 12:45:52 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20060523214519/</guid>
		<description><![CDATA[/includes/templates/テンプレート名 /templates/tpl_product_info_display.php &#60;td class="main" align="center" valign="top"&#62; &#60;?php echo ((SHOW_PRODUCT_INFO_MODEL == '1') ? TEXT_PRODUCT_MODEL . $products_model : '&#160;'); ?&#62; &#60;/td&#62; を削除]]></description>
			<content:encoded><![CDATA[				<p>/includes/templates/テンプレート名<br />
				     /templates/tpl_product_info_display.php</p>
				<pre><code>&lt;td class="main" align="center" valign="top"&gt;
      &lt;?php echo ((SHOW_PRODUCT_INFO_MODEL == '1') ?
TEXT_PRODUCT_MODEL . $products_model : '&nbsp;'); ?&gt;
&lt;/td&gt;
</code></pre>
				<p>を削除</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060523214552/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]デバッグ</title>
		<link>http://www.gnnk.net/20060520124030/</link>
		<comments>http://www.gnnk.net/20060520124030/#comments</comments>
		<pubDate>Sat, 20 May 2006 03:40:30 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/archives/20060520124018/</guid>
		<description><![CDATA[includes\classes\template_function.phpの ４５~６１行目 function get_template_dir($template_code, $current_template, $current_page, $template_dir, $debug=false) { // echo 'template_default/' . $template_dir . '=' . $template_code; if ($this->file_exists($current_template . $current_page, $template_code)) { return $current_template . $current_page . '/'; } elseif ($this->file_exists(DIR_WS_TEMPLATES . 'template_default/' . $current_page, ereg_replace('/', '', $template_code), $debug)) { return DIR_WS_TEMPLATES . 'template_default/' . $current_page; } elseif ($this->file_exists($current_template . $template_dir, ereg_replace('/', '', [...]]]></description>
			<content:encoded><![CDATA[				<p>includes\classes\template_function.phpの ４５~６１行目</p>
				<pre><code>function get_template_dir($template_code, $current_template,
 $current_page, $template_dir, $debug=false) {
//	echo 'template_default/' . $template_dir . '=' . $template_code;
if ($this->file_exists($current_template . $current_page, $template_code)) {
return $current_template . $current_page . '/';
} elseif ($this->file_exists(DIR_WS_TEMPLATES . 'template_default/' . $current_page, ereg_replace('/', '', $template_code), $debug)) {
return DIR_WS_TEMPLATES . 'template_default/' . $current_page;
} elseif ($this->file_exists($current_template . $template_dir, ereg_replace('/', '', $template_code), $debug)) {
return $current_template . $template_dir;
} else {
return DIR_WS_TEMPLATES . 'template_default/' . $template_dir;
//        return $current_template . $template_dir;
}
}
</code></pre>
				<p>を</p>
				<pre><code>function get_template_dir($template_code, $current_template, $current_page, $template_dir, $debug=false) {
//   echo 'template_default/' . $template_dir . '=' . $template_code;
      if ($this->file_exists($current_template . $current_page, $template_code)) {
        echo $current_template . $current_page . '=' . $template_code . '/' . '&lt;br /&gt;';
        return $current_template . $current_page . '/';
      } elseif ($this->file_exists(DIR_WS_TEMPLATES . 'template_default/' . $current_page, ereg_replace('/', '', $template_code), $debug)) {
        echo DIR_WS_TEMPLATES . 'template_default/' . $current_page .'=' . $template_code.'';
        return DIR_WS_TEMPLATES . 'template_default/' . $current_page;
      } elseif ($this->file_exists($current_template . $template_dir, ereg_replace('/', '', $template_code), $debug)) {
        echo $current_template . $template_dir. '=' . $template_code.'&lt;br /&gt;';
        return $current_template . $template_dir;
      } else {
        echo DIR_WS_TEMPLATES . 'template_default/' . $template_dir. '=' . $template_code.'';
        return DIR_WS_TEMPLATES . 'template_default/' . $template_dir;
//        return $current_template . $template_dir;
      }
    }
</code></pre>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060520124030/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]画像の縦横比</title>
		<link>http://www.gnnk.net/20060517003716/</link>
		<comments>http://www.gnnk.net/20060517003716/#comments</comments>
		<pubDate>Tue, 16 May 2006 15:37:16 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/2006/05/17/14</guid>
		<description><![CDATA[				管理画面の「一般設定」→画像の「設定」
				縦横どちらかのサイズを０に指定
				「画像サイズを計算する」をTrueに設定
				縦横比を保持したまま計算して拡大縮小
]]></description>
			<content:encoded><![CDATA[				<p>管理画面の「一般設定」→画像の「設定」<br />
				縦横どちらかのサイズを０に指定<br />
				「画像サイズを計算する」をTrueに設定<br />
				縦横比を保持したまま計算して拡大縮小</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060517003716/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]地域別送料設定</title>
		<link>http://www.gnnk.net/20060517003655/</link>
		<comments>http://www.gnnk.net/20060517003655/#comments</comments>
		<pubDate>Tue, 16 May 2006 15:36:55 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/2006/05/17/13</guid>
		<description><![CDATA[				地域・税率設定 -> 地域税に進む
				「北海道・沖縄」という地域を追加
				その地域で「詳細」ボタンを押す
				その地域に北海道と沖縄を紐付けする
				「定額料金」の配送モジュールを元にして、「 [...]]]></description>
			<content:encoded><![CDATA[				<p>地域・税率設定 -> 地域税に進む<br />
				「北海道・沖縄」という地域を追加<br />
				その地域で「詳細」ボタンを押す<br />
				その地域に北海道と沖縄を紐付けする<br />
				「定額料金」の配送モジュールを元にして、「定額料金(北海道・沖縄)」という配送モジュールを新しく作る<br />
				「定額料金(北海道・沖縄)」モジュールをインストールして、「配送地域」として「北海道・沖縄」を紐付け。 </p>
				<p>モジュールの追加<br />
				includes/modules/shipping/flat.php を includes/modules/shipping/flatritou.phpなどにコピー<br />
				includes/languages/japanese/modules/shipping/flat.phpを<br />
				includes/languages/japanese/modules/shipping/flatritou.phpなどにコピー<br />
				falt -> flatritou<br />
				FLAT -> FLATRITOU<br />
				のように置換</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060517003655/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[ZenCart]文章の修正</title>
		<link>http://www.gnnk.net/20060517003627/</link>
		<comments>http://www.gnnk.net/20060517003627/#comments</comments>
		<pubDate>Tue, 16 May 2006 15:36:27 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/2006/05/17/12</guid>
		<description><![CDATA[				タイトルの修正
				/includes/languages/テンプレート名/japanese.php
				各文章の修正
				/includes/languages/japanese/テンプレート名/* [...]]]></description>
			<content:encoded><![CDATA[				<p>タイトルの修正<br />
				/includes/languages/テンプレート名/japanese.php<br />
				各文章の修正<br />
				/includes/languages/japanese/テンプレート名/***.php</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060517003627/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ZenCart]テンプレートの追加</title>
		<link>http://www.gnnk.net/20060517003609/</link>
		<comments>http://www.gnnk.net/20060517003609/#comments</comments>
		<pubDate>Tue, 16 May 2006 15:36:09 +0000</pubDate>
		<dc:creator>gnnk</dc:creator>
				<category><![CDATA[ZenCart]]></category>

		<guid isPermaLink="false">http://www.gnnk.net/2006/05/17/11</guid>
		<description><![CDATA[				[includes/templates/]を開き、ディレクトリを追加
				includes/templates/テンプレート名/template_info.php
				$template_name = ‘ [...]]]></description>
			<content:encoded><![CDATA[				<p>[includes/templates/]を開き、ディレクトリを追加<br />
				includes/templates/テンプレート名/template_info.php<br />
				$template_name = ‘テンプレート名’;<br />
				管理画面から、各種ツール＞テンプレート設定＞編集ボタンをクリック<br />
				ドロップダウンメニューより、作成したテンプレートを選択し更新ボタンをクリック<br />
				各種ツール＞サイドボックスのレイアウト設定を選び、画面最下部のリセットボタンをクリック</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gnnk.net/20060517003609/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
