frontend_category
Adds custom content to product category pages in frontend.
Shop-Script
Input (passed by reference)
$category array Product category data.
… your plugin code …
Output
{$frontend_category}
Custom content displayed on the category page.
Shop-Script
Plugin code example
PHP
public function frontendCategory(&$category) { return '<!-- custom HTML -->'; }