Index: /branches/dev/data/Smarty/templates/shopping/payment.tpl
===================================================================
--- /branches/dev/data/Smarty/templates/shopping/payment.tpl	(revision 275)
+++ /branches/dev/data/Smarty/templates/shopping/payment.tpl	(revision 314)
@@ -177,5 +177,5 @@
 			<tr>
 				<td align="center">
-					<a href="./deliv.php" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif','back03')" onmouseout="chgImg('<!--{$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="12" height="" alt="" />
+					<a href="<!--{$tpl_back_url}-->" onmouseover="chgImg('<!--{$smarty.const.URL_DIR}-->img/common/b_back_on.gif','back03')" onmouseout="chgImg('<!--{$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="12" height="" alt="" />
 					<input type="image" onmouseover="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_next_on.gif',this)" onmouseout="chgImgImageSubmit('<!--{$smarty.const.URL_DIR}-->img/common/b_next.gif',this)" src="<!--{$smarty.const.URL_DIR}-->img/common/b_next.gif" width="150" height="30" alt="¼¡¤Ø" border="0" name="next" id="next" />
 				</td>
Index: /branches/dev/html/shopping/payment.php
===================================================================
--- /branches/dev/html/shopping/payment.php	(revision 17)
+++ /branches/dev/html/shopping/payment.php	(revision 314)
@@ -50,4 +50,8 @@
 	$objPage->tpl_login = '1';
 	$objPage->tpl_user_point = $objCustomer->getValue('point');
+	//Ìá¤êÀèURL
+	$objPage->tpl_back_url = URL_SHOP_PAYMENT;
+} else {
+	$objPage->tpl_back_url = URL_SHOP_TOP . "?from=nonmember";
 }
 
