Ticket #2486 (new バグ指摘) — at Initial Version

Opened 10 years ago

Last modified 10 years ago

v2.13 管理画面 受注情報編集画面の商品の変更ボタンで商品追加になる

Reported by: kimoto Owned by: somebody
Priority: Milestone: EC-CUBE2.13.3
Component: 管理画面 Version: 2.13.0
Keywords: Cc:
修正済み: yes

Description

 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=14064&forum=9&post_id=63124#forumpost63124

受注情報に表示される商品の変更ボタンをクリックすると、商品選択ポップアップ画面を表示する。ここで商品を決定する。サブミットを行うproduct_select.tplのjava script:func_submitにおいて
        var opner_product_id = 'add_product_id';
        var opner_product_class_id = 'add_product_class_id';
.
.

        fm1.getElementById(opner_product_id).value = product_id;
        fm1.getElementById(opner_product_class_id).value = product_class_id;

        fm.mode.value = 'select_product_detail';
        fm.anchor_key.value = 'order_products';
        fm.submit();
とあり、「商品の追加」「変更」に関わらず、必ず商品追加として処理される。
Note: See TracTickets for help on using tickets.