Index: branches/dev/data/class/SC_CartSession.php
===================================================================
--- branches/dev/data/class/SC_CartSession.php	(revision 196)
+++ branches/dev/data/class/SC_CartSession.php	(revision 271)
@@ -196,5 +196,8 @@
 	function setPrevURL($url) {
 		// Á°ÊÇ¤È¤·¤Æµ­Ï¿¤·¤Ê¤¤¥Ú¡¼¥¸¤ò»ØÄê¤¹¤ë¡£
-		$arrExclude = array("detail_image.php");
+		$arrExclude = array(
+			"detail_image.php",
+			"/shopping/"
+		);
 		$exclude = false;
 		// ¥Ú¡¼¥¸¥Á¥§¥Ã¥¯¤ò¹Ô¤¦¡£
Index: branches/dev/data/Smarty/templates/shopping/deliv.tpl
===================================================================
--- branches/dev/data/Smarty/templates/shopping/deliv.tpl	(revision 20)
+++ branches/dev/data/Smarty/templates/shopping/deliv.tpl	(revision 271)
@@ -97,5 +97,6 @@
 			<tr align="center">
 				<td>
-					<input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆÏ¤±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" />
+					<a href="<!--{$smarty.const.URL_DIR}-->cart/index.php" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif',back03)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif',back03)"><img src="<!--{$smarty.const.URL_DIR}-->img/common/b_back.gif" width="150" height="30" alt="Ìá¤ë" border="0" name="back03" id="back03"/></a>
+					<img src="<!--{$smarty.const.URL_DIR}-->img/_.gif" width="20" height="" alt="" /><input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/shopping/b_select.gif" width="190" height="30" alt="ÁªÂò¤·¤¿¤ªÆÏ¤±Àè¤ËÁ÷¤ë" border="0" name="send_button" id="send_button" />
 				</td>
 			</tr>
