Get CartThrob Logo
get_cartthrob_logo is a simple helper tag that outputs a linked “Powered by CartThrob” logo image.
This is an immediate-execution single tag and is typically used in a footer or attribution area.
See also:
Image sample

Parameters
This tag has no tag-specific parameters.
Output
Returns HTML like:
- an
<a>link tohttps://cartthrob.com - an
<img>inside the link using:src="https://cartthrob.com/images/powered_by_logos/powered_by_cartthrob.png"altfrom language linepowered_by_title
- link attributes:
titlefrom language linepowered_by_titleonclickJavaScript that opens CartThrob in a new window and cancels default navigation
Behavior and Constraints
- This is not a form tag and does not accept form/global form parameters.
- The older documentation mention of a wrapper
<div>andclassparameter does not match current implementation. - The image is loaded from a CartThrob-hosted URL.
- In current docs history, this helper is marked as deprecated in the changelog, but it is still present in the current codebase.
Examples
Basic usage:
{exp:cartthrob:get_cartthrob_logo}
Optional wrapper for page-level styling/layout:
<div class="powered-by-badge">
{exp:cartthrob:get_cartthrob_logo}
</div>