ec-cube
ec-cube copied to clipboard
EC-CUBE is the most popular e-commerce solution in Japan
### 概要(Overview) マイページでのお届け先編集画面では、住所の編集・削除が可能 しかし、ご注文手続き画面では、住所の編集・削除が存在していない。 ## 再現環境 環境:4.2 ## 補足 Pull requests への反映方法がわからないため、いったんissueを作成します。 ラベルの設定方法もわからなかったため、いったんラベルなしで投稿を行います。 ([enhancement] ラベルを追加したかったです。) ### 期待する内容(Expect) or 要望(Requirement) ご注文手続き画面でも、マイページの住所変更画面と同様に住所の編集・削除を行えるようにする。
### 概要(Overview) purchaseflow.yamlで指定されているpriorityにてソートする際に、nameで指定されている単位にてソートが行われるため、異なるflow_typeのpriorityにてソートが行われpriorityの指定とは異なる順で処理が実行される部分がある。 これにより、プラグインにてPriorityを指定しイベントを追加する際も意図した順番に追加が行えない状態が発生します。 ### 再現手順(Procedure) purchaseflow.yamlにてAddPointProcessorとPaymentValidatorにてそれぞれ下記の設定が行われているかと思います。 (一部抜粋) AddPointProcessor - { name: eccube.item.holder.post.validator, flow_type: shopping, priority: 900 } - { name: eccube.item.holder.post.validator, flow_type: order, priority: 1000 } PaymentValidator - {...
### 概要(Overview) 日付の入力周り(生年月日) ### 期待する内容(Expect) or 要望(Requirement) スマートフォンでの利用など、理由があっての仕様かもしれませんが、年月日を分割して入力するのは面倒ではないでしょうか? 基本は、必須ではないので影響が少ないかもしれませんが、商材によって年齢確認などが必要な場合、必須項目とするとかご落ちにもつながるかもしれません。 カレンダー入力の方が利用しやすいように思います。 ※管理側では、日付はカレンダー入力になっていますが・・・(プレースフォルダの所作がかえってわかりにくい、操作しにくい点がありますが)
npm run build 実行したところ、`calc()以外での除算のための/の使用は非推奨であり、Dart Sass 2.0.0で削除される予定です。`とのこと 非推奨エラーを検出したため、修正しました。 `Deprecation Warning: Using / for division outside of calc() is deprecated and will be removed in Dart Sass 2.0.0.` 追記:2024/07/09 14:40 エラー検出した 下記についてもfixしました。...
Bumps [cookie](https://github.com/jshttp/cookie) and [socket.io](https://github.com/socketio/socket.io). These dependencies needed to be updated together. Updates `cookie` from 0.4.2 to 0.7.2 Release notes Sourced from cookie's releases. v0.7.2 Fixed Fix object assignment of hasOwnProperty...
Bumps [webpack](https://github.com/webpack/webpack) from 5.76.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Bumps [knplabs/knp-paginator-bundle](https://github.com/KnpLabs/KnpPaginatorBundle) from 5.9.0 to 6.6.1. Release notes Sourced from knplabs/knp-paginator-bundle's releases. v6.6.1 What's Changed [BUGFIX] Wrong target language used for simplified Chinese by @aarongerig in KnpLabs/KnpPaginatorBundle#814 New Contributors @aarongerig...
### 概要(Overview) 現在、ファイル管理になっているのをDBで管理するようにしたいです。 ### 再現手順(Procedure) https://github.com/EC-CUBE/ec-cube/issues/5957 ### 環境(Environment) 4.2.1 ~
### 概要(Overview) TypeScript をサポートするのはハードルが高いため、JavaScript に JSDoc を記述して開発効率向上を目指す https://www.typescriptlang.org/ja/docs/handbook/jsdoc-supported-types.html ### 期待する内容(Expect) or 要望(Requirement) `html/template/*/assets/js` 以下の JavaScript に JSDoc が記述されていること
コマンド実行時、Webアプリケーションからのアクセス時に下記エラーを補足したため、修正しました。 ``` Method "FQDN" might add "some_type" as a native return type declaration in the future. Do the same ... "ECCUBEのFQDN" now to avoid errors or add an explicit @return...