Hook: beforeRedirectionBackToCart

Vor der Weiterleitung (zurück) zum Warenkorb

/*
 * -- Registration: --
 * $GLOBALS['MERCONIS_HOOKS']['beforeRedirectionBackToCart'][] = array('myMerconisHookClass', 'myBeforeRedirectionBackToCart');
 *
 * -- Invocation: --
 * Before the user is redirected back to the cart
 *
 * -- Parameters: --
 * none
 *
 * -- Return value: --
 * none
 *
 * -- Objective: --
 * e.g. profiling user behaviour
 *  
 */

public function myBeforeRedirectionBackToCart() {

	/*
	 * Custom code
	 */

}