In checkout payment header_php.php I have put this code after the first line
$zco_notifier->notify('NOTIFY_HEADER_START_CHECKOUT_PAYMENT');
echo "I am here"; exit();
But this is not getting executed
Also, can you tell me where is that shopping payment page coming from so that I can figure out where the problem is
Thanks
Bookmarks