frontend_cart
Adds custom content to shopping cart page with multi-step checkout.
Shop-Script
Input (passed by reference)
No specific parameters.
… your plugin code …
Output
{$frontend_cart}
Custom content displayed at the bottom of the shopping cart page.
Shop-Script
Plugin code example
PHP
public function frontendCart()
{
return '<!-- custom HTML -->';
}









