20 このような: Mage::getModel('core/store')->load($storeId)->getWebsiteId() または、core_storeテーブルでデータベースを直接検索します。 — ベヌバード ソース
5 Magento 2では、次のようなストアIDを使用してWebサイトIDを見つけることができます。 $ this-> _ storeManager-> getStore($ storeID)-> getWebsiteId(); — ファイサルシェイク ソース Magento 1 phtmlファイル内でWebサイトIDを取得する方法 おかげで@ファイサルシェイク — 宝石 @Gem現在のWebサイトIDまたはすべてのWebサイトIDのどちらが必要ですか? — ファイサルシェイク 私の状態:if website_id == 2 {hello} else {hi} — Gem 私は自分のapp / locale / en_US / template / email / sales / order_new.htmlに入れたいだけです — Gem 私のコード:paste.ofcode.org/GKsBaztggNpXrmSws7cEyG line 30-40 — Gem