You are here

public function CommerceLicenseInterface::checkoutCompletionMessage in Commerce License 7

Returns the html message to be shown to the customer on checkout complete.

Called by the commerce_license_complete checkout pane.

Return value

The html message to be shown to the customer.

1 method overrides CommerceLicenseInterface::checkoutCompletionMessage()
CommerceLicenseBase::checkoutCompletionMessage in includes/plugins/license_type/base.inc
Implements CommerceLicenseInterface::checkoutCompletionMessage().

File

includes/plugins/license_type/base.inc, line 100
Abstract and interface plugin implementation.

Class

CommerceLicenseInterface
Ensures basic required behavior for a license.

Code

public function checkoutCompletionMessage();