Changeset 6145 for temp/trunk


Ignore:
Timestamp:
2006/10/12 18:40:08 (20 years ago)
Author:
naka
Message:

* empty log message *

Location:
temp/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/data/conf/conf.php

    r6144 r6145  
    282282 
    283283/* URL */ 
     284define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
    284285define ("URL_SITE_TOP", URL_DIR . "index.php");                 // ¥µ¥¤¥È¥È¥Ã¥× 
    285286define ("URL_CART_TOP", URL_DIR . "cart/index.php");                // ¥«¡¼¥È¥È¥Ã¥× 
    286287define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php");  // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 
    287288define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php");  // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 
    288 define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php");            // ²ñ°÷¾ðÊóÆþÎÏ 
    289289define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php");    // ¹ØÆþ´°Î»²èÌÌ 
    290290define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php");      // ¥«¡¼¥É·èºÑ²èÌÌ 
  • temp/trunk/html/cart/index.php

    r5934 r6145  
    8181        $objCartSess->saveCurrentCart($uniqid); 
    8282        // ¹ØÆþ¥Ú¡¼¥¸¤Ø 
     83         
     84        print(sfTrimURL(SSL_URL) . URL_SHOP_TOP);exit; 
     85                 
    8386        header("Location: " . sfTrimURL(SSL_URL) . URL_SHOP_TOP);        
    8487    } 
  • temp/trunk/html/products/detail.php

    r6144 r6145  
    123123 
    124124        $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 
    125         header("Location: /cart/index.php"); 
     125        header("Location: " . URL_CART_TOP); 
    126126 
    127127        exit; 
Note: See TracChangeset for help on using the changeset viewer.