Manuelle Bestellannahme

Permalink Manuelle Bestellannahme

With loading the content you agree to the privacy policy of YouTube.

Permalink Filter für Anpassung des E-Mail Textes

Filter für die Anpassung der E-Mail Texte für die manuelle Bestellannahme.

add_filter( 'gm_manual_order_confirmation_notice_in_email', 'my_gm_manual_order_confirmation_notice_in_email' );

function my_gm_manual_order_confirmation_notice_in_email( $text ) {
	return 'Hier gewünschten Text eingeben';
}