Ignore:
Timestamp:
2013/03/06 15:53:18 (11 years ago)
Author:
shutta
Message:

#2174 (商品をカゴに投入してカートに移動すると、開いていたカテゴリーツリーが閉じる)
商品一覧ページから商品をカゴに入れた際に、開いているカテゴリーツリーを維持するように修正。

File:
1 edited

Legend:

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

    r22206 r22607  
    197197                <input type="hidden" name="product_id" value="<!--{$id|h}-->" /> 
    198198                <input type="hidden" name="product_class_id" id="product_class_id<!--{$id|h}-->" value="<!--{$tpl_product_class_id[$id]}-->" /> 
     199                <input type="hidden" name="category_id" value="<!--{$arrSearchData.category_id|h}-->" /> 
    199200 
    200201                <div class="cart_area clearfix"> 
Note: See TracChangeset for help on using the changeset viewer.