Ignore:
Timestamp:
2013/03/06 16:46:31 (11 years ago)
Author:
shutta
Message:

#2174 (商品をカゴに投入してカートに移動すると、開いていたカテゴリーツリーが閉じる)
商品詳細ページから商品をカゴに入れた際、および、カゴの中ページでの数量変更・商品削除の際に、開いているカテゴリーツリーを維持するように修正。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/cart/index.tpl

    r22579 r22608  
    7676                        <input type="hidden" name="cartKey" value="<!--{$key|h}-->" /> 
    7777                        <input type="hidden" name="category_id" value="<!--{$tpl_category_id|h}-->" /> 
     78                        <input type="hidden" name="product_id" value="<!--{$tpl_product_id|h}-->" /> 
    7879                        <!--{if count($cartKeys) > 1}--> 
    7980                            <h3><!--{$arrProductType[$key]|h}--></h3> 
Note: See TracChangeset for help on using the changeset viewer.