Ignore:
Timestamp:
2007/03/13 17:30:19 (19 years ago)
Author:
uehara
Message:
 
Location:
branches/dev/html/mobile/products
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/mobile/products/detail.php

    r11842 r11851  
    170170        $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $objFormParam->getValue('quantity')); 
    171171 
    172         header("Location: " . gfAddSessionId(URL_CART_TOP)); 
     172        header("Location: " . gfAddSessionId(MOBILE_URL_CART_TOP)); 
    173173 
    174174        exit; 
  • branches/dev/html/mobile/products/list.php

    r11686 r11851  
    127127            $objCartSess->setPrevURL($_SERVER['REQUEST_URI']); 
    128128            $objCartSess->addProduct(array($_POST['product_id'], $classcategory_id1, $classcategory_id2), $_POST[$quantity]); 
    129             header("Location: " . URL_CART_TOP); 
     129            header("Location: " . MOBILE_URL_CART_TOP); 
    130130            exit; 
    131131        } 
Note: See TracChangeset for help on using the changeset viewer.