Changeset 18290
- Timestamp:
- 2009/09/14 16:01:04 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/comu-ver2/data/class/pages/products/LC_Page_Products_Detail.php
r18278 r18290 81 81 $product_id = $this->lfCheckProductId(); 82 82 83 $objView = new SC_SiteView( );83 $objView = new SC_SiteView(strlen($_POST['mode']) == 0); 84 84 $objCustomer = new SC_Customer(); 85 85 $objQuery = new SC_Query(); … … 205 205 } 206 206 207 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']);208 207 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $this->objFormParam->getValue('quantity')); 209 208 … … 423 422 } 424 423 425 $objCartSess->setPrevURL($_SERVER['REQUEST_URI']);426 424 $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $this->objFormParam->getValue('quantity')); 427 425 $this->sendRedirect($this->getLocation(MOBILE_URL_CART_TOP), true);
Note: See TracChangeset
for help on using the changeset viewer.