Hook: beforeRedirectionToReviewOrderPage

Vor der Weiterleitung zur Bestellzusammenfassung

/*
 * -- Registration: --
 * $GLOBALS['MERCONIS_HOOKS']['beforeRedirectionToReviewOrderPage'][] = array('myMerconisHookClass', 'myBeforeRedirectionToReviewOrderPage');
 *
 * -- Invocation: --
 * Before the user is redirected to the order review page
 *
 * -- Parameters: --
 * none
 *
 * -- Return value: --
 * none
 *
 * -- Objective: --
 * e.g. profiling user behaviour
 *  
 */

public function myBeforeRedirectionToReviewOrderPage() {

	/*
	 * Custom code
	 */

}