Ignore:
Timestamp:
2011/01/17 15:14:44 (13 years ago)
Author:
spiritofof
Message:

#790(カートの「戻る」ボタンが機能していない)対応。prev_urlが利用できないため専用セッション変数を用いる。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/products/LC_Page_Products_Detail.php

    r19943 r19944  
    197197                    $objCartSess->addProduct($product_class_id, $this->objFormParam->getValue('quantity'), $product_type); 
    198198 
     199                    // カート「戻るボタン」用に保持 
     200                    $_SESSION['cart_referer_url'] = $_SERVER['HTTP_REFERER']; 
     201 
    199202                    if (!empty($_POST['gmo_oneclick'])) { 
    200203                        $objSiteSess = new SC_SiteSession; 
Note: See TracChangeset for help on using the changeset viewer.