Changeset 6145 for temp/trunk
- Timestamp:
- 2006/10/12 18:40:08 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 3 edited
-
data/conf/conf.php (modified) (1 diff)
-
html/cart/index.php (modified) (1 diff)
-
html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6144 r6145 282 282 283 283 /* URL */ 284 define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php"); // ²ñ°÷¾ðÊóÆþÎÏ 284 285 define ("URL_SITE_TOP", URL_DIR . "index.php"); // ¥µ¥¤¥È¥È¥Ã¥× 285 286 define ("URL_CART_TOP", URL_DIR . "cart/index.php"); // ¥«¡¼¥È¥È¥Ã¥× 286 287 define ("URL_SHOP_CONFIRM", URL_DIR . "shopping/confirm.php"); // ¹ØÆþ³Îǧ¥Ú¡¼¥¸ 287 288 define ("URL_SHOP_PAYMENT", URL_DIR . "shopping/payment.php"); // ¤ª»Ùʧ¤¤ÊýË¡ÁªÂò¥Ú¡¼¥¸ 288 define ("URL_SHOP_TOP", URL_DIR . "shopping/index.php"); // ²ñ°÷¾ðÊóÆþÎÏ289 289 define ("URL_SHOP_COMPLETE", URL_DIR . "shopping/complete.php"); // ¹ØÆþ´°Î»²èÌÌ 290 290 define ("URL_SHOP_CREDIT", URL_DIR . "shopping/card.php"); // ¥«¡¼¥É·èºÑ²èÌÌ -
temp/trunk/html/cart/index.php
r5934 r6145 81 81 $objCartSess->saveCurrentCart($uniqid); 82 82 // ¹ØÆþ¥Ú¡¼¥¸¤Ø 83 84 print(sfTrimURL(SSL_URL) . URL_SHOP_TOP);exit; 85 83 86 header("Location: " . sfTrimURL(SSL_URL) . URL_SHOP_TOP); 84 87 } -
temp/trunk/html/products/detail.php
r6144 r6145 123 123 124 124 $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); 126 126 127 127 exit;
Note: See TracChangeset
for help on using the changeset viewer.
