Changeset 14130 for branches/dev/html/install
- Timestamp:
- 2007/06/01 17:05:49 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/install/user_data/include/campaign/default/src/index.php
r14108 r14130 73 73 } 74 74 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 75 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity], true);75 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity], $campaign_id); 76 76 header("Location: " . URL_CART_TOP); 77 77 exit;
Note: See TracChangeset
for help on using the changeset viewer.
