	<h2>ショッピング基本設定</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;">初期化オプション</th>
		<td>{write:package_init_option}</td>
	</tr>
	<tr>
		<th style="width:16em;">インストールURI</th>
		<td>
			{write:SHOPPING_URI}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">カートURL</th>
		<td>{write:SHOPPING_CART_URL}</td>
	</tr>
	<tr>
		<th style="width:16em;">発注メール送信先<br />メールアドレス</th>
		<td>
			{write:SHOPPING_MAIL_ADDRESS_ORDER}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">注文通知メール送信先<br />メールアドレス</th>
		<td>
			{write:SHOPPING_MAIL_ADDRESS_NOTIFY}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">サンキューメールの<br />FROM名称</th>
		<td>
			{write:SHOPPING_MAIL_NAME_FROM}
		</td>
	</tr>
	<tr>
		<th style="width:16em;">サンキューメールの<br />FROMメールアドレス</th>
		<td>
			{write:SHOPPING_MAIL_ADDRESS_FROM}
		</td>
	</tr>
	</tbody>
	</table>

	<h2>ショッピングオプション設定</h2>
	<table style="width:95%;margin:0 auto;">
	<tbody>
	<tr>
		<th style="width:16em;">配送無料条件金額</th>
		<td>
			{write:SHOPPING_DELIVERY_FREE_PRICE}円以上
		</td>
	</tr>
	<tr>
		<th style="width:16em;">クール便の計算方法</th>
		<td>
			<select name="SHOPPING_DELIVERY_TYPE_OPERATION" disabled="disabled">
				<option value="0"{write:SHOPPING_DELIVERY_TYPE_OPERATION_0}>クール便の荷物を含むなら全てクール便で配送</option>
				<option value="1"{write:SHOPPING_DELIVERY_TYPE_OPERATION_1}>クール便の荷物を含むなら別口で配送</option>
			</select>
		</td>
	</tr>
	<tr>
		<th style="width:16em;">ラッピングフリーワード欄表示</th>
		<td>
			<select name="SHOPPING_DELIVERY_RAPPING_FREEWORD" disabled="disabled">
				<option value="off"{write:SHOPPING_DELIVERY_RAPPING_FREEWORD_off}>表示する</option>
				<option value="on"{write:SHOPPING_DELIVERY_RAPPING_FREEWORD_on}>表示しない</option>
			</select>
		</td>
	</tr>
	<tr>
		<th style="width:16em;">お届け希望日の表示</th>
		<td>
			{write:SHOPPING_DELIVERY_WISHFUL_DAY_START}日後から{write:SHOPPING_DELIVERY_WISHFUL_DAY_END}日後まで表示する
		</td>
	</tr>
	</tbody>
	</table>