Changeset 7869 for temp/trunk
- Timestamp:
- 2006/11/08 19:38:08 (20 years ago)
- Location:
- temp/trunk
- Files:
-
- 2 edited
-
data/Smarty/templates/cart/index.tpl (modified) (previous)
-
html/products/list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
temp/trunk/html/products/list.php
r6146 r7869 120 120 $classcategory_id2 = '0'; 121 121 } 122 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 122 123 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 123 124 header("Location: " . URL_CART_TOP);
Note: See TracChangeset
for help on using the changeset viewer.
