Ignore:
Timestamp:
2007/06/01 16:25:20 (19 years ago)
Author:
kakinaka
Message:

キャンペーンページを閲覧後、通常の商品を購入すると閲覧したキャンペーンに応募したことになってしまう問題を修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/rel/html/install/user_data/include/campaign/default/src/index.php

    r12157 r14112  
    7373        } 
    7474        $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    75         $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 
     75        $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity], true); 
    7676        header("Location: " . URL_CART_TOP); 
    7777        exit; 
Note: See TracChangeset for help on using the changeset viewer.