- Timestamp:
- 2011/01/06 01:28:55 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Detail.php
r19826 r19833 268 268 } 269 269 270 $this->objDisplay->redirect($this->getLocation( URL_CART_TOP));270 $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 271 271 exit; 272 272 } … … 347 347 348 348 $objCartSess->addProduct(array($_POST['product_id'], $product_class_id, $classcategory_id1, $classcategory_id2), $this->objFormParam->getValue('quantity')); 349 $this->objDisplay->redirect($this->getLocation( URL_CART_TOP));349 $this->objDisplay->redirect($this->getLocation(CART_URL_PATH)); 350 350 exit; 351 351 } … … 634 634 $this->objUpFile->setDBFileList($this->arrProduct); 635 635 // ファイル表示用配列を渡す 636 $this->arrFile = $this->objUpFile->getFormFileList(IMAGE_TEMP_URL , IMAGE_SAVE_URL, true);636 $this->arrFile = $this->objUpFile->getFormFileList(IMAGE_TEMP_URL_PATH, IMAGE_SAVE_URL_PATH, true); 637 637 638 638 // サブ画像の有無を判定
Note: See TracChangeset
for help on using the changeset viewer.