hook_receipt_load

Definition

hook_receipt_load($receipt)
ecommerce-5--4/docs/developer/hooks/ec_receipt.php, line 82

Description

Load additional receipt information from the database.

Parameters

$receipt Receipt record which this hook is meant to load the additional information.

Return value

Return an array of additional information to be included into the receipt before it is returned to the system.

Related topics

Namesort iconDescription
HooksAllow modules to interact with the Drupal core.

Code

<?php
function hook_receipt_load($receipt) {
}
?>