Changeset 7867 for temp/trunk/html
- Timestamp:
- 2006/11/08 19:33:21 (20 years ago)
- File:
-
- 1 edited
-
temp/trunk/html/products/detail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/detail.php
r6145 r7867 121 121 $classcategory_id2 = '0'; 122 122 } 123 123 124 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 124 125 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 125 126 header("Location: " . URL_CART_TOP);
Note: See TracChangeset
for help on using the changeset viewer.
