Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
OpenCart 1.5.3.1: カテゴリ一覧ページに商品タグを表示するには?
'tag' => $result['tag'],カタログ/カテゴリ コントローラーで、配列に新しいインデックスを追加します$this->data['products'][](行: 187 付近)。これにより、product/category.tpl で製品タグにアクセスできるようになります。
'tag' => $result['tag'],
$this->data['products'][]