Re: Commenting Out "Discount Coupons" text in Information Sidebox
Comment out or delete this section from an override copy of includes/modules/sideboxes/information.php
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>';
}
Neville
An assumption is what you arrive at when you get tired of thinking...