Quote Originally Posted by 14all41 View Post
<?php if (DEFINE_PAYMENT_OPTIONS <= 1) { ?>
<li><a href="<?php echo zen_href_link(FILENAME_PAGE_2); ?>"><?php echo BOX_INFORMATION_Payment_Options; ?></a></li>

Here is the code I used and the link did appeared, but the link name in the dropdown is showing as BOX_INFORMATION_Payment_Options.

What did I do wrong?
You are echoing a constant that is not defined.

Thanks,

Anne