0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

EC-CUBEがテンプレートを探す順番

Last updated at Posted at 2025-02-03

1)eccube-root/app/template/ →このディレクトリ以下を参照する
2)eccube-root/src/Eccube/Resource/template/ →このディレクトリ以下を参照する
3)eccube-root/app/Plugin/[PluginName]/Resource/template/ →このディレクトリ以下を参照する

EC-CUBEインストール時

2のみにファイルが存在する

1)eccube-root/app/template/ →このディレクトリ以下を参照する
2)eccube-root/src/Eccube/Resource/template/ →このディレクトリ以下を参照する
3)eccube-root/app/Plugin/[PluginName]/Resource/template/ →このディレクトリ以下を参照する

プラグインインストール時

2,3にファイルが存在する

1)eccube-root/app/template/ →このディレクトリ以下を参照する
2)eccube-root/src/Eccube/Resource/template/ →このディレクトリ以下を参照する
3)eccube-root/app/Plugin/[PluginName]/Resource/template/ →このディレクトリ以下を参照する

管理画面から編集後

1、2,3にファイルが存在する

1)eccube-root/app/template/ →このディレクトリ以下を参照する
2)eccube-root/src/Eccube/Resource/template/ →このディレクトリ以下を参照する
3)eccube-root/app/Plugin/[PluginName]/Resource/template/ →このディレクトリ以下を参照する

参考記事

https://qiita.com/haruna-nagayoshi/items/27108c75eaf9511f3524
https://qiita.com/takeruun/items/70533d0cad9dfc786162

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?