store id
すべてのストアが異なるヘッダー画像を持っているという意味に基づいて、フロントエンドに異なるヘッダー画像を表示しようとしています。
問題は、フロントエンドで現在のstore_idをエコーする方法です(in header
)
だから私は以下のような私のコードを進めることができます:
<?php
if($store_id == '1') { // 1 is default store
//echo image here
}
else { //if not default show different image
//echo image here
}
?>
Opencartバージョン:1.4.9.6