Changeset 19649 for branches/camp


Ignore:
Timestamp:
2010/11/07 10:03:34 (13 years ago)
Author:
kishik
Message:

商品登録前プレビュー

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Preview.php

    r19645 r19649  
    8787         
    8888        // マッピング 
     89        $product_id = $this->arrProduct["product_id"]; 
    8990        $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_URL . $this->arrProduct["save_main_image"]; 
     91        $this->arrProduct = $objProduct->getDetail($product_id); 
    9092 
    9193        $objView = new SC_SiteView(strlen($_POST['mode']) == 0); 
     
    241243        // 商品詳細を取得 
    242244        //$this->arrProduct = $objProduct->getDetail($product_id); 
    243         $this->arrProduct = $_SESSION[preview]; 
    244245 
    245246        // サブタイトルを取得 
Note: See TracChangeset for help on using the changeset viewer.