Then you might try contacting the original author of this mod. All I added was the state filter.
Originally Posted by amandac
Then you might try contacting the original author of this mod. All I added was the state filter.
Originally Posted by amandac
damonparker.org
freelance web app dev
ZenCart Sites: pimpcostumes.com | platinumcostumes.com | costumeshoes.com
I had the same issue with the weirded out tables, and my issue was with the echecknet.php module. in languages/english/modules/payment/echecknet.php, instead of just having "Electronic Check" in the define, it had a lot of HTML to encode a "more info" link. Removing that, and then going into my database and removing that HTML fixed the issue.
Hey everyone, just thought I should let you know that the all-new version is live, get it now!
http://www.zen-cart.com/index.php?ma...products_id=83
Then let me know what you think.
http://www.zen-cart.com/forum/showthread.php?t=44669
Quick question that may be a 'silly' one but... here goes... after reading the forums for several hours on this matter I have no better ideas than to bug you
;-)
If I run the sales report and do not see the 'tax' column does that mean there was no tax charged? I do not even see a column for tax, though screen shots of this mod imply that I should see a column for taxes even if they =0
So, since I do not see a column, what do I need to check, or... where did I go wrong...?
I was using the 'old' version of this mod and recently upgraded - not sure if it used to show up (though I THOUGHT it did) but now it is time to run those reports and I can find no tax info. Any help would be appreciated, especially if it is some dumb move on my own part which led to this.
:-)
Thanks!
From my usage, the tax column should be dynamic... only there if there is a non zero value in one of the rows.
damonparker.org
freelance web app dev
ZenCart Sites: pimpcostumes.com | platinumcostumes.com | costumeshoes.com
Hope someone can help with an issue I'm having on my laptop. This is a continuation of a different thread - appears my problem is related to the salesreport addin.
I'm setting up my local server for off-line development. In the process, a sales_report page stopped working. It works on bluehost, doesn't work on my laptop. Same sources, database copied from one to the other. Bluehost uses linux, I use:
WinXP, Apache 2.2, PHP 5.26, MySQL 5. PhpMyAdmin
When I press the submit, or 'Show Me the Money' button, I don't hear the 'click' feedback that my browser gives when I click a link, and nothing happens (nothing on the screen changes, the expected response is to produce another page with the results of the query). In addition, when I select a pull-down that normally causes other sort options to appear, these options don't appear.
Further debug using firefox webdeveloper error messages led me to find that the following code (sales_report.js.php in the admin/includes/javascript directory):gives error messages:Code:<?php//////////// // Function : format_checkboxIf I change the code for this and other function declarations to:Invalid XML markup
<?php//////////
populate_search is not definedI'm back in business.Code:<?php //////////// // Function : format_checkbox
So, my question is,
is there a setting that I've defined incorrectly in my apache or php installation that would cause this behavior difference between bluehost and my home computer?
TIA, Carl