-
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
購入後のポイント付与率変更によるポイント進呈問題 #5529
Labels
Milestone
Comments
nobuhiko
added a commit
to nobuhiko/ec-cube
that referenced
this issue
Aug 19, 2022
15 tasks
chihiro-adachi
pushed a commit
to chihiro-adachi/ec-cube
that referenced
this issue
Sep 15, 2022
#5571 で対応 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
概要(Overview)
お客様からのお問い合わせで、ポイント付与率を購入後に変更した場合、変更が反映されてしまう現象が発覚。
(100pt進呈キャンペーン中に購入があったのに、10ptの期間に出荷したら10ptになってしまった。)
期待する内容(Expect) or 要望 (Requirement)
購入時のポイントを維持して欲しい
再現手順(Procedure)
藤崎トライアル環境でテストしたところ、下記現象が確認できました。
①管理画面でポイント付与率を10%に変更
②ユーザー1000円購入→100pt加算予定表示
③管理画面で受注内容を確認→100ptと記載あり
④管理画面でポイント付与率を1%に変更
→この時点では受注内容は100ptのまま
⑤管理画面の受注で「対応状況」を変更すると10ptに変化(出荷でなくても変更するだけで変わる模様)
※ちなみに、受注一覧から出荷した場合は、100ptで出荷されました。
藤崎管理画面のIDなどが必要でしたら、お申し付けくださいませ。
環境 (environment)
EC-CUBE:4.1.2
サーバーOS:Linux eccube-5bc98dcfc-kmzsc 5.4.188+ #1 SMP Sun Apr 24 10:03:06 PDT 2022 x86_64
DBサーバー:PostgreSQL 10.6 on x86_64-pc-linux-gnu, compiled by gcc (Debian 6.3.0-18+deb9u1) 6.3.0 20170516, 64-bit
WEBサーバー:Apache
PHP:7.4.30 (Core, date, libxml, openssl, pcre, sqlite3, zlib, ctype, curl, dom, fileinfo, filter, ftp, hash, iconv, json, mbstring, SPL, PDO, pdo_sqlite, session, posix, Reflection, standard, SimpleXML, Phar, tokenizer, xml, xmlreader, xmlwriter, mysqlnd, apache2handler, exif, gd, intl, pdo_pgsql, sodium, zip, Zend OPcache)
関連情報 (Ref)
The text was updated successfully, but these errors were encountered: