-
Notifications
You must be signed in to change notification settings - Fork 661
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
商品毎のポイント付与率の入力項目がない #4042
Comments
キャンセル時や、注文情報変更時の利用ポイントを戻す仕様をどうするか検討する必要があると思います。 |
4.0.2 だと、受注時に ProductClass.point_rate が OrderItem.point_rate に入らないので、その部分も考慮する必要有りです。 |
dtb_order_detail.point_rate を使っていませんでしたっけ? 少なくとも、EC-CUBE 2.17 の「受注管理>対応状況管理」画面で、「発送済み」→「キャンセル」は、dtb_order_detail.point_rate を使っていそうな動作でした。 |
商品別ポイントの機能を実装するためには、利用ポイントを控除(200ポイント利用すると、加算ポイント -2 になる仕様)する際に、受注明細のポイント付与率ごとに控除するポイントを按分する必要が出てきます。 |
概要(Overview)
商品毎のポイント付与率が未実装になっている。
ポイント有効時でも、商品登録画面および商品規格登録画面で入力項目が表示されない。
期待する内容(Expect) or 要望 (Requirement)
商品登録画面・商品規格登録画面で付与率を登録できること。
再現手順(Procedure)
環境 (environment)
関連情報 (Ref)
#4041
The text was updated successfully, but these errors were encountered: