Client area output logic handling.
This function is used to define module specific client area output. It should
return an array consisting of a template file and optional additional
template variables to make available to that template.
The template file you return can be one of two types:
-
tabOverviewModuleOutputTemplate - The output of the template provided here
will be displayed as part of the default product/service client area
product overview page.
-
tabOverviewReplacementTemplate - Alternatively using this option allows you
to entirely take control of the product/service overview page within the
client area.
Whichever option you choose, extra template variables are defined in the same
way. This demonstrates the use of the full replacement.
Please Note: Using tabOverviewReplacementTemplate means you should display
the standard information such as pricing and billing details in your custom
template or they will not be visible to the end user.