frontend_footer

Adds custom content at the bottom of storefront pages.

Shop-Script

Input (passed by reference)

No specific parameters.
… your plugin code …

Output

{$frontend_footer}
Custom HTML code.
Shop-Script

Plugin code example

PHP

public function frontendFooter()
{
    return '<!-- custom HTML code -->';
}