ec-cube icon indicating copy to clipboard operation
ec-cube copied to clipboard

EC-CUBE is the most popular e-commerce solution in Japan

Results 333 ec-cube issues
Sort by recently updated
recently updated
newest added

## 概要(Overview) #2095 が先祖返りしている https://github.com/EC-CUBE/ec-cube/pull/2823/files?w=1#diff-2219c6e09a77c988d6c59dd7d365f8b2L105 https://github.com/EC-CUBE/ec-cube/pull/2823/files?w=1#diff-0b968c9ad7cb110a542ea76ad2ac48b8R78 ## 期待する内容(Expect) or 要望 (Requirement) - Eccube\Tests\Web\ContactControllerTest::testConfirm() が正常に通ること ## 再現手順(Procedure) - Eccube\Tests\Web\ContactControllerTest::testConfirm() がエラーになる ### 環境 (environment) + EC-CUBE: experimental/sf branch ## 関連情報 (Ref) #2823

bug:Low

お問い合わせフォームからのお問い合わせ時などに自動で受付メールが送信されますが、 その時、下記のようになっています。 To:ユーザー Bcc:管理者 Reply-to:ユーザー 管理者宛てに届いたメールに対して返信すると自身のアドレス宛てになってしまうため、 日々の運用上は不便かと思います。 そのため、2系のようにユーザー宛てと管理者宛てのメールを2通に分けて送信するように変更できないでしょうか? ご検討のほどどうぞよろしくお願いいたします。

enhancement

## 概要(Overview) 現状、管理画面から一度登録した受注情報を物理削除する手段が無く、またDB直接でも制約が厳しくて面倒なので消せる様にしたい

enhancement

### 概要(Overview) 現在、商品検索の入力フォームにはバリデーションが特にないようです。 https://github.com/EC-CUBE/ec-cube/blob/81b68e78b38e4e25d7d818eb65dedce3dc3b87b9/src/Eccube/Form/Type/Admin/SearchProductType.php#L75-L78 ### 期待する内容(Expect) or 要望(Requirement) フォームへのバリデーション追加 ・商品名・商品ID・商品コードで用いてるようなので、これらの制限をまとめて考える必要がある。

### 概要(Overview) 規格管理で、表示のon/offを切り替えると、削除イベントが走ります。 https://github.com/EC-CUBE/ec-cube/blob/a56668d4e9dc687c07fb00122f40b1601ebc8398/src/Eccube/Controller/Admin/Product/ClassCategoryController.php#L235 表示切り替え用のイベントが、そもそも不足しているように思います。 https://github.com/EC-CUBE/ec-cube/blob/a56668d4e9dc687c07fb00122f40b1601ebc8398/src/Eccube/Event/EccubeEvents.php#L215 削除イベントに何らかフックしている場合に、表示切り替えするだけで、削除イベントが走ってしまいます。 ### 再現手順(Procedure) 管理画面ログイン 規格カテゴリ(class_name)作成→規格詳細(class_category)作成→作成された詳細企画の表示を切り替える。 ### 環境(Environment) EC-Cube:4.2.1 PHP:8.1

bug
bug:Low

Bumps [normalize.css](https://github.com/necolas/normalize.css) from 5.0.0 to 8.0.1. Changelog Sourced from normalize.css's changelog. 8.0.1 (November 4, 2018) Fix regression in IE rendering of main element. 8.0.0 (February 2, 2018) Remove support for...

dependencies
javascript

Bumps [@babel/core](https://github.com/babel/babel/tree/HEAD/packages/babel-core) from 7.18.2 to 7.24.4. Release notes Sourced from @​babel/core's releases. v7.24.4 (2024-04-03) Thanks @​Dunqing, @​luiscubal, and @​samualtnorman for your first PRs! :eyeglasses: Spec Compliance babel-parser #16403 Forbid initializerless...

dependencies
javascript

Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4. Release notes Sourced from actions/download-artifact's releases. v4.0.0 What's Changed The release of upload-artifact@v4 and download-artifact@v4 are major changes to the backend architecture of Artifacts....

dependencies
github_actions

### 概要(Overview) EA03ProductCest: EA0310-UC02-T03 一覧からの規格編集 規格あり 重複在庫の修正のテストがGitHub Actions上で落ちます。 ※ローカルで実施したところ、通りました。(GitHub Actionsを何回か回すと通ったりはします。) ### 再現手順(Procedure) GitHub Actions上で、EA0310-UC02-T03のテスト実施 ### 環境(Environment) EC-CUBE : 4.3.0-beta

bug
bug:Low

### 概要(Overview) 以下のルーティングのメソッド指定がANYになっている。 適切なメソッドを指定すること。 ルーティング | パス | METHOD -- | -- | -- admin_product_class_category_export | /admin/product/class_category/export/{class_name_id} | ANY admin_product_class_name_export | /admin/product/class_name/export | ANY admin_product_class_name_csv_import | /admin/product/class_name_csv_upload | ANY admin_product_class_category_csv_import...

bug