So, in catalog/view/theme/*/template/common/header.tpl I want to do something like:
Code: Select all
if( $is_thank_you_page ){
echo "stuff";
// bonus: I wanted to get the order email but maybe it should be a different post
}
I tried setting a variable in success.tpl before printing the header with no results.