My discount coupons link is missing from the information sidebox.
I located the information.php file. Its contents are the following:
// only show Discount Coupon FAQ when installed
if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') {
$information[] = '<a href="' . zen_href_link(FILENAME_DISCOUNT_COUPON) . '">' . BOX_INFORMATION_DISCOUNT_COUPONS . '</a>';
}
In addition, my Discount Coupon module is installed AND the Discount Coupon Status = 1.
Help is appreciated.
Thank you



