Index: branches/dev/data/Smarty/templates/shopping/deliv.tpl
===================================================================
--- branches/dev/data/Smarty/templates/shopping/deliv.tpl	(revision 17)
+++ branches/dev/data/Smarty/templates/shopping/deliv.tpl	(revision 20)
@@ -69,7 +69,7 @@
 							<td align="center">
 								<!--{if $smarty.section.cnt.first}-->
-								<input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='customer_addr';">
+								<input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="-1" <!--{if $arrForm.deliv_check.value == "" || $arrForm.deliv_check.value == -1}-->checked<!--{/if}-->>
 								<!--{else}-->
-								<input type="radio" name="deli" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$smarty.section.cnt.iteration}-->" onclick="mode.value='other_addr'; other_deliv_id.value=<!--{$arrAddr[cnt].other_deliv_id}-->;">
+								<input type="radio" name="deliv_check" id="chk_id_<!--{$smarty.section.cnt.iteration}-->" value="<!--{$arrAddr[cnt].other_deliv_id}-->" <!--{if $arrForm.deliv_check.value == $arrAddr[cnt].other_deliv_id}-->checked<!--{/if}-->>
 								<!--{/if}-->
 							</td>
Index: branches/dev/data/Smarty/templates/shopping/confirm.tpl
===================================================================
--- branches/dev/data/Smarty/templates/shopping/confirm.tpl	(revision 19)
+++ branches/dev/data/Smarty/templates/shopping/confirm.tpl	(revision 20)
@@ -134,5 +134,6 @@
 						<td colspan="2" bgcolor="#f0f0f0" class="fs12n"><strong>¢§¤ªÆÏ¤±Àè</strong></td>
 					</tr>
-					<!--{if $arrData.deliv_check == 1}-->
+					<!--{* ÊÌ¤Î¤ªÆÏ¤±Àè¤¬ÁªÂò¤µ¤ì¤Æ¤¤¤ë¾ì¹ç *}-->
+					<!--{if $arrData.deliv_check >= 1}-->
 						<tr>
 							<td width="150" bgcolor="#f0f0f0" class="fs12">¤ªÌ¾Á°</td>
