Changeset 316


Ignore:
Timestamp:
2007/02/21 13:42:36 (17 years ago)
Author:
uehara
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/conf/conf.php

    r310 r316  
    380380define ("URL_SITE_TOP", URL_DIR . "index.php");                                 // ¥µ¥¤¥È¥È¥Ã¥× 
    381381define ("URL_CART_TOP", URL_DIR . "cart/index.php");                            // ¥«¡¼¥È¥È¥Ã¥× 
     382define ("URL_DELIV_TOP", URL_DIR . "shopping/deliv.php");                       // ÇÛÁ÷»þ´ÖÀßÄê  
    382383define ("URL_MYPAGE_TOP", SSL_URL . "mypage/login.php");                        // My¥Ú¡¼¥¸¥È¥Ã¥× 
    383384define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");                  // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
  • branches/dev/html/shopping/payment.php

    r314 r316  
    5151    $objPage->tpl_user_point = $objCustomer->getValue('point'); 
    5252    //Ìá¤êÀèURL 
    53     $objPage->tpl_back_url = URL_SHOP_PAYMENT; 
     53    $objPage->tpl_back_url = URL_DELIV_TOP; 
    5454} else { 
    5555    $objPage->tpl_back_url = URL_SHOP_TOP . "?from=nonmember"; 
Note: See TracChangeset for help on using the changeset viewer.