Hi,
I cannot view the discount coupons link in the information sidebox.
I went to admin->modules->Order Total and enabled it there but I could not see it.
I thought that i was doing something wrong , but when i clicked on the site map I could see the link to the discount coupons there.
Did a bit more investigation and had a look at information.php file and found this line:
// only show Discount Coupon FAQ when installed
if (DEFINE_DISCOUNT_COUPON_STATUS <= 1 && MODULE_ORDER_TOTAL_COUPON_STATUS == 'true') {
if I remove the check for 'DEFINE_DISCOUNT_COUPON_STATUS <= 1' I can then see the link appear in the information sidebox.
It seems that DEFINE_DISCOUNT_COUPON_STATUS was used to stop the discount link being displayed for older versions, but I have only ever used 1.3.7. I did a small upgraded to 1.3.7.1 a while back and i've added several mods. Anyone else seen this and does anyone know how to fix it?
Thanks for any help.


Thanks I was looking everywhere and couldn't see anything relating to it. 
