Changeset 11851 for branches/dev/html/mobile/products
- Timestamp:
- 2007/03/13 17:30:19 (19 years ago)
- Location:
- branches/dev/html/mobile/products
- Files:
-
- 2 edited
-
detail.php (modified) (1 diff)
-
list.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/mobile/products/detail.php
r11842 r11851 170 170 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 171 171 172 header("Location: " . gfAddSessionId( URL_CART_TOP));172 header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP)); 173 173 174 174 exit; -
branches/dev/html/mobile/products/list.php
r11686 r11851 127 127 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 128 128 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 129 header("Location: " . URL_CART_TOP);129 header("Location: " . MOBILE_URL_CART_TOP); 130 130 exit; 131 131 }
Note: See TracChangeset
for help on using the changeset viewer.
