$content['metaDescription'
] =
$manufacturer->
getMetaDescription();
$content['metaKeywords'
] =
$manufacturer->
getMetaKeywords();
$canonicalParams =
[ 'sViewport' => 'listing',
'sAction' => 'manufacturer',
'sSupplier' =>
$manufacturer->
getId(),
];
$content['canonicalParams'
] =
$canonicalParams;
$content['metaTitle'
] =
$manufacturer->
getMetaTitle();
$content['title'
] =
$manufacturer->
getName();
$content['productBoxLayout'
] =
$this->config->
get('manufacturerProductBoxLayout'
);
return $content;
} /**
* Checks if the provided $categoryId is in the current shop's category tree
*/
private function isValidCategoryPath(int
$categoryId): bool
{