Changeset 6146
- Timestamp:
- 2006/10/12 18:44:19 (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/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/data/conf/conf.php
r6145 r6146 282 282 283 283 /* URL */ 284 define ("URL_SHOP_TOP", URL_DIR. "shopping/index.php"); // ²ñ°÷¾ðÊóÆþÎÏ284 define ("URL_SHOP_TOP", SSL_URL . "shopping/index.php"); // ²ñ°÷¾ðÊóÆþÎÏ 285 285 define ("URL_SITE_TOP", URL_DIR . "index.php"); // ¥µ¥¤¥È¥È¥Ã¥× 286 286 define ("URL_CART_TOP", URL_DIR . "cart/index.php"); // ¥«¡¼¥È¥È¥Ã¥× -
temp/trunk/html/cart/index.php
r6145 r6146 81 81 $objCartSess->saveCurrentCart($uniqid); 82 82 // ¹ØÆþ¥Ú¡¼¥¸¤Ø 83 84 print(sfTrimURL(SSL_URL) . URL_SHOP_TOP);exit; 85 86 header("Location: " . sfTrimURL(SSL_URL) . URL_SHOP_TOP); 83 header("Location: " . URL_SHOP_TOP); 87 84 } 88 85 break; -
temp/trunk/html/products/list.php
r6132 r6146 121 121 } 122 122 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 123 header("Location: /cart/index.php");123 header("Location: " . URL_CART_TOP); 124 124 exit; 125 125 }
Note: See TracChangeset
for help on using the changeset viewer.
