Re: Monthly Sales and Tax Summary Report [support thread]
Quote:
Originally Posted by
barco57
In the paypal table in the mc_fee field is where my paypal fees are stored on my ipn transactions
Thanks for the info never needed to use paypal.
With 2.0 coming out this mod will need a rewrite so at that time I am hoping to add a few new functions.
Skip
Re: Monthly Sales and Tax Summary Report [support thread]
Hi Skip - thanks for a great add-on! I wanted to ask, is it possible to add in a the Payment Fee into the report? We use PayPal and it would be great to get an idea of their fees. I see them on the order page, but did not know if I started poking around, if it was even possible to modify your add-on to include that and before I started, want to consult with you.
Let me know your thoughts when you can and if you have the time. I am already grateful for this contribution and do not wish to burden you. Thank you. Joe
Re: Monthly Sales and Tax Summary Report [support thread]
PayPal has a stored value that can be use. As You can see barco57 posted.
If you have the time your welcome to add and improve the report.
It is always nice to see that people are willing to give back to the community.
Re: Monthly Sales and Tax Summary Report [support thread]
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
Re: Monthly Sales and Tax Summary Report [support thread]
Quote:
Originally Posted by
ams30gts
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:
Code:
define('TABLE_HEADING_OTHER', 'Gift<br> Vouchers'); // could be any other extra class value
Change to:
Code:
define('TABLE_HEADING_OTHER', 'Shipping<br>Insurance');
Skip
Re: Monthly Sales and Tax Summary Report [support thread]
Quote:
Originally Posted by
skipwater
Edit file admin/includes/languages/english/stats_monthly_sales.php
around line 47 you will find:
Code:
define('TABLE_HEADING_OTHER', 'Gift<br> Vouchers'); // could be any other extra class value
Change to:
Code:
define('TABLE_HEADING_OTHER', 'Shipping<br>Insurance');
Skip
thanks worked perfect
Re: Monthly Sales and Tax Summary Report [support thread]
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
Re: Monthly Sales and Tax Summary Report [support thread]
Quote:
Originally Posted by
mooomers
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
Double check where you copied the files to and that you copied all the files. The file not found is one or two things. a. The file is not where it belongs. b. The file was never copied to where it belongs.
Skip
Re: Monthly Sales and Tax Summary Report [support thread]
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!
Re: Monthly Sales and Tax Summary Report [support thread]
Quote:
Originally Posted by
mooomers
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!
What is the file name the url is calling that is giving you the 404 error?
Skip