Changeset 6145 for temp/trunk/html
- Timestamp:
- 2006/10/12 18:40:08 (20 years ago)
- Location:
- temp/trunk/html
- Files:
-
- 2 edited
-
cart/index.php (modified) (1 diff)
-
products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
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.
