in my report where it displays "Gift Vouchers" amount, it is actually showing my shipping insurance. how do i change the text to read "shipping insurance"?
thanks
in my report where it displays "Gift Vouchers" amount, it is actually showing my shipping insurance. how do i change the text to read "shipping insurance"?
thanks
Edit file admin/includes/languages/english/stats_monthly_sales.php
around line 47 you will find:
Change to:Code:define('TABLE_HEADING_OTHER', 'Gift<br> Vouchers'); // could be any other extra class value
SkipCode:define('TABLE_HEADING_OTHER', 'Shipping<br>Insurance');
• 446F63746F722057686F •
don't know what i could have done wrong. i copied everything over to the corresponding directory, and when i load reports/monthly sales it gives me a 404 Not Found error. :I
• 446F63746F722057686F •
weird.. i double checked and tripple checked on my ftp server and the files are there in the corresponding directories. this is driving me crazy. i must be missing something somewhere!