Do you use the coupons if not if you turn that off that will go away if you do use it just do not want it there then if you go to
If you do use them then you need to go fine this code
In the file
/includes/modules/sideboxes/information.php
Around like 41
Code:
}
// 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>';
}
Where is says Coupon_status =='true' change that to false and that should do what you want.
Bookmarks