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.
こんにちは、サブカテゴリの親カテゴリ ID を取得する必要があります。サブカテゴリページにいる場合、コードに変更を加えてサブカテゴリを表示できるように、その親カテゴリの ID が必要です。そうするのを手伝ってください。前もって感謝します
$parent_id = $this->getCurrentCategory()->getParentCategory()->getId();
echo $parent_id;
これで十分です。